1.0.2 • Published 1 year ago
@kepler-quant/fetcher v1.0.2
fetcher
To install dependencies:
bun installTo run:
bun run fetcher.ts --exchange binance --symbol BTC/USDT --timeframe 15m --since "2024-01-01 00:00:00" --until "2024-07-18 00:00:00" --output binance_spot_btcusdt_15m.csvRelease to npm:
bun build fetcher.ts --compile --outfile bin/fetcher
npm publishInstall fetcher
bun install -g @kepler-quant/fetcherDownload history kline data
fetcher --exchange binance --symbol BTC/USDT --timeframe 15m --since "2024-01-01 00:00:00" --until "2024-07-18 00:00:00" --output binance_spot_btcusdt_15m.csvThis project was created using bun init in bun v1.1.20. Bun is a fast all-in-one JavaScript runtime.