Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 598 Bytes

get_min_candle.md

File metadata and controls

21 lines (18 loc) · 598 Bytes

일정 간격으로 분봉 가져오기

  • get_min_candle.py

출력

$ python samples/get_min_candle.py
INFO:root:[20190902 05:48:24] KRW-BTC
INFO:root:      opening_price: 11636000.0
INFO:root:      trade_price: 11636000.0
INFO:root:      high_price: 11636000.0
INFO:root:      low_price: 11636000.0
INFO:root:      timestamp: 1567370931373
INFO:root:[20190902 05:49:00] KRW-BTC
INFO:root:      opening_price: 11636000.0
INFO:root:      trade_price: 11636000.0
INFO:root:      high_price: 11637000.0
INFO:root:      low_price: 11636000.0
INFO:root:      timestamp: 1567370967198