Fetch and merge historical cryptocurrency data from Binance Exchange into a CSV file with just a few clicks, using data from data.binance.vision.
The core purpose of Binance Vision Scrapper is to provide a web application where users can select and download the required cryptocurrency historical data, with the data merged into a single CSV file.
The application automatically extracts all zip files from the source and stores in the output
folder under root folder.
Ensure that you have Node.js installed. This project was developed with Node.js v20.11.1 and npm v10.2.4.
- Install the necessary dependencies by running the following command in your terminal
npm run install
- Build the project
npm run build
- Once the build is successful, start the application
npm run start
- Open http://localhost:3000 with your browser to start scrapping easly.
Now you're ready to select and merge Binance Exchange's cryptocurrency historical data into a CSV file!