cuemacro / findatapy

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

What other frequency options are available? #38

Open ComputerMaverick69 opened 3 years ago

ComputerMaverick69 commented 3 years ago

This is an awesome project. Kudos to y'all.

I'd like to know what other frequencies are available apart from "tick". I had tried using candle and the parameter and it says "WARNING - candle is not a defined frequency".

saeedamen commented 3 years ago

It depends on the asset you are downloading and the source. Eg. for dukascopy, you can only download 'tick', for most Bloomberg tickers you can download 'intraday' (ie. 1 minute data) or 'daily', most other sources only 'daily'