Security History By Ticker

Security History By Ticker Python API Documentation

Lists the tickers a company has used over time.

API Class:
SecurityApi
Instance Method:
get_security_history_by_ticker()

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)
ticker = 'AAPL'
response = intrinio.SecurityApi().get_security_history_by_ticker(ticker)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
tickerstrA Security ticker symbol 


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)