QuantPerf
Project description
QuantPerf
QuickStart
# pip install quantperf
import yfinance as yf
from quantperf import Metrics
daily_prices = yf.Ticker("AAPL").history()['Close']
# The input must be **daily** prices
metrics = Metrics(daily_prices)
print(metrics.stats)
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
quantperf-1.0.5.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file quantperf-1.0.5.tar.gz
.
File metadata
- Download URL: quantperf-1.0.5.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
fabb3a4152136c5c3a2819edbbe0298538518a94f33d18acf9db0bba498b65f8
|
|
MD5 |
d4975a1036ab9a3117b99992cfdb946f
|
|
BLAKE2b-256 |
f207a7ca5c884abaf2b10dc83db5c522f2620a25201f37988796bd45e327ace5
|
File details
Details for the file quantperf-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: quantperf-1.0.5-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
21d1792066694cf430c761415cb60d32c3eef57e53fddecbf461aa99f6c1ca46
|
|
MD5 |
93a89c651e634b80c7c6586e23d1d21f
|
|
BLAKE2b-256 |
42f9bfbf0710e62e47152e954c4c2ef5ac4274edd93717ebeb2c46435fabd418
|