validate_tickers {yfinancer}R Documentation

Validate Yahoo Finance Ticker Symbols

Description

This function validates whether given ticker symbols are valid by making an API request to Yahoo Finance's validation endpoint.

Usage

validate_tickers(symbols = NULL)

Arguments

symbols

A character vector of ticker symbols to validate

Value

A tibble with validation results for each symbol

Examples

## Not run: 
validate_tickers(c("AAPL", "MSFT", "GOOG"))

## End(Not run)

[Package yfinancer version 0.1.3 Index]