Security History By Identifier

Security History By Identifier Python API Documentation

Lists the tickers a company has used over time.

API Class:
SecurityApi
Instance Method:
get_security_history_by_identifier()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
identifier = '037833100'
response = intrinio.SecurityApi().get_security_history_by_identifier(identifier)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstrA Security identifier (FIGI, COMPOSITE FIGI, SHARE CLASS FIGI, ISIN, CUSIP, Intrinio ID) 


Return Type

object
SecurityHistoryListResult

Properties

NameTypeDescription
securitieslist[SecurityHistory]Array of security ticker history.  
object
SecurityHistory

Properties

NameTypeDescription
idstrThe Intrinio ID for the Security  
tickerstrThe common ticker  
namestrThe name of the Security  
security_codestrA 2-3 digit code classifying the Security (reference)  
figistrThe exchange-level OpenFIGI identifier  
composite_figistrThe country-composite OpenFIGI identifier  
first_price_datedateThe date of the first recorded stock price  
last_price_datedateThe date of the last recorded stock price (or the most recent trading day)