The library goes brrrrrr
Project description
Example:
from ValeraLib import Binance, DataScience as ds
from ValeraLib.utils.DuckTypes import *
b = Binance()
sk:SymbolsKlines = b.CollectKlinesForSymbols('perp', time.time()-24*60*60, time.time(), '5m')
k:Klines = b.GetKlines('BTCUSDT', time.time()-24*60*60, time.time(), '5m', 'perp')
closes = sk.ToOpensDf()
fig = ds.plotly_closes(closes)
fig.write_image("test_image.png")
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
valeralib-1.2.0.tar.gz
(18.4 kB
view details)
Built Distribution
valeralib-1.2.0-py3-none-any.whl
(19.3 kB
view details)
File details
Details for the file valeralib-1.2.0.tar.gz
.
File metadata
- Download URL: valeralib-1.2.0.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5051fba1f26a763551b04f5f2d2836d1601b8fa6b0d09fb92f31eb703f560f6 |
|
MD5 | b11cba6dbc0274fc141c54f0c3e7463c |
|
BLAKE2b-256 | df097a00cc2b9daa6a77f90dddae6106badadd41b11c0f2cc129167a352930b8 |
Provenance
File details
Details for the file valeralib-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: valeralib-1.2.0-py3-none-any.whl
- Upload date:
- Size: 19.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e18ec544c14bd025b3a10efe03d6f9de7af35436e731b6851aa9ee072193704 |
|
MD5 | 7973a8f7d16346a747f09d32fd4425a6 |
|
BLAKE2b-256 | 2d5f4c28cb45d9c1bbe04bad0af829ab01deeabcdc024c893521acd3430b79f4 |