Filing Note by ID

Filing Note by ID Javascript 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:
getNote()

Stock Price Code Example

Use my API Key
var intrinioSDK = require('intrinio-sdk');
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
intrinioSDK.ApiClient.instance.enableRetries = true;
var filing = new intrinioSDK.FilingApi();
var identifier = "xbn_ydK3QL";
var opts = {
'contentFormat': "text"
};
filing.getNote(identifier, opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
FilingNote

Properties

NameTypeDescription
idStringThe Intrinio ID of the note  
xbrlTagStringThe 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
FilingNoteFiling

Properties

NameTypeDescription
cikStringThe Central Index Key (CIK) assigned to the company  
reportTypeStringThe filing report type  
periodEndDateDateThe ending date of the fiscal period for the filing  
filingDateDateThe date the report was filed with the SEC