Filing Note by ID

Filing Note by ID Ruby API Documentation

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

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

Stock Price Code Example

Use my API Key
# Load the gem
require 'intrinio-sdk'
require 'pp'
# Setup authorization
Intrinio.configure do |config|
config.api_key['api_key'] = 'YOUR_API_KEY'
config.allow_retries = true
end
filing_api = Intrinio::FilingApi.new
identifier = "xbn_ydK3QL"
opts = {
content_format: "text"
}
result = filing_api.get_note(identifier, opts)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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

Return Type

object
Intrinio::FilingNote

Properties

NameTypeDescription
idStringThe Intrinio ID of the note  
xbrl_tagStringThe XBRL Tag used for the note  
contentStringThe 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
Intrinio::FilingNoteFiling

Properties

NameTypeDescription
cikStringThe Central Index Key (CIK) assigned to the company  
report_typeStringThe 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