Skip to content

Instantly share code, notes, and snippets.

@moondancecrypto
moondancecrypto / fetch_BTCMOVE.py
Last active May 1, 2022 06:36
A script to fetch OHLCV data for FTX MOVE daily contracts (e.g. BTC-MOVE-0815)
import os
import sys
argvs = sys.argv
from datetime import datetime, timedelta, timezone
import json
import pytz
import pandas as pd
import ciso8601
# For FtxClient ----------------------------------------