Unified cryptocurrency data API like yfinance
Project description
cryptofinance
Created by Aakash Chavan Ravindranath
More content: Medium
A Python library for unified access to cryptocurrency data, similar to yfinance.
Designed for retail investors and data scientists.
Features
get_price()– real-time spot priceget_history()– OHLCV historical datasearch_symbol()– resolve ticker namesget_market_cap()– historical market capget_volume()– historical trading volumeplot_price()– quick chart of price history
Install
Coming soon via PyPI.
Usage
from cryptofinance import get_price, get_history, plot_price
print(get_price('btc_usd'))
df = get_history('btc_usd')
plot_price('btc_usd')
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
crypto_yfinance-0.1.3.tar.gz
(6.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crypto_yfinance-0.1.3.tar.gz.
File metadata
- Download URL: crypto_yfinance-0.1.3.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fe0773c9d67c6aa6f72ab20c71ec55e6bba869e0f0805433e878c65306b3f05
|
|
| MD5 |
ec6070f138ebc2da6b94841b4aa166f4
|
|
| BLAKE2b-256 |
28ade44680594ccf3a2f5ff8d875da96cc5bc67e15c685d25179f93287331d47
|
File details
Details for the file crypto_yfinance-0.1.3-py3-none-any.whl.
File metadata
- Download URL: crypto_yfinance-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5d500875f4e4076fbd7857fb26470a433bd9792995f6f80308b46eab6e77d9a
|
|
| MD5 |
e0936700d326ec7ece454bfcfb814015
|
|
| BLAKE2b-256 |
68b38b7cb610aef9f5fa3dfd685faf9493b5020059e416fb82d996092944cf65
|