ranaroussi / yfinance

Download market data from Yahoo! Finance's API
https://aroussi.com/post/python-yahoo-finance
Apache License 2.0
14.89k stars 2.44k forks source link

Any way to get more news? #2075

Open kintonc opened 1 month ago

kintonc commented 1 month ago

ticker.news seems to return 8 to 10 news articles.

However, Yahoo Finance can offer many more than 8 to 10 news articles per ticker: https://finance.yahoo.com/quote/MSFT/news/ (keep scrolling down).

Is there a way to get more than 8 to 10 news articles with yfinance?

ValueRaider commented 1 month ago

Someone began working on a solution but abandoned it: #1949