Latest Earnings Record for Security

Latest Earnings Record for Security R API Documentation

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

API Class:
IntrinioSDK::SecurityApi
Instance Method:
get_security_latest_earnings_record()

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
SecurityApi <- IntrinioSDK::SecurityApi$new(client)
# Required params
identifier <- "AAPL"
response <- SecurityApi$get_security_latest_earnings_record(identifier)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
IntrinioSDK::EarningsRecord

Properties

NameTypeDescription
quarterCharacterThe letter “Q” followed by the quarter number the earnings information applies to  
time_of_dayCharacterIndicates the time of the announcement  
broadcast_urlCharacterLink for Conference Call recording  
transcript_urlCharacterLink to the earnings release transcript  
transcript_quarterCharacterThe letter “Q” followed by the quarter number the earnings transcript applies to  
transcript_fiscal_yearCharacterFiscal year in YYYY format for the earnings transcript  
conference_call_dateDateDate of the conference call  
conference_call_timeCharacterPublished time of the conference call  
conference_call_phone_numberCharacterPublicly available phone number for replay conference call  
conference_call_passcodeCharacterPasscode 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_typeCharacterThe type of meeting - "B" indicates a Board of Directors meeting and "S" indicates a Shareholder meeting  
company_websiteCharacterWebsite 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  
typeCharacterThe 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_quarterCharacterThe quarter of the next earnings release  
next_earnings_fiscal_yearIntegerThe fiscal year associated with next earnings date and next earnings quarter  
preliminary_earnings_dateDateThe release date of a preliminary earnings report  
securitySecuritySummary 
object
IntrinioSDK::SecuritySummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID for Security  
company_idCharacterThe Intrinio ID for the Company for which the Security is issued  
exchangeCharacterThe exchange's MIC  
exchange_micCharacterThe security's exchange MIC  
stock_exchange_idCharacterThe exchange's Intrinio ID  
nameCharacterThe name of the Security  
codeCharacterA 2-3 digit code classifying the Security (reference)  
currencyCharacterThe currency in which the Security is traded on the exchange  
tickerCharacterThe common/local ticker of the Security  
composite_tickerCharacterThe country-composite ticker of the Security  
figiCharacterThe OpenFIGI identifier  
composite_figiCharacterThe country-composite OpenFIGI identifier  
share_class_figiCharacterThe global-composite OpenFIGI identifier  
primary_listingLogicalIf TRUE, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange