Latest Earnings Record for Security

Latest Earnings Record for Security Java 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
import com.intrinio.api.*;
import com.intrinio.models.*;
import com.intrinio.invoker.*;
import com.intrinio.invoker.auth.*;
import org.threeten.bp.*;
import java.math.BigDecimal;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
ApiClient defaultClient = Configuration.getDefaultApiClient();
ApiKeyAuth auth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth");
auth.setApiKey("YOUR_API_KEY");
defaultClient.setAllowRetries(true);
SecurityApi securityApi = new SecurityApi();
String identifier = "AAPL";
EarningsRecord result = securityApi.getSecurityLatestEarningsRecord(identifier);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
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  
timeOfDayTimeOfDayEnumIndicates 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  
conferenceCallDateLocalDateDate of the conference call  
conferenceCallTimeStringPublished time of the conference call  
conferenceCallPhoneNumberStringPublicly available phone number for replay conference call  
conferenceCallPasscodeStringPasscode for replay conference call  
lastConfirmationDateLocalDateDate of last earnings date update by a WSH analyst  
boardOfDirectorsMeetingDateLocalDateDate of Board/Shareholder Meeting  
boardOfDirectorsMeetingTypeBoardOfDirectorsMeetingTypeEnumThe type of meeting - "B" indicates a Board of Directors meeting and "S" indicates a Shareholder meeting  
companyWebsiteStringWebsite link for the company  
q1DateLocalDateEarnings Date for 1st quarter  
q2DateLocalDateEarnings Date for 2nd quarter  
q3DateLocalDateEarnings Date for 3rd quarter  
q4DateLocalDateEarnings Date for 4th quarter  
typeTypeEnumThe 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  
nextEarningsDateLocalDateNext earnings date  
nextEarningsQuarterStringThe quarter of the next earnings release  
nextEarningsFiscalYearIntegerThe fiscal year associated with next earnings date and next earnings quarter  
preliminaryEarningsDateLocalDateThe 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