References schemas
Data models returned by References endpoints.
ExchangeDetail
Full exchange details (ISO 10383 MIC data)
{
"mic": string,
"name": string | null,
"abbreviation": string | null,
"country": string | null,
"city": string | null,
"status": string | null,
"website": string | null,
"creationDate": string | null,
"lastUpdateDate": string | null,
"expiryDate": string | null,
"comments": string | null,
"segments": [ExchangeSegment],
"_links": {
"self": string
}
}micstringMarket Identifier Code (operating MIC)
example: XLON
namestring | nullExchange name
abbreviationstring | nullExchange abbreviation
countrystring | nullISO 3166 country code
example: GB
citystring | nullCity name
example: LONDON
statusstring | nullMIC status (ACTIVE, UPDATED, EXPIRED)
example: ACTIVE
websitestring | nullExchange website URL
creationDatestring | nullISO date when MIC was created
example: 2005-06-27
lastUpdateDatestring | nullISO date when MIC was last updated
example: 2024-10-28
expiryDatestring | nullISO date when MIC expired (null if active)
commentsstring | nullAdditional comments from ISO registry
segments[ExchangeSegment]Segment MICs operating under this exchange
_linksobjectselfstringLink to this resource
ExchangeListItem
Exchange summary for list responses
{
"mic": string,
"name": string | null,
"country": string | null,
"city": string | null,
"status": string | null,
"comments": string | null
}micstringMarket Identifier Code (operating MIC)
example: XLON
namestring | nullExchange name
countrystring | nullISO 3166 country code
example: GB
citystring | nullCity name
example: LONDON
statusstring | nullMIC status (ACTIVE, UPDATED, EXPIRED)
example: ACTIVE
commentsstring | nullAdditional comments from ISO registry
ExchangeSegment
A segment MIC within an exchange