latestSwagger 2.02026-08-12187723.0 MB
c4a12725cdb5
reference_data
Exchanges
The exchanges endpoint provides a comprehensive list of all available equity exchanges. It returns an array containing detailed information about each exchange, such as exchange code, name, country, and timezone. This data is updated daily.
get/exchanges
Query parameters
type'American Depositary Receipt' | 'Bond' | 'Bond Fund' | 'Closed-end Fund' | 'Common Stock' | 'Depositary Receipt' | 'Digital Currency' | 'ETF' | 'Exchange-Traded Note' | 'Global Depositary Receipt' | 'Limited Partnership' | 'Mutual Fund' | 'Physical Currency' | 'Preferred Stock' | 'REIT' | 'Right' | 'Structured Product' | 'Trust' | 'Unit' | 'Warrant'
The asset class to which the instrument belongs
namestring
Filter by exchange name
codestring
Filter by market identifier code (MIC) under ISO 10383 standard
countrystring
Filter by country name or alpha code, e.g., United States or US
format'JSON' | 'CSV'
The format of the response data
delimiterstring
The separator used in the CSV response data
show_planboolean
Adds info on which plan symbol is available
Response
Example response
{
"data": [
{
"title": "Argentinian Stock Exchange",
"name": "BCBA",
"code": "XBUE",
"country": "Argentina",
"timezone": "America/Argentina/Buenos_Aires",
"access": {
"global": "Pro",
"plan": "Pro",
"plan_business": "Basic"
}
}
],
"status": "ok"
}