Returns the As Reported XBRL tags and labels for a given ticker, statement, and date or fiscal year/fiscal quarter.
Name | Description | Example |
---|---|---|
identifier
* required
|
The stock market ticker symbol associated with the companies common stock securities. | AAPL |
statement
* required
|
The financial statement requested.
Options:
income_statement
balance_sheet
cash_flow_statement
show more
show less
|
income_statement |
type
|
The type of periods requested - includes fiscal years for annual data, quarters for quarterly data and trailing twelve months for annual data on a quarterly basis.
Options:
FY
QTR
show more
show less
|
FY |
fiscal_year
|
The fiscal year associated with the fundamental. | 2016 |
fiscal_period
|
The fiscal period associated with the fundamental.
Options:
FY
Q1
Q2
Q3
show more
show less
|
FY |
date
|
The first fundamental will be the latest as of this specified date. | 2018-03-03 |
page_number
|
An integer greater than or equal to 1 for specifying the page number for the return values. | - |
page_size
|
An integer greater than or equal to 1 for specifying the number of results on each page. | 10 |
hide_paging
|
Hide first row of paging information.
Options:
true
show more
show less
|
- |
identifier
* required
The stock market ticker symbol associated with the companies common stock securities.
|
||
statement
* required
The financial statement requested.
|
||
type
* required
The type of periods requested - includes fiscal years for annual data, quarters for quarterly data and trailing twelve months for annual data on a quarterly basis.
|
||
fiscal_year
* required
The fiscal year associated with the fundamental.
|
||
fiscal_period
* required
The fiscal period associated with the fundamental.
|
||
date
* required
The first fundamental will be the latest as of this specified date.
|
||
page_number
* required
An integer greater than or equal to 1 for specifying the page number for the return values.
|
||
page_size
* required
An integer greater than or equal to 1 for specifying the number of results on each page.
|
||
hide_paging
* required
Hide first row of paging information.
|
Name | Description | Type |
---|---|---|
name | the label of the XBRL tag as reported of the financial statement | string |
tag | the XBRL tag of the associated financial data point | string |
balance | the accounting balance (debit or credit) of the tag | string |
unit | the unit type of the XBRL tag | string |
domain_tag | the specified domain XBRL tag, associated with certain data points on the financial statements that have a dimension associated with the data point | string |
abstract | the type of value; true indicates that the value is a header label and has no associated data value, whereas false indicates that the XBRL tag has an associated value. | boolean |
sequence | an integer 0 or greater indicating the presentation order of the XBRL tag and label in the financial statement | number |
depth | an integer 0 or greater indicating the presentation indentation depth of the XBRL tag and label in the financial statement | number |
name
the label of the XBRL tag as reported of the financial statement
|
||
tag
the XBRL tag of the associated financial data point
|
||
balance
the accounting balance (debit or credit) of the tag
|
||
unit
the unit type of the XBRL tag
|
||
domain_tag
the specified domain XBRL tag, associated with certain data points on the financial statements that have a dimension associated with the data point
|
||
abstract
the type of value; true indicates that the value is a header label and has no associated data value, whereas false indicates that the XBRL tag has an associated value.
|
||
sequence
an integer 0 or greater indicating the presentation order of the XBRL tag and label in the financial statement
|
||
depth
an integer 0 or greater indicating the presentation indentation depth of the XBRL tag and label in the financial statement
|