robertmartin8 / MachineLearningStocks

Using python and scikit-learn to make stock predictions
MIT License
1.74k stars 506 forks source link

What is the best way to get more updated key statistics data? #37

Open mopkobot opened 3 years ago

mopkobot commented 3 years ago

Hello,

I tried using the script but the data for key statistics provided by Sentdex is a bit outdated. Does anyone know an API or a URL where we can get more fresh data? I am willing to submit a PR with this solution is someone provides me with enough info so I can implement it?

Thanks, Aleksandar Serafimoski

robertmartin8 commented 3 years ago

Check out simfin.com or stockrow.com

antoinevulcain commented 3 years ago

You can get them from FinancialModelingPrep

Imtrollin commented 3 years ago

Any update here? FinancialModelingPrep is great.

Don't know if you have had a chance to implement this?

Imtrollin commented 3 years ago

I just found this excellent fundamentals acquisition setup from hjones20. It uses FMP and allows for nice sorting and parameterization for data. https://github.com/hjones20/fundamental-analysis

robertmartin8 commented 3 years ago

Hi @Imtrollin, I don't have the bandwidth to implement any new features unfortunately. However, provided you can get data into the same format as keystats.csv etc, you should be able to plug in your own dataset to the project.

Apologies! Robert