Dashboard

List exchanges

GET/api/symbols/exchanges

Free Starter Stock ETF Pro

Returns the curated list of exchange names we standardize every listing to. Use any of these as the exchange filter on /api/symbols.

Get API key Try it live in the API explorer

Query parameters

This endpoint takes no query parameters.

Example request

curl 'https://api.stockfit.io/v1/api/symbols/exchanges' \
  -H 'Authorization: Bearer YOUR_API_TOKEN'

Responses

200 OK

List of exchanges

Response schema

array of:
  • exchange string

    Canonical exchange name

Example response

[
  {
    "exchange": "Nasdaq"
  }
]

403 Forbidden

Feature not available on current plan

Response schema

  • error string

    Human-readable error message

Example response

{}