

/api/v1/newsEconomic calendar events, newest first. Optional currency filter and ISO date range. Limited to the last 3 months. Need more history? Contact us for a business API.
| Name | In | Type | Req. | Description |
|---|---|---|---|---|
| currency | query | string | no | Filter by currency code, e.g. USD. |
| from | query | string (ISO) | no | Only events on or after this time. |
| to | query | string (ISO) | no | Only events on or before this time. |
| limit | query | integer | no | Max rows (default 100, max 500). |
curl -H "Authorization: Bearer afx_live_xxx" \
"https://www.analytics-fx.com/api/v1/news?currency=aud"{
"apiVersion": "v1",
"data": [
{ "Timestamp": "2026-06-20T12:30:00Z", "Currency": "USD", "Impact": "High",
"Event": "Core PCE m/m", "Forecast": "0.3%", "Actual": "0.2%" }
],
"meta": { "requestId": "req_nw01", "credits": { "cost": 1, "remaining": 981 } }
}GET /api/v1/news?currency=aud&limit=100Create a key at /dashboard/api. The key stays in your browser.