delta-exchange / python-rest-client

https://pypi.org/project/delta-rest-client/
13 stars 19 forks source link

price history #24

Closed benjiqq closed 3 years ago

benjiqq commented 4 years ago

I'm requesting get_price_history for BTCUSD=27 and get {'s': 'no_data'}

bbc4468 commented 4 years ago

Please try this

symbol = "BTCUSD" time_interval = 600 // in minutes resolution = 15 // in minutes delta_client.get_price_history(symbol, time_interval, resolution)