Lookup Fundamental by Company

Lookup Fundamental by Company R API Documentation

Returns the Fundamental for the Company with the given `identifier` and with the given parameters

API Class:
IntrinioSDK::CompanyApi
Instance Method:
lookup_company_fundamental()

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
CompanyApi <- IntrinioSDK::CompanyApi$new(client)
# Required params
identifier <- "AAPL"
statement_code <- "income_statement"
fiscal_period <- "FY"
fiscal_year <- 2017
response <- CompanyApi$lookup_company_fundamental(identifier, statement_code, fiscal_period, fiscal_year)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierCharacterA Company identifier (Ticker, CIK, LEI, Intrinio ID) 
statement_codeCharacterThe statement code 
fiscal_periodCharacterThe fiscal period 
fiscal_yearIntegerThe fiscal year 


Return Type

object
IntrinioSDK::Fundamental

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the Fundamental  
statement_codeCharacterThe code of the financial statement that the Fundamental represents  
fiscal_yearNumericThe fiscal year  
fiscal_periodCharacterThe fiscal period  
typeCharacterThe type of Fundamental  
start_dateDateThe period start date  
end_dateDateThe period start date  
filing_datePOSIXltThe date and time when the Fundamental was filed with the SEC  
is_latestLogicalIs this the latest fundamental available based on the company's most recent filings? Use the Lookup Fundamental endpoint to find the latest fundamental (reference)  
companyCompanySummaryThe Company that the Fundamental was belongs to  
object
IntrinioSDK::CompanySummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the company  
tickerCharacterThe stock market ticker symbol associated with the company's common stock securities  
nameCharacterThe company's common name  
leiCharacterThe Legal Entity Identifier (LEI) assigned to the company  
cikCharacterThe Central Index Key (CIK) assigned to the company