Closed mabuimo closed 2 years ago
ticker <- "AA" company_name <- yfinance::get_company_names(ticker) summary <- yfinance::get_summaries(ticker)
yields: Error in open.connection(con, "rb") : HTTP error 404.
Error in open.connection(con, "rb") : HTTP error 404.
hi, get_company_names is deprecated, I'm removing it from the package.
get_company_names
You can get the company names here yfinance::search_stock("AAPL", keep_results = "top")
yfinance::search_stock("AAPL", keep_results = "top")
yields:
Error in open.connection(con, "rb") : HTTP error 404.