consolidate_balance_sheet: Get consolidated balance sheet from the filing

View source: R/sec_api_single_methods.R

consolidate_balance_sheetR Documentation

Get consolidated balance sheet from the filing

Description

Get thh consolidated balance sheet

Usage

consolidate_balance_sheet(...)

Arguments

xbrl_json

JSON text Parsed xbrl filing

Value

Tibble Tibble w/ the balance sheet (3Y)

Examples

# 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

TracyRage/fun_valuation documentation built on Jan. 29, 2023, 8:41 a.m.