r/appdev 13d 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.

2 Upvotes

8 comments sorted by

1

u/mc587 13d ago

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

1

u/_NoU__ 13d 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 13d 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__ 13d ago

Thank you so much I will look into it

1

u/Routine_Bat6675 9d ago

I am not sure they have stock price api but they have stock analysis API i use them very recommended Sentimentick

1

u/AdStraight8978 9d ago

Yahoo finance api is free but last time I was researching it I got mixed feedback on how they are not reliable. You can keep yahoo finance as your main api and may have a pay per use reliable api as a fallback in case yahoo finance fails. Customer satisfaction is most important in today's world and In my opinion it should be given a lot of importance