Latest Earnings Record for Security

Latest Earnings Record for Security Ruby API Documentation

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

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

Stock Price Code Example

Use my API Key
# Load the gem
require 'intrinio-sdk'
require 'pp'
# Setup authorization
Intrinio.configure do |config|
config.api_key['api_key'] = 'YOUR_API_KEY'
config.allow_retries = true
end
security_api = Intrinio::SecurityApi.new
identifier = "AAPL"
result = security_api.get_security_latest_earnings_record(identifier)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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

Return Type

object
Intrinio::EarningsRecord

Properties

NameTypeDescription
quarterStringThe letter “Q” followed by the quarter number the earnings information applies to  
time_of_dayStringIndicates the time of the announcement  
broadcast_urlStringLink for Conference Call recording  
transcript_urlStringLink to the earnings release transcript  
transcript_quarterStringThe letter “Q” followed by the quarter number the earnings transcript applies to  
transcript_fiscal_yearStringFiscal year in YYYY format for the earnings transcript  
conference_call_dateDateDate of the conference call  
conference_call_timeStringPublished time of the conference call  
conference_call_phone_numberStringPublicly available phone number for replay conference call  
conference_call_passcodeStringPasscode 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_typeStringThe type of meeting - "B" indicates a Board of Directors meeting and "S" indicates a Shareholder meeting  
company_websiteStringWebsite 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  
typeStringThe 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_quarterStringThe 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
Intrinio::SecuritySummary

Properties

NameTypeDescription
idStringThe Intrinio ID for Security  
company_idStringThe Intrinio ID for the Company for which the Security is issued  
exchangeStringThe exchange's MIC  
exchange_micStringThe security's exchange MIC  
stock_exchange_idStringThe exchange's Intrinio ID  
nameStringThe name of the Security  
codeStringA 2-3 digit code classifying the Security (reference)  
currencyStringThe currency in which the Security is traded on the exchange  
tickerStringThe common/local ticker of the Security  
composite_tickerStringThe country-composite ticker of the Security  
figiStringThe OpenFIGI identifier  
composite_figiStringThe country-composite OpenFIGI identifier  
share_class_figiStringThe global-composite OpenFIGI identifier  
primary_listingBOOLEANIf true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange