About 50 results
Open links in new tab
  1. How to get actual stock prices with yfinance? - Stack Overflow

    Apr 8, 2020 · import yfinance as yf stock = yf.Ticker ("ABEV3.SA") data1= stock.info print (data1) There is "bid" and "ask", but no actual stock price.

  2. Yfinance.download () Auto Adjust=True - Stack Overflow

    Aug 23, 2023 · The code for the yfinance library is available on GitHub. We can inspect auto_adjust in the codebase. A quick glance at the relevant code linked above shows that auto_adjust makes …

  3. python - yFinance - Obtain all symbols - Stack Overflow

    Feb 24, 2021 · yFinance - Obtain all symbols Asked 5 years, 1 month ago Modified 2 years ago Viewed 10k times

  4. Yfinace - Getting Too Many Requests. Rate limited. Try after a while

    Feb 20, 2025 · Rate limited. Try after a while. Edited info (for reopen): As can be seen from the discussion of yfinance issue here, the problem probably is caused by Yahoo recently implemented …

  5. How can I using yfinance to get fundamental ratios ( such as P/E, P/B )

    Feb 27, 2020 · I've been wondering how can I get a series fundamentals such as P/E ratio of a company using yfinance. historical ratios for multiple company . I have tried import yfinance as yf rio=yf.Ticker("...

  6. python - yfinance rate limit error when using date variables but not ...

    Jul 6, 2025 · I am trying to fetch daily data from yfinance API, but I'm facing a problem that when I use the date variables I get this error: YFRateLimitError('Too Many Requests. Rate limited. Try after a …

  7. yfinance - how to obtain the Adj Close price? - Stack Overflow

    Jan 8, 2025 · I am trying to obtain the Adj. Close prices for stocks using yfinance. It used to provide this information earlier, but now is not giving the Adj Close price. The columns I am getting are Open, Hig...

  8. Get info on multiple stock tickers quickly using yfinance

    Feb 17, 2022 · Get info on multiple stock tickers quickly using yfinance Ask Question Asked 4 years, 1 month ago Modified 3 years ago

  9. python - yfinance - can't download stock data in JupyterLab, but it ...

    May 29, 2025 · Good morning, evening and night! I'm having an issue when trying to download stock data using the yfinance tool in JupyterLab. It will work perfectly in Google Colab, as I'm using the …

  10. Newest 'yfinance' Questions - Stack Overflow

    Feb 21, 2026 · yfinance - how to obtain the Adj Close price? yfinance user2842122 153 Jan 8, 2025 at 7:37