Equities API

Discover 102 accepted common-stock instruments and retrieve split-adjusted daily OHLCV

Equities APILive public beta
api.narwhalapi.com JSON
GET/v1/equities/instruments?symbol=AAPL
{
  "count": 1,
  "data": [
    {
      "id": "eq_11111111111111111111111111111111",
      "symbol": "AAPL",
      "name": "Apple Inc.",
      "currency": "USD",
      "exchange": "NASDAQ",
      "mic_code": "XNAS",
      "country": "United States",
      "type": "Common Stock"
    }
  ],
  "status": "ok"
}

Daily data with explicit instrument identity

Stable instrument ID

Use the ID returned by discovery; ticker symbols alone are ambiguous.

Closed daily sessions

Dates follow the venue calendar and exchange timezone.

Split-adjusted OHLCV

Open, high, low, close and volume remain decimal strings.

Endpointsv1
GET/v1/equities/instruments

Discover accepted instruments

Live
GET/v1/equities/instruments/{instrument_id}

Read instrument identity

Live
GET/v1/equities/instruments/{instrument_id}/bars

Read daily OHLCV history

Live

All three operations share your Narwhal API key and quota across REST and MCP.

Build with Equities

Start using the Equities API