Endpoint Parameters
-
Request parameters
Name Type Origin Description $skip Int Query-String Optional number of elements to skip. $top Int Query-String Optional number of elements to retrieve. -
Response Parameters
View Response CodesName Type Description AllDay Bool Is exchange open or closed all day? CountryCode String The ISO 3166-2 country code of the exchange's country. Currency String The base currency of the exchange. ExchangeId String The unique ID of the exchange. ExchangeSessions ExchangeSession [] The exchange start and end times in UTC. Mic String The exchange's ISO 10383 Market Identifier Code. Name String The name of the exchange. PriceSourceName String The name of the price source. TimeZone Int The exchange's time zone. TimeZoneAbbreviation String The exchange's time zone abbreviation. TimeZoneId String Exchange's TimeZone TimeZoneOffset TimeSpan The time zone offset from UTC. -
Request Example
Request URL
GET ref/v1/exchanges/?$top=1740038444&$skip=956540133
-
Response Example
Response body
{ "__next": "/openapi/....../?$top=1&$skip=1", "Data": [ { "CountryCode": "GB", "Currency": "GBP", "ExchangeId": "LME", "Mic": "XLME", "Name": "London Metal Exchange", "TimeZone": 1, "TimeZoneOffset": "00:00:00" } ] }