Latest Earnings Record for Security

Latest Earnings Record for Security Javascript API Documentation

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

API Class:
SecurityApi
Instance Method:
getSecurityLatestEarningsRecord()

Stock Price Code Example

Use my API Key
var intrinioSDK = require('intrinio-sdk');
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
intrinioSDK.ApiClient.instance.enableRetries = true;
var security = new intrinioSDK.SecurityApi();
var identifier = "AAPL";
security.getSecurityLatestEarningsRecord(identifier).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
EarningsRecord

Properties

NameTypeDescription
quarterStringThe letter “Q” followed by the quarter number the earnings information applies to  
timeOfDayStringIndicates the time of the announcement  
broadcastUrlStringLink for Conference Call recording  
transcriptUrlStringLink to the earnings release transcript  
transcriptQuarterStringThe letter “Q” followed by the quarter number the earnings transcript applies to  
transcriptFiscalYearStringFiscal year in YYYY format for the earnings transcript  
conferenceCallDateDateDate of the conference call  
conferenceCallTimeStringPublished time of the conference call  
conferenceCallPhoneNumberStringPublicly available phone number for replay conference call  
conferenceCallPasscodeStringPasscode for replay conference call  
lastConfirmationDateDateDate of last earnings date update by a WSH analyst  
boardOfDirectorsMeetingDateDateDate of Board/Shareholder Meeting  
boardOfDirectorsMeetingTypeStringThe type of meeting - "B" indicates a Board of Directors meeting and "S" indicates a Shareholder meeting  
companyWebsiteStringWebsite link for the company  
q1DateDateEarnings Date for 1st quarter  
q2DateDateEarnings Date for 2nd quarter  
q3DateDateEarnings Date for 3rd quarter  
q4DateDateEarnings 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  
nextEarningsDateDateNext earnings date  
nextEarningsQuarterStringThe quarter of the next earnings release  
nextEarningsFiscalYearNumberThe fiscal year associated with next earnings date and next earnings quarter  
preliminaryEarningsDateDateThe release date of a preliminary earnings report  
securitySecuritySummary 
object
SecuritySummary

Properties

NameTypeDescription
idStringThe Intrinio ID for Security  
companyIdStringThe Intrinio ID for the Company for which the Security is issued  
exchangeStringThe exchange's MIC  
exchangeMicStringThe security's exchange MIC  
stockExchangeIdStringThe 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  
compositeTickerStringThe country-composite ticker of the Security  
figiStringThe OpenFIGI identifier  
compositeFigiStringThe country-composite OpenFIGI identifier  
shareClassFigiStringThe global-composite OpenFIGI identifier  
primaryListingBooleanIf true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange