Skip to main content

A package to save OHLCV data from Upbit exchange to local storage.

Project description

Bit-Saver

Bit-Saver is a Python library for fetching and saving OHLCV (Open, High, Low, Close, Volume) data from Upbit exchange to local storage.

Installation

You need to have Python 3 or higher installed. Installation of the library can be done simply with pip:

pip install bit-saver

Usage

Here's a basic example of how to use Bit-Saver:

from bit_saver import BitSaver

bit_saver = BitSaver()
bit_saver.save_all_data('your_directory_path')

Features

  • Fetches OHLCV data for all coins from Upbit on a daily basis.
  • Saves the data locally in CSV format.

License

This project is distributed under the MIT license. For more information, see the LICENSE file.

Contact

If you encounter any problems or have any questions, please open an issue on our Github issues page.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bit-saver-0.11.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

bit_saver-0.11-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page