Search the XBRL note database and return a list of XBRL note sections containing text from the text query parameter passed through.
Name | Type | Description | Notes |
---|---|---|---|
query | str | Search for notes that contain all or parts of this text | |
filing_start_date | date | Limit search to filings on or after this date | [optional] |
filing_end_date | date | Limit search to filings on or before this date | [optional] |
page_size | int | The number of results to return | [optional] [default to 100] |
Name | Type | Description |
---|---|---|
filing_notes | list[FilingNoteSummary] |
Name | Type | Description |
---|---|---|
id | str | The Intrinio ID of the note |
xbrl_tag | str | The XBRL tag used for the note by the filing entity |
filing | FilingNoteFiling |
Name | Type | Description |
---|---|---|
cik | str | The Central Index Key (CIK) assigned to the company |
report_type | str | The filing <a href="https://docs.intrinio.com/documentation/sec_filing_report_types" target="_blank">report type</a> |
period_end_date | date | The ending date of the fiscal period for the filing |
filing_date | date | The date the report was filed with the SEC |