| Symbol | Name | Price | Change | % Change | Volume |
|---|---|---|---|---|---|
| {{ q.symbol|default('—') }} | {{ q.name|default(q.shortName|default('')) }} | {{ "%.2f"|format(q.price or q.regularMarketPrice or 0) }} | {{ "%+.2f"|format(q.change or q.regularMarketChange or 0) }} | {{ "%+.2f"|format(q.change_pct or q.regularMarketChangePercent or 0) }}% | {{ "{:,}".format((q.volume or q.regularMarketVolume or 0)|int) }} |
No equity quote data available.
{% endif %}No sector data available.
{% endif %}| Coin | Price (USD) | 24h Change | Market Cap | 24h Volume |
|---|---|---|---|---|
| {{ c.symbol|default(c.id|default(''))|upper }}{% if c.name %} {{ c.name }}{% endif %} | {{ "${:,.2f}".format(c.current_price or c.price or 0) }} | {{ "%+.2f"|format(c.price_change_percentage_24h or c.change_24h or 0) }}% | {% set mcap = c.market_cap or 0 %} {% if mcap >= 1e12 %}${{ "%.1f"|format(mcap / 1e12) }}T {% elif mcap >= 1e9 %}${{ "%.1f"|format(mcap / 1e9) }}B {% elif mcap >= 1e6 %}${{ "%.1f"|format(mcap / 1e6) }}M {% elif mcap > 0 %}${{ "{:,.0f}".format(mcap) }} {% else %}—{% endif %} | {% set vol = c.total_volume or c.volume_24h or 0 %} {% if vol >= 1e9 %}${{ "%.1f"|format(vol / 1e9) }}B {% elif vol >= 1e6 %}${{ "%.1f"|format(vol / 1e6) }}M {% elif vol > 0 %}${{ "{:,.0f}".format(vol) }} {% else %}—{% endif %} |
No cryptocurrency data available.
{% endif %}| {{ key.replace('_', ' ')|title }} | {% if val is number %} {% if val >= 1e9 %}{{ "%.2f"|format(val / 1e9) }}B {% elif val >= 1e6 %}{{ "%.2f"|format(val / 1e6) }}M {% else %}{{ "%.4f"|format(val) if val < 1 and val > -1 else "%.2f"|format(val) }}{% endif %} {% elif val is not none %}{{ val }} {% else %}N/A{% endif %} |
{{ info }}
{% else %}N/A
{% endif %}No macro signal data available.
{% endif %}| ETF / Category | Flow | Details | ||
|---|---|---|---|---|
| {{ name }} | {% if data is mapping %}{% set flow = data.flow or data.net_flow or 0 %} {% if flow >= 1e9 %}${{ "%+.1f"|format(flow / 1e9) }}B {% elif flow >= 1e6 %}${{ "%+.1f"|format(flow / 1e6) }}M {% else %}{{ "%+.2f"|format(flow) }}{% endif %} | {{ data.description|default(data.period|default('')) }} | {% else %}{{ data }} | {% endif %} |
| ETF | Flow |
|---|---|
| {{ item.name|default(item.symbol|default('')) }} | {{ item.flow|default(item.value|default('')) }} |
{{ etf_flows }}
{% endif %}No ETF flow data available.
{% endif %}