FX correlation matrix
Rolling 90-day correlation matrix across major FX, crypto and gold
benchmarks. matrix[i][j] is the Pearson correlation between symbols[i]
and symbols[j].
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 assets / symbols to include (e.g. DXY,EUR/USD,XAU/USD). Returns the default symbol set when omitted.
"DXY,EUR/USD,XAU/USD"
Response
FX correlation matrix.
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
Rolling correlation matrix across FX, crypto and gold benchmarks over the
look-back window. matrix[i][j] is the Pearson correlation between
symbols[i] and symbols[j].
Response metadata. Always present; timestamp is the server time the response was generated.