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.4.2.tar.gz
(20.0 kB
view hashes)
Built Distribution
valeralib-1.4.2-py3-none-any.whl
(19.8 kB
view hashes)
Close
Hashes for valeralib-1.4.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc257c81a143c9b756908cc5c093fcc64f48f8aa28429c6ca9864effc01cffff |
|
MD5 | b24fcc33910f68b2ea97e6683ac1e194 |
|
BLAKE2b-256 | 3d3f69a618dcc22e7b59ad38408b748964ae7a5e7c07e4d68fc2973a3aafad5a |