FX table
Live table of tracked currency pairs — latest price, 1-day change, a 10-day sparkline and the 52-week high / low for each.
Authorizations
Your HayInsights API key (prefixed apk_). Create and manage keys in the
HayInsights dashboard (Account → API keys).
Send it in the X-API-Key header on every request to /openapi/v1/*.
Which data domains you may access and your request quota are both governed by
the subscription plan attached to the key — see the Plans & features and
Rate limits guides.
Query Parameters
Comma-separated list of currency pairs to filter by (e.g. EUR/USD,USD/JPY). Returns all tracked pairs when omitted.
"EUR/USD,USD/JPY"
Response
Live FX table.
Standard success envelope shared by every endpoint. Each operation's response
wrapper extends this (via allOf) and adds a typed data property.
Always true for a successful response.
true
Mirrors the HTTP status code.
200
Live FX table — one row per tracked currency pair.
Response metadata. Always present; timestamp is the server time the response was generated.