Returns the curated list of exchange names we standardize every listing to. Use any of these as the exchange filter on /api/symbols.
This endpoint takes no query parameters.
curl 'https://api.stockfit.io/v1/api/symbols/exchanges' \
-H 'Authorization: Bearer YOUR_API_TOKEN'List of exchanges
exchange string Canonical exchange name
[
{
"exchange": "Nasdaq"
}
]Feature not available on current plan
error string Human-readable error message
{}