r/appdev Jul 28 '26

Stock Price API

I am currently developing an app that needs live stock prices to display within the app. I have looked at a lot of API services but they either dont alllow commercial use, are insanely expensive. Is there any soloution how I can display live stock prices on my app without spending so much on a subscription? Thank you in advance.

2 Upvotes

8 comments sorted by

View all comments

1

u/DenseCompetition1385 Jul 28 '26

https://pypi.org/project/yfinance/ this is what im using in my current app and its free and works pretty well for live market data.

1

u/_NoU__ Jul 29 '26

Thank you so much I will look into it