/mexc-bulk-downloader

A Python library to efficiently and concurrently download historical data files from MEXC. Supports USDT Perpetual.

Primary LanguagePythonMIT LicenseMIT

mexc-bulk-downloader

Python 3.11 Run pytest on all branches

Python library for bulk downloading MEXC historical data

A Python library to efficiently and concurrently download historical data files from MEXC. Supports USDT Perpetual.

Installation

pip install git+https://github.com/aoki-h-jp/mexc-bulk-downloader

Usage

Please see download.py for more details.

Download all kline data (USDT Perpetual)

from mexc_bulk_downloader.downloader import MexcBulkDownloader

mexc = MexcBulkDownloader(destination_dir=".")
mexc.download_all("1m")

pytest

> pytest

If you want to report a bug or request a feature

Please create an issue on this repository!

Disclaimer

This project is for educational purposes only. You should not construe any such information or other material as legal, tax, investment, financial, or other advice. Nothing contained here constitutes a solicitation, recommendation, endorsement, or offer by me or any third party service provider to buy or sell any securities or other financial instruments in this or in any other jurisdiction in which such solicitation or offer would be unlawful under the securities laws of such jurisdiction.

Under no circumstances will I be held responsible or liable in any way for any claims, damages, losses, expenses, costs, or liabilities whatsoever, including, without limitation, any direct or indirect damages for loss of profits.