Standardized Financials Dimensions

Standardized Financials Dimensions Java API Documentation

Returns as reported dimensionality of a data tag

API Class:
FundamentalsApi
Instance Method:
getFundamentalStandardizedFinancialsDimensions()

Stock Price Code Example

Use my API Key
import com.intrinio.api.*;
import com.intrinio.models.*;
import com.intrinio.invoker.*;
import com.intrinio.invoker.auth.*;
import org.threeten.bp.*;
import java.math.BigDecimal;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
ApiClient defaultClient = Configuration.getDefaultApiClient();
ApiKeyAuth auth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth");
auth.setApiKey("YOUR_API_KEY");
defaultClient.setAllowRetries(true);
FundamentalsApi fundamentalsApi = new FundamentalsApi();
String id = "AAPL-income_statement-2020-FY";
String tag = "ceo";
ApiResponseStandardizedFinancialsDimensions result = fundamentalsApi.getFundamentalStandardizedFinancialsDimensions(id, tag);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
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
dimensionsListThe 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  
sequenceBigDecimalThe 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  
fiscalYearBigDecimalThe fiscal year  
fiscalPeriodStringThe fiscal period  
typeTypeEnumThe type of Fundamental  
startDateLocalDateThe period start date  
endDateLocalDateThe period start date  
filingDateOffsetDateTimeThe 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