Search Filing Notes

Search Filing Notes Python API Documentation

Search the XBRL note database and return a list of XBRL note sections containing text from the text query parameter passed through.

API Class:
FilingApi
Instance Method:
search_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)
query = 'inflation'
filing_start_date = '2018-07-15'
filing_end_date = '2018-11-30'
page_size = 100
response = intrinio.FilingApi().search_notes(query, filing_start_date=filing_start_date, filing_end_date=filing_end_date, page_size=page_size)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
querystrSearch for notes that contain all or parts of this text 
filing_start_datedateLimit search to filings on or after this date[optional]  
filing_end_datedateLimit search to filings on or before this date[optional]  
page_sizeintThe number of results to return[optional] [default to 100]  


Return Type

object
ApiResponseFilingNotesSearch

Properties

NameTypeDescription
filing_noteslist[FilingNoteSummary] 
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 <a href=&quot;https://docs.intrinio.com/documentation/sec_filing_report_types&quot; target=&quot;_blank&quot;>report type</a>  
period_end_datedateThe ending date of the fiscal period for the filing  
filing_datedateThe date the report was filed with the SEC