All Filing Notes

All Filing Notes Python API Documentation

Returns a list of the latest XBRL filing note sections from the SEC 10-K and 10-Q statements. The returned Intrinio XBRL filing note ID can then be utilized with the “Filing Note by ID” endpoint to retrieve the contents of the note in HTML or text format.

API Class:
FilingApi
Instance Method:
get_all_notes()

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)
company = 'AAPL'
report_type = '10-Q'
filing_start_date = ''
filing_end_date = ''
period_ended_start_date = ''
period_ended_end_date = ''
page_size = 100
next_page = ''
response = intrinio.FilingApi().get_all_notes(company=company, report_type=report_type, filing_start_date=filing_start_date, filing_end_date
  =filing_end_date, period_ended_start_date=period_ended_start_date, period_ended_end_date=period_ended_end_date, page_size=page_size, next_page
  =next_page)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
companystrA Company identifier (Ticker, CIK, LEI, Intrinio ID)[optional]  
report_typestrNotes contained in filings that match the given report type[optional]  
filing_start_datedateLimit search to filings on or after this date[optional]  
filing_end_datedateLimit search to filings on or before this date[optional]  
period_ended_start_datedateLimit search to filings with a period end date on or after this date[optional]  
period_ended_end_datedateLimit search to filings with a period end date on or before this date[optional]  
page_sizeintThe number of results to return[optional] [default to 100]  
next_pagestrGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseFilingNotes

Properties

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

Properties

NameTypeDescription
idstrThe Intrinio ID of the note  
xbrl_tagstrThe XBRL tag used for the note by the filing entity  
filingFilingNoteFiling 
object
FilingNoteFiling

Properties

NameTypeDescription
cikstrThe Central Index Key (CIK) assigned to the company  
report_typestrThe filing report type  
period_end_datedateThe ending date of the fiscal period for the filing  
filing_datedateThe date the report was filed with the SEC