One API for global economic data

Narwhal mascot peeking over a Gold API response
api.narwhalapi.com 200 OK
GET/v1/gold/spot/USD
{
  "symbol": "XAU-USD",
  "price": "3371.42",
  "bid": "3371.31",
  "ask": "3371.53",
  "currency": "USD",
  "unit": "troy_ounce",
  "timestamp": "2026-08-22T06:29:41Z",
  "stale": false
}

Explore the data.

Official economic data

Country data from prices and labour to trade and central banks.

GET /v1/economics/IDN/cpi
  • Prices and inflation
  • Labour markets
  • GDP and growth
  • Trade
  • Energy
  • Mining
  • Central banks
  • Population

Financial market data

Gold prices and currency rates through the same API.

GET /v1/gold/spot/USDGET /v1/fx/rates/USD
  • Gold spot prices
  • Gold price history
  • FX rates
  • FX conversion

Simple and accessible economic data

One key

One key and quota across every API.

Context included

Units, timing, and nulls stay explicit.

HTTP and MCP

REST and MCP share one schema.

A number needs context

Every response includes its unit, period, timestamp, and freshness. Missing values stay null. We never turn them into zero.

Start with one request.

Use one key across Gold, FX, and economics.