Skip to main content

Package for read and backtest data of financial assets in the most storage-efficient way, taking care of performance and store using zarr format files

Project description

logo_website
Whitehole is a zarr-format-based-tool that allows individuals or small teams interested in processing financial information to make investment decisions.

What do I need to know to start?


Whitehole was thought to fill the gap between the techniques used by the industry and some retail quantitative investors. Thus, the first step to think about is that there is a huge amount of data that is necessary to process for different purposes, specially for ticks market data instead of candlebars. That's why we need a format to store all the data in less storage space. In that sense, Quantmoon Technologies provides tick data using Zarr format. Zarr allows to chunk this tick data and store it in binary structure with metadata as labels.

Whithole use this light data files to upload and read it in Python environments, such as Jupyter, Spyder, PyCharm and more. The idea behind this is to get useful data arrays to work efficiently through any required process. So, xarray is the main library useful for hold the data and work with it.

As an additional features, Whitehole allows to use numpy and pandas to work with the data for different purposes, specially when the processing has to be done just once in the workflow.

Whitehole is fully developed in Windows.

Features:


  • Decryptor: because of zarr store data in binary, with this class is possible to transform it in a more human-comprenhensive way.
  • Whitehole is thought to have different features, the processing of the information will be realized in future versions.

How do I get it?


Whitehole can be installed from PyPI using pip:

pip install whitehole

Quick Start


To have a better understanding of the features, please check the notebooks on the notebook folder

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

whitehole-0.0.3.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

whitehole-0.0.3-py3-none-any.whl (7.1 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