Skip to contents

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

if (FALSE) { # \dontrun{
validate_tickers(c("AAPL", "MSFT", "GOOG"))
} # }