All Fundamentals by Filing

All Fundamentals by Filing Javascript API Documentation

Returns a list of fundamentals with unique fundamental IDs associated with a particular `Intrinio Filing ID` (if applicable) that have been updated or created as a result of a company`s latest SEC filing. Useful to ensure your database is up to date with the latest fundamentals.

API Class:
FilingApi
Instance Method:
getFilingFundamentals()

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 = "fil_B73xBG";
var opts = {
'statementCode': null,
'type': null,
'fiscalYear': null,
'fiscalPeriod': null,
'startDate': null,
'endDate': null,
'nextPage': null
};
filing.getFilingFundamentals(identifier, opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Filing identifier 
statementCodeStringFilters fundamentals by statement code[optional]  
typeStringFilters fundamentals by type[optional]  
fiscalYearNumberFilters fundamentals by fiscal year[optional]  
fiscalPeriodStringFilters fundamentals by fiscal period[optional]  
startDateDateReturns fundamentals on or after the given date[optional]  
endDateDateReturns fundamentals on or before the given date[optional]  
nextPageStringGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseFilingFundamentals

Properties

NameTypeDescription
fundamentals[FundamentalSummary] 
filingFilingSummary 
nextPageStringThe token required to request the next page of the data. If null, no further results are available.  
object
FundamentalSummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the Fundamental  
statementCodeStringThe code of the financial statement that the Fundamental represents  
fiscalYearNumberThe fiscal year  
fiscalPeriodStringThe fiscal period  
typeStringThe type of Fundamental  
startDateDateThe period start date  
endDateDateThe period start date  
filingDateDateThe date and time when the Fundamental was filed with the SEC  
object
FilingSummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the Filing  
filingDateDateThe date when the filing was submitted to the SEC by the company  
acceptedDateDateThe date and time when the filing was accepted by SEC  
periodEndDateDateThe ending date of the fiscal period for the filing  
reportTypeStringThe filing report type  
secUniqueIdStringA unique identifier for the filing provided by the SEC  
filingUrlStringThe URL to the filing page on the SEC site  
reportUrlStringThe URL to the actual report on the SEC site  
instanceUrlStringThe URL for the XBRL filing for the report