All Fundamentals by Filing

All Fundamentals by Filing Python API Documentation

Returns a list of fundamentals with unique fundamental IDs associated with a particular `Intrinio Filing ID` (if applicable) that have been updated or created as a result of a company`s latest SEC filing. Useful to ensure your database is up to date with the latest fundamentals.

API Class:
FilingApi
Instance Method:
get_filing_fundamentals()

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 = 'fil_B73xBG'
statement_code = ''
type = ''
fiscal_year = ''
fiscal_period = ''
start_date = ''
end_date = ''
next_page = ''
response = intrinio.FilingApi().get_filing_fundamentals(identifier, statement_code=statement_code, type=type, fiscal_year=fiscal_year, fiscal_period
  =fiscal_period, start_date=start_date, end_date=end_date, next_page=next_page)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstrA Filing identifier 
statement_codestrFilters fundamentals by statement code[optional]  
typestrFilters fundamentals by type[optional]  
fiscal_yearintFilters fundamentals by fiscal year[optional]  
fiscal_periodstrFilters fundamentals by fiscal period[optional]  
start_datedateReturns fundamentals on or after the given date[optional]  
end_datedateReturns fundamentals on or before the given date[optional]  
next_pagestrGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseFilingFundamentals

Properties

NameTypeDescription
fundamentalslist[FundamentalSummary] 
filingFilingSummary 
next_pagestrThe token required to request the next page of the data. If null, no further results are available.  
object
FundamentalSummary

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  
object
FilingSummary

Properties

NameTypeDescription
idstrThe Intrinio ID of the Filing  
filing_datedateThe date when the filing was submitted to the SEC by the company  
accepted_datedatetimeThe date and time when the filing was accepted by SEC  
period_end_datedateThe ending date of the fiscal period for the filing  
report_typestrThe filing report type  
sec_unique_idstrA unique identifier for the filing provided by the SEC  
filing_urlstrThe URL to the filing page on the SEC site  
report_urlstrThe URL to the actual report on the SEC site  
instance_urlstrThe URL for the XBRL filing for the report