Returns a list of available bank fundamentals (fiscal year, fiscal period, start date, and end date) for a given ticker/rssd_id and statement. Statements are from the bank call reports, UBPR reports, and Y-9C reports filed with the FDIC & Federal Reserve.
Name | Description | Example |
---|---|---|
identifier
* required
|
The stock market ticker symbol associated with the companies common stock securities, or the bank/bank holding company RSSD ID issued by the Federal Reserve. | 2362074 |
statement
* required
|
The call report/UBPR/Y-9C financial statement requested. | RI |
type
* required
|
The type of periods requested - includes fiscal years for annual data, quarters for quarterly data.
Options:
FY
QTR
YTD
show more
show less
|
FY |
report
|
Select report for all fundamentals.
Options:
call_report
ubpr
Y9C
show more
show less
|
Y9C |
date
|
The first fundamental will be the latest as of this specified date. | 2014-12-31 |
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
|
true |
identifier
* required
The stock market ticker symbol associated with the companies common stock securities, or the bank/bank holding company RSSD ID issued by the Federal Reserve.
|
||
statement
* required
The call report/UBPR/Y-9C financial statement requested.
|
||
type
* required
The type of periods requested - includes fiscal years for annual data, quarters for quarterly data.
|
||
report
* required
Select report for all fundamentals.
|
||
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 |
---|---|---|
statement_code | the statement code for the financial statement from the report | string |
fiscal_year | the fiscal year of the fundamental | date |
fiscal_period | the fiscal period of the fundamental | date |
end_date | the last date of the fundamental | date |
start_date | (not available on the balance sheet) the first date of the fundamental | date |
report | the report the financial statement is sourced from, corresponding with the statement_code | string |
statement_code
the statement code for the financial statement from the report
|
||
fiscal_year
the fiscal year of the fundamental
|
||
fiscal_period
the fiscal period of the fundamental
|
||
end_date
the last date of the fundamental
|
||
start_date
(not available on the balance sheet) the first date of the fundamental
|
||
report
the report the financial statement is sourced from, corresponding with the statement_code
|