docs/panels/energy-crisis.mdx
The Energy Crisis Tracker panel (internal id energy-crisis) surfaces the IEA's 2026 policy database: the full catalogue of government measures announced in response to Middle East conflict and Strait-of-Hormuz-driven energy supply disruptions. Per the Hormuz Trade Tracker's context, ~20% of global oil transits the Strait daily, so policy-side response data is as important as the supply-side flow data.
A filterable list of policy measures:
all (default) plus conservation ("Energy Conservation") and consumer_support ("Consumer Support").transport, buildings, industry, electricity, agriculture, general.active (ecp-status-active), planned (ecp-status-planned), ended (ecp-status-ended).The panel is wide (defaultRowSpan: 2) and shows a count badge (showCount: true). Activity tracking is on (trackActivity: true) so newly added policies get the standard new-item visual treatment.
Panel id is energy-crisis; canonical component is src/components/EnergyCrisisPanel.ts. Displayed title: "Energy Crisis Tracker".
priority: 2). Not present in the tech, finance, commodity, or happy variants. Source: 'energy-crisis' in FULL_PANELS of src/config/panels.ts.The panel prefers the hydrated bootstrap payload first (energyCrisisPolicies) and falls back to a generated Economic service RPC.
| Method + route | Feeds |
|---|---|
GET /api/economic/v1/get-energy-crisis-policies | IEA 2026 Energy Crisis Policy Response Tracker policies, optionally filtered by country or category. |
Upstream source per the in-panel info tooltip: IEA 2026 Energy Crisis Policy Response Tracker. Tracks measures across ~60 countries with nearly 200 policy entries.
IEA publishes updates on a weekly-to-monthly cadence. The panel reads the cached snapshot on mount; no polling timer.
Free. No premium flag in src/config/panels.ts. The Economic service RPC is public.
GetEnergyCrisisPolicies and the broader energy / macro family.