valid_modules {yfinancer}R Documentation

Data file containing possible Yahoo Finance API modules

Description

A dataset containing the possible modules that can be requested from the Yahoo Finance API. Each module represents a specific type of financial data that can be retrieved for a ticker.

Usage

valid_modules

Format

A character vector containing 33 possible API modules with descriptions

Details

The modules include:

Source

Yahoo Finance API

Examples

# View all possible modules
data(valid_modules)
head(valid_modules)

# Check if a specific module exists
"financialData" %in% valid_modules


[Package yfinancer version 0.1.3 Index]