Standardized Financials Dimensions

Standardized Financials Dimensions Javascript API Documentation

Returns as reported dimensionality of a data tag

API Class:
FundamentalsApi
Instance Method:
getFundamentalStandardizedFinancialsDimensions()

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 fundamentals = new intrinioSDK.FundamentalsApi();
var id = "AAPL-income_statement-2020-FY";
var tag = "ceo";
fundamentals.getFundamentalStandardizedFinancialsDimensions(id, tag).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
idStringThe Intrinio ID or lookup code (ticker-statement-year-period) for the Fundamental 
tagStringAn Intrinio data tag ID or code (reference) 


Return Type

object
ApiResponseStandardizedFinancialsDimensions

Properties

NameTypeDescription
dimensions[StandardizedFinancialsDimension]The combination of XBRL axis and members that defines the dimensionalization of this fact (if any)  
dataTagDataTagSummary 
fundamentalFundamental 
object
StandardizedFinancialsDimension

Properties

NameTypeDescription
dimensionStringThe title of the dimension  
valueStringThe value of the dimension  
object
DataTagSummary

Properties

NameTypeDescription
idStringThe Intrinio ID for the Data Tag  
nameStringThe readable name of the Data Tag  
tagStringThe code-name of the Data Tag  
parentStringThe parent Data Tag forming the statement relationship with the factor  
sequenceNumberThe order in which the Data Tag appears in its logical group (such as a financial statement)  
factorStringThe operator forming the statement relationship between the child Data Tag (or Data Tags) and the parent Data Tag  
balanceStringWhether the Data Tag represents a credit or debit  
unitStringThe unit of the Data Tag  
object
Fundamental

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  
isLatestBooleanIs this the latest fundamental available based on the company's most recent filings? Use the Lookup Fundamental endpoint to find the latest fundamental (reference)  
companyCompanySummaryThe Company that the Fundamental was belongs to  
object
CompanySummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the company  
tickerStringThe stock market ticker symbol associated with the company's common stock securities  
nameStringThe company's common name  
leiStringThe Legal Entity Identifier (LEI) assigned to the company  
cikStringThe Central Index Key (CIK) assigned to the company