Returns Securities traded on the Stock Exchange with `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | A Stock Exchange identifier (MIC or Intrinio ID) | |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
securities | List of SecuritySummary | The securities traded on the Stock Exchange |
securities_data_frame | Data Frame | Data frame representation of securities |
stock_exchange | StockExchange | The Stock Exchange resolved from the given identifier |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | Character | The Intrinio ID for Security |
company_id | Character | The Intrinio ID for the Company for which the Security is issued |
exchange | Character | The exchange's MIC |
exchange_mic | Character | The security's exchange MIC |
stock_exchange_id | Character | The exchange's Intrinio ID |
name | Character | The name of the Security |
code | Character | A 2-3 digit code classifying the Security (reference) |
currency | Character | The currency in which the Security is traded on the exchange |
ticker | Character | The common/local ticker of the Security |
composite_ticker | Character | The country-composite ticker of the Security |
figi | Character | The OpenFIGI identifier |
composite_figi | Character | The country-composite OpenFIGI identifier |
share_class_figi | Character | The global-composite OpenFIGI identifier |
primary_listing | Logical | 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 | Character | The Intrinio ID for the Stock Exchange |
name | Character | The name of the exchange |
mic | Character | The Market Identifier Code (MIC) of the exchange |
acronym | Character | The acronym of the exchange's name |
city | Character | The city in which the exchange is located |
country | Character | The country in which the exchange is located |
country_code | Character | The 2-digit code of the exchange's country |
website | Character | The website of the exchange |
first_stock_price_date | Date | The earliest date for which Intrinio has stock prices for the exchange |
last_stock_price_date | Date | The latest date for which Intrinio has stock prices for the exchange |