Lookup Fundamental by Company

Lookup Fundamental by Company Python API Documentation

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

API Class:
CompanyApi
Instance Method:
lookup_company_fundamental()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
identifier = 'AAPL'
statement_code = 'income_statement'
fiscal_period = 'FY'
fiscal_year = 2017
response = intrinio.CompanyApi().lookup_company_fundamental(identifier, statement_code, fiscal_period, fiscal_year)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstrA Company identifier (Ticker, CIK, LEI, Intrinio ID) 
statement_codestrThe statement code 
fiscal_periodstrThe fiscal period 
fiscal_yearintThe fiscal year 


Return Type

object
Fundamental

Properties

NameTypeDescription
idstrThe Intrinio ID of the Fundamental  
statement_codestrThe code of the financial statement that the Fundamental represents  
fiscal_yearfloatThe fiscal year  
fiscal_periodstrThe fiscal period  
typestrThe type of Fundamental  
start_datedateThe period start date  
end_datedateThe period start date  
filing_datedatetimeThe date and time when the Fundamental was filed with the SEC  
is_latestboolIs 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
CompanySummary

Properties

NameTypeDescription
idstrThe Intrinio ID of the company  
tickerstrThe stock market ticker symbol associated with the company's common stock securities  
namestrThe company's common name  
leistrThe Legal Entity Identifier (LEI) assigned to the company  
cikstrThe Central Index Key (CIK) assigned to the company