Posts by Mariana Oliva • 3 points
1 post
-
-1
votes1
answer107
viewsQ: Python Handle API
I want to use the following API response: https://cex.io/api/ohlcv/hd/20160228/BTC/USD Then I want to divide it into blocks like this: [1456617600,434.3867,434.3867,433.781,433.781,4.15450000] and…