Filing Note by ID

Filing Note by ID R API Documentation

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

API Class:
IntrinioSDK::FilingApi
Instance Method:
get_note()

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
FilingApi <- IntrinioSDK::FilingApi$new(client)
# Required params
identifier <- "xbn_ydK3QL"
# Optional params
opts <- list(
content_format = "text"
)
response <- FilingApi$get_note(identifier, opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
IntrinioSDK::FilingNote

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the note  
xbrl_tagCharacterThe XBRL Tag used for the note  
contentCharacterThe 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