Lumnis Alternative Data
Project description
Hi there 👋
Lumnis Crypto Alternative Data API
The LUMNIS Crypto API provides the most comprehensive factor dataset for crypto assets. We provide the following group of factors:
- Micro-structural Factors - These are factors derived from order book data and trade data. We process terabytes of data to extract the most relevant order book and trade factors that are delivered in real-time
- Regime Factors - We provide regime data that enables users to observe how strategies perform in different conditions of the market. For example, some strategies work better during high volatile regimes. We use proprietary algorithms for effectively determining regimes.
This data can be used for backtesting and implementing trading strategies.
Documentation
Click here to view documentation on API usage.
Receiving API Token
You can sign up here to retreive a lumnis API Key
Please e-mail me if there is an issue with setting up or retreiving an API Key.
Getting Started
Prerequisites
- Python version 3 installed
Installation
The package can easily be installed by running the following command
pip install lumnisfactors
Usage
#Import the package
from lumnisfactors import LumnisFactors
#Add your API KEY
API_KEY = ""
lumnis = LumnisFactors(API_KEY)
#Retrieve a single days worth of data
df_single_date = lumnis.get_single_date_data("vpin", "coinbase", "ethusd", "hour", "2022-01-01")
#Retrieve multiple days worth of data
historical_data = lumnis.get_historical_data("vpin", "coinbase", "ethusd", "hour", "2022-01-01", "2022-02-01")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lumnisfactors-0.0.5.tar.gz
(4.5 kB
view details)
File details
Details for the file lumnisfactors-0.0.5.tar.gz
.
File metadata
- Download URL: lumnisfactors-0.0.5.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7c92ef29863020d82b308a9e477489c5bdfe4e348ad60808885c8c43c34d2cc |
|
MD5 | f77c33c6957ba496c751ea08bfb316b0 |
|
BLAKE2b-256 | 1ad882e6bc6b691aed99f7298e4c214242f21739bfed78dd637b415b0cc12ba7 |