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