cuemacro / findatapy

Python library to download market data via Bloomberg, Eikon, Quandl, Yahoo etc.
Apache License 2.0
1.7k stars 206 forks source link

Alphavantage date range filter #25

Open soulaw-mkii opened 5 years ago

soulaw-mkii commented 5 years ago

Hi Team,

The project is really amazing, covering the most common data source I ever searched in the web!

I am reading the the cache_example.py into details. As I know, there is no date range parameters in the spec of AlphaVantage API nor in alpha_vantage package. How could you do the date range filter? Would you please direct me to the py file?

Best regards, Steve

saeedamen commented 5 years ago

Hi Steve, I've already implemented an AlphaVantage wrapper in findatapy which has a date filter. Regards Saeed