Filing Note by ID

Filing Note by ID Web API Documentation

Returns the XBRL filing note contents in HTML or text format for a specified Intrinio XBRL filing note ID.

Endpoint:
https://api-v2.intrinio.com/filings/notes/{identifier}

Parameters

Name Description Example
identifier
* required
The Intrinio ID of the filing note xbn_ydK3QL
content_format
Returns content in html (as filed) or plain text
Options:
text
html
show more show less
html
identifier
* required
The Intrinio ID of the filing note
content_format
* required
Returns content in html (as filed) or plain text

Output Fields

Name Description Type
id The Intrinio ID of the note string
xbrl_tag The XBRL Tag used for the note string
content The plain text (after html has been removed) of the note, or text including html if the content_format parameter has been set to html string
filing
A filing submitted to the SEC by a company object
cik
The Central Index Key (CIK) assigned to the company string
report_type
The filing report type string
period_end_date
The ending date of the fiscal period for the filing date
filing_date
The date the report was filed with the SEC date
id
The Intrinio ID of the note
xbrl_tag
The XBRL Tag used for the note
content
The plain text (after html has been removed) of the note, or text including html if the content_format parameter has been set to html
filing
A filing submitted to the SEC by a company