parse_balance_sheet {yfinancer} | R Documentation |
Parse balance sheet module data from Yahoo Finance API
Description
Transforms the nested balance sheet data from Yahoo Finance API into a tidy tibble. This function handles both annual and quarterly balance sheet statements.
Usage
parse_balance_sheet(result_data)
Arguments
result_data |
The raw balance sheet data from Yahoo Finance API |
Value
A tibble containing the parsed balance sheet data with financial metrics
[Package yfinancer version 0.1.3 Index]