Skip to main content
The HayInsights Open API gives you programmatic access to the HayInsights financial-data hub — a single API surface under /openapi/v1/* covering six data domains:

Commodities

Spot prices, top movers, gold–DXY correlation and historical series.

Crypto

Market overview, dominance, bubble map, on-chain and derivatives metrics.

ETF

Listings, performance & net-flow rankings, holdings, NAV growth, composition.

FX

Summary, live table, 90-day correlation matrix and EM stress monitor.

Macro

GDP, CPI/PCE, exchange rates, population, government debt, rates & yields.

Real Estate

Statistics, land prices, provinces / wards and choropleth GeoJSON.

Base URL

https://api.hayinsights.com
A staging environment is available at https://stg-api.hayinsights.com.

How it works

  • One credential. Send your API key in the X-API-Key header on every request. There is no request signing — see Authentication.
  • Plan-based access. Which data domains you can call and how much you can call them are governed by the subscription plan attached to your key — see Plans & features.
  • Weighted quota. Each endpoint consumes a weighted amount of your per-minute budget; every response returns X-RateLimit-* headers — see Rate limits.
  • Consistent envelope. Every response is wrapped in { success, statusCode, data, meta }.

Response envelope

{
  "success": true,
  "statusCode": 200,
  "data": { "...": "endpoint-specific payload" },
  "meta": { "timestamp": "2026-06-19T08:31:59.478Z" }
}

Make your first call

Get an API key and fetch live data in under 5 minutes.