Ljupch0 / yfinance

Tidy Financial Statement Data in R. Via the Yahoo Finance API.
31 stars 7 forks source link

error in yfinance::get_summaries() #8

Closed mabuimo closed 2 years ago

mabuimo commented 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.

Ljupch0 commented 2 years ago

hi, get_company_names is deprecated, I'm removing it from the package.

You can get the company names here yfinance::search_stock("AAPL", keep_results = "top")