View source: R/sec_api_single_methods.R
consolidate_balance_sheet | R Documentation |
Get thh consolidated balance sheet
consolidate_balance_sheet(...)
xbrl_json |
JSON text Parsed xbrl filing |
Tibble Tibble w/ the balance sheet (3Y)
# Parsed json filing # equity <- filing$BalanceSheets$InventoryNet # goodwill <- filing$BalanceSheets$BalanceSheets$Goodwill # market_securities <- filing$BalanceSheets$MarketableSecuritiesCurrent # cash <- filing$BalanceSheets$BalanceSheets$CashAndCashEquivalentsAtCarryingValue # acc_pay <- filing$BalanceSheets$AccountsPayableCurrent # acc_rec <- filing$BalanceSheets$AccountsAndOtherReceivablesNetCurrent # debt_current <- filing$BalanceSheets$DebtCurrent # debt_long <- filing$BalanceSheets$LongTermDebt # inventory <- filing$BalanceSheets$InventoryNet # Type of value column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.