Skip to content

Commit

Permalink
Add support for getting historical data from Huobi crypto exchange (c…
Browse files Browse the repository at this point in the history
…uemacro#22)

* add support for historical data from crypto exchange Huobi

* merge with upstream
  • Loading branch information
jr200 authored and saeedamen committed Apr 21, 2018
1 parent d3d161f commit c46227f
Show file tree
Hide file tree
Showing 6 changed files with 697 additions and 630 deletions.
2 changes: 2 additions & 0 deletions findatapy/conf/time_series_categories_fields.csv
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ crypto,bitfinex,daily,LOC,"open,close,high,low,volume",1-Jan-15
crypto,gdax,intraday,LOC,"low,high,open,close,volume",1-Jan-15
crypto,gdax,daily,LOC,"low,high,open,close,volume",1-Jan-15
crypto,kraken,intraday,LOC,"close,volume,buy-sell,market-limit,miscellaneous",1-Jan-15
crypto,huobi,tick,LOC,"amount,close,count,high,low,open,volume",1-Jan-15
crypto,huobi,daily,LOC,"amount,close,count,high,low,open,volume",1-Jan-15
,,,,,
,,,,,
,,,,,
Expand Down
7 changes: 7 additions & 0 deletions findatapy/conf/time_series_fields_list.csv
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,12 @@ kraken,volume,volume
kraken,buy-sell,buy-sell
kraken,market-limit,market-limit
kraken,miscellaneous,miscellaneous
huobi,amount,amount
huobi,close,close
huobi,count,count
huobi,high,high
huobi,low,low
huobi,open,open
huobi,volume,vol
,,
,,
Loading

0 comments on commit c46227f

Please sign in to comment.