#Python Friday #315: Access Stock Market Data With #yfinance
https://pythonfriday.dev/2026/01/315-access-stock-market-data-with-yfinance/
#Python Friday #315: Access Stock Market Data With #yfinance
https://pythonfriday.dev/2026/01/315-access-stock-market-data-with-yfinance/
そろそろ来るかも?投資信託の“兆し”を分析して自動ポストする仕組みを作った話
https://qiita.com/Necoze/items/f71c748decd4f32aa126?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Python×株式投資:都度DLはやめた─yfinanceで爆速テクニカル分析を回したい
https://qiita.com/rS_alonewolf/items/1d297dbe346b2876eee7?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Every once and a while, I see an #opensource community interaction that is just beautifully efficient, from someone reporting to a bug, to others confirming which environments they can reproduce it in, to someone filing a PR, to others testing and reviewing it, to a quick release that fixes an issue for everyone. Today was one of those days and it made glad.
Pythonで Yahoo! ファイナンス の情報を取得する。
https://qiita.com/tapitapi/items/9459362d8aee25137647?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
I had some fun today "playing" with Stock Market share price data APIs.
Why... Well I am on vacation and I had some spare time... I know, I should probably check the definition of holiday in a dictionary 😉
Anyway, I settled upon "yfinance' because it is free and "good enough ", despite some quirks.
I was able to get a lot of very useful information, although it was probably not "timely" enough for anything even beyond casual
My efforts are here:
What's happening here? #yfinance kaputt?
>>> http://msft.info
{'regularMarketPrice': None, 'preMarketPrice': None, 'logo_url': ''}
Looking for:
div = ticker_yf.info['dividendYield']
So this evening a new app in my blog. In the future I will provide a gui (user interface) 🙂
https://finsteininvest.pythonanywhere.com/
"A program to load a list of tickers and check there price and dividend performance as well as check for risk (standard deviation)"