Endpoints

/

Exchanges

Global stock exchange data

List and retrieve global stock exchanges with name, location, time zone, and currency details in one API call.

OVERVIEW

Discover the exchange endpoint

Discover what the exchange endpoint has to offer and how it can be integrated into your project within seconds.

Request

Retrieve exchange

curl --request GET \
     --url https://api.synthfinance.com/exchanges/nyse \
     --header 'Authorization: Bearer Your API Key' \
     --header 'accept: application/json'

Response

JSON

Content

{
  "data": {
    "id": "exc_9ce3d0c9017541c792e62807f59d3d69",
    "name": null,
    "acronym": "NYSE",
    "mic_code": "ARCX",
    "city": null,
    "country_code": "US",
    "kind": "operating",
    "timezone": "America/New_York",
    "currency": null,
    "links": null
  },
  "meta": {
    "credits_used": 1,
    "credits_remaining": 992

ENDPOINTS

Explore other endpoints

Discover all the other endpoints available within the Synth API.

Ready to build?

Get started today with 1000 free API calls. Ship apps faster with a modern fintech API and get the data you need.

No credit card required