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