Returns Securities traded on the Stock Exchange with `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | string | A Stock Exchange identifier (MIC or Intrinio ID) | |
pageSize | int? | The number of results to return | [optional] [default to 100] |
nextPage | string | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
Securities | List | The securities traded on the Stock Exchange |
StockExchange | StockExchange | The Stock Exchange resolved from the given identifier |
NextPage | string | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
Id | string | The Intrinio ID for Security |
CompanyId | string | The Intrinio ID for the Company for which the Security is issued |
Name | string | The name of the Security |
Code | string | A 2-3 digit code classifying the Security (reference) |
Currency | string | The currency in which the Security is traded on the exchange |
Ticker | string | The common/local ticker of the Security |
CompositeTicker | string | The country-composite ticker of the Security |
Figi | string | The OpenFIGI identifier |
CompositeFigi | string | The country-composite OpenFIGI identifier |
ShareClassFigi | string | The global-composite OpenFIGI identifier |
PrimaryListing | bool? | If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange |
Name | Type | Description |
---|---|---|
Id | string | The Intrinio ID for the Stock Exchange |
Name | string | The name of the exchange |
Mic | string | The Market Identifier Code (MIC) of the exchange |
Acronym | string | The acronym of the exchange's name |
City | string | The city in which the exchange is located |
Country | string | The country in which the exchange is located |
CountryCode | string | The 2-digit code of the exchange's country |
Website | string | The website of the exchange |
FirstStockPriceDate | DateTime? | The earliest date for which Intrinio has stock prices for the exchange |
LastStockPriceDate | DateTime? | The latest date for which Intrinio has stock prices for the exchange |