Filing Note by ID

Filing Note by ID Python API Documentation

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

API Class:
FilingApi
Instance Method:
get_note()

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 = 'xbn_ydK3QL'
content_format = 'text'
response = intrinio.FilingApi().get_note(identifier, content_format=content_format)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstrThe Intrinio ID of the filing note 
content_formatstrReturns content in html (as filed) or plain text[optional] [default to text]  


Return Type

object
FilingNote

Properties

NameTypeDescription
idstrThe Intrinio ID of the note  
xbrl_tagstrThe XBRL Tag used for the note  
contentstrThe plain text (after html has been removed) of the note, or text including html if the content_format parameter has been set to html  
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