valid_cashflow_keys {yfinancer} | R Documentation |
Data file containing possible cash flow statement keys from Yahoo Finance API
Description
A dataset containing the possible keys that can be found in cash flow statement data retrieved from Yahoo Finance's API. These keys are used to identify and extract specific cash flow line items.
Usage
valid_cashflow_keys
Format
A character vector containing 131 possible cash flow statement keys
Source
Yahoo Finance API
Examples
# View all possible cash flow keys
data(valid_cashflow_keys)
head(valid_cashflow_keys)
# Check if a specific key exists
"OperatingCashFlow" %in% valid_cashflow_keys
[Package yfinancer version 0.1.3 Index]