Filter Fundamental

Filter Fundamental Python API Documentation

Returns fundamentals that meet the set of filters specified in parameters.

API Class:
FundamentalsApi
Instance Method:
filter_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)
filed_after = '2022-01-01'
filed_before = '2022-12-01'
reported_only = False
fiscal_year = 2017
statement_code = ''
type = 'False'
fiscal_period = 'FY'
start_date = '2022-01-01'
end_date = '2022-12-01'
updated_after = '2022-12-01'
updated_before = '2022-12-01'
template = 'indu'
next_page = ''
response = intrinio.FundamentalsApi().filter_fundamental(filed_after=filed_after, filed_before=filed_before, reported_only=reported_only, fiscal_year
  =fiscal_year, statement_code=statement_code, type=type, fiscal_period=fiscal_period, start_date=start_date, end_date=end_date, updated_after
  =updated_after, updated_before=updated_before, template=template, next_page=next_page)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
filed_afterdateOnly include fundamentals that were filed on or after this date.[optional]  
filed_beforedateOnly include fundamentals that were filed on or before this date.[optional]  
reported_onlyboolOnly as-reported fundamentals[optional]  
fiscal_yearintOnly for the given fiscal year[optional]  
statement_codestrOnly of the given statement code[optional]  
typestrOnly of the given type[optional]  
fiscal_periodstrThe fiscal period[optional]  
start_datedateOnly include fundamentals where covered period is on or after this date.[optional]  
end_datedateOnly include fundamentals where covered period is on or before this date.[optional]  
updated_afterdateOnly include fundamentals where it was updated after this date.[optional]  
updated_beforedateOnly include fundamentals where it was updated before this date.[optional]  
templatestrThe financial statement template used by Intrinio to standardize the as reported data[optional]  
next_pagestrGets the next page of data from a previous API call[optional]  


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