Latest Earnings Record for Security

Latest Earnings Record for Security Python API Documentation

Returns latest available earnings information for the Security with the given `identifier`

API Class:
SecurityApi
Instance Method:
get_security_latest_earnings_record()

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

Parameters

NameTypeDescriptionNotes
identifierstrA Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) 


Return Type

object
EarningsRecord

Properties

NameTypeDescription
quarterstrThe letter “Q” followed by the quarter number the earnings information applies to  
time_of_daystrIndicates the time of the announcement  
broadcast_urlstrLink for Conference Call recording  
transcript_urlstrLink to the earnings release transcript  
transcript_quarterstrThe letter “Q” followed by the quarter number the earnings transcript applies to  
transcript_fiscal_yearstrFiscal year in YYYY format for the earnings transcript  
conference_call_datedateDate of the conference call  
conference_call_timestrPublished time of the conference call  
conference_call_phone_numberstrPublicly available phone number for replay conference call  
conference_call_passcodestrPasscode for replay conference call  
last_confirmation_datedateDate of last earnings date update by a WSH analyst  
board_of_directors_meeting_datedateDate of Board/Shareholder Meeting  
board_of_directors_meeting_typestrThe type of meeting - "B" indicates a Board of Directors meeting and "S" indicates a Shareholder meeting  
company_websitestrWebsite link for the company  
q1_datedateEarnings Date for 1st quarter  
q2_datedateEarnings Date for 2nd quarter  
q3_datedateEarnings Date for 3rd quarter  
q4_datedateEarnings Date for 4th quarter  
typestrThe nature of the next reported earnings date - "V" indicates a Verified date, "T" indicates that the date was gathered from the company, but is still considered Tentative, and "I" indicates that the date is forecased or Inferred  
next_earnings_datedateNext earnings date  
next_earnings_quarterstrThe quarter of the next earnings release  
next_earnings_fiscal_yearintThe fiscal year associated with next earnings date and next earnings quarter  
preliminary_earnings_datedateThe release date of a preliminary earnings report  
securitySecuritySummary 
object
SecuritySummary

Properties

NameTypeDescription
idstrThe Intrinio ID for Security  
company_idstrThe Intrinio ID for the Company for which the Security is issued  
exchangestrThe exchange's MIC  
exchange_micstrThe security's exchange MIC  
stock_exchange_idstrThe exchange's Intrinio ID  
namestrThe name of the Security  
codestrA 2-3 digit code classifying the Security (reference)  
currencystrThe currency in which the Security is traded on the exchange  
tickerstrThe common/local ticker of the Security  
composite_tickerstrThe country-composite ticker of the Security  
figistrThe OpenFIGI identifier  
composite_figistrThe country-composite OpenFIGI identifier  
share_class_figistrThe global-composite OpenFIGI identifier  
primary_listingboolIf True, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange