giuse88 / duka

duka - Dukascopy historical data downloader
http://giuse88.github.io/duka
MIT License
302 stars 135 forks source link

Additional request(ask price, frequency, time interval) #32

Open yomoko opened 6 years ago

yomoko commented 6 years ago

@EvianZhow I read the #29 you mentioned. But is it possible to:

  1. Make the day interval begin at 17:00 EST(which is the official start time of forex, so that if the frequency is 4 hour, each interval will be like 17:00, 21:00, 01:00 etc) instead of 00:00 local time( 00:00, 04:00, 08:00 etc)?
  2. D/L other time frequency such as 2H, 8H, weekly, daily, other than those available
  3. D/L ask price also

Thanks.

evianzhow commented 6 years ago
  1. We suppose to support different locale settings in release 2.1. So you can always find a way to fit your need and the data by applying a different locale. Begins at 17:00 means can not be divided by 4, but you can change your locale to UTC-2 or etc. to make the begin time divisible.
  2. 2H and 8H is possible but we are not going to do non-standard timeframe.
  3. Yes, will featured in release-2.1.
yomoko commented 6 years ago

@EvianZhow For support different locale settings, does it mean we can customize the day start time as shown? capture1

huiguo85 commented 6 years ago

Hi, first of all, this is a fantastic library! Thanks for you guys' hard work. I am wondering if we can download the stock price through this? It works on my side to retrieve forex data. But doesn't seem to work if I try to get stock, i.e AAPL intraday historical data by feeding the argument of 'AAPLUSUSD'? Does this API support the feature for stock data downloading. If yes, what is the command and symbol format I should use for US stocks? Thank you very much

sasagr commented 6 years ago

I quote last comment. Is it possible to use for the stocks, indices and the other stuff available in the website?

yomoko commented 5 years ago

@EvianZhow When will ver.2.1 be released? Thanks.