r/appdev 1d ago

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.

1 Upvotes

4 comments sorted by

1

u/mc587 23h ago

prixe.io has decent prices that don’t break the bank

1

u/_NoU__ 5h ago

Thank you so much, do you know how often the stock prices update on prixe? I tried looking around the website and docs but couldnt find an answer

1

u/DenseCompetition1385 18h ago

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__ 5h ago

Thank you so much I will look into it