Lists the tickers a company has used over time.
Name | Type | Description | Notes |
---|---|---|---|
ticker | str | A Security ticker symbol |
Name | Type | Description |
---|---|---|
securities | list[SecurityHistory] | Array of security ticker history. |
Name | Type | Description |
---|---|---|
id | str | The Intrinio ID for the Security |
ticker | str | The common ticker |
name | str | The name of the Security |
security_code | str | A 2-3 digit code classifying the Security (reference) |
figi | str | The exchange-level OpenFIGI identifier |
composite_figi | str | The country-composite OpenFIGI identifier |
first_price_date | date | The date of the first recorded stock price |
last_price_date | date | The date of the last recorded stock price (or the most recent trading day) |