{% extends "base.html" %} {% block title %}Market Intelligence{% endblock %} {% block page_title %}Market Intelligence{% endblock %} {% block content %}
{% if summary %} {{ summary.industry }} sector · {{ summary.region }} · Benchmarked {{ summary.generated_at }} {% else %} Industry benchmarks and competitive landscape analysis {% endif %}
| Metric | Market / Industry | Region | Value | Period | Source |
|---|---|---|---|---|---|
| {{ m.metric_name }} | {{ m.industry or m.market_name or '-' }} | {{ m.region or '-' }} | {% if m.currency and m.metric_value %} {{ currency_symbol }}{{ "{:,.0f}".format(m.metric_value) }} {% elif m.metric_value and (m.metric_value < 1 or m.metric_value > 1000) %} {{ "{:,.2f}".format(m.metric_value) }} {% elif m.metric_value %} {{ "{:.2f}".format(m.metric_value) }} {% else %} — {% endif %} | {{ m.period or '-' }} | {{ m.source or 'Internal' }} |
No market data available
Click the button below to generate industry benchmarks for your company.
Paste JSON array of market data records below. Each record should include:
metric_name, metric_value, and optionally
market_name, industry, region, period.