codeperfectplus / Stock-Dashboard

Stock dashboard in python
MIT License
10 stars 3 forks source link

reduce latency #8

Open codeperfectplus opened 1 year ago

codeperfectplus commented 1 year ago

Finding some stock API to reduce latency as day trading will require the data to be faster and more accurate. Currently, we are scrapping data from google finance.

imsoumya18 commented 11 months ago

Why not use yfinance? I have used that in one of my projects.

codeperfectplus commented 11 months ago

Thanks @imsoumya18 I search for free APIS but not found anything. Thanks for sharing.