sifting/io
GET/fnd/markets/:market/status

Single market status

The same status object as the all-markets endpoint, but data is a single object instead of an array. Use this when you only care about one venue.

Parameters

Parameter
marketrequiredstring · path
Market slug (e.g. us_equities, forex, crypto). Case-insensitive.

Example

request · shell
curl -H "X-API-Key: $KEY" \
  "https://api.sifting.io/v1/fnd/markets/us_equities/status"
200OKapplication/json
{  "data": {    "market": "us_equities",    "type": "exchange",    "is_open": true,    "state": "regular",    "next_open": "2026-05-21T13:30:00Z",    "next_close": "2026-05-20T20:00:00Z",    "timezone": "America/New_York"  },  "meta": { "as_of": "2026-05-20T14:30:00Z" }}
Loading runner…
First load only

Error responses

  • 404unknown market

    :market is not in our catalog. Hit /fnd/markets for the valid slug list.

    { "error": "unknown market" }

More in Market hours & calendars

See all