A lightweight library for loading market data and computing engineered features.
Project description
activate the virtual env with : source venv/bin/activate
interactive program :python3 -i main.py
DATA ACCESS:
After main() executes in the same Python session:
RAW_SERIES: dict[str, Series]— populated with fully enrichedSeriesobjects (OHLCV + metadata).FEATURE_SETS: dict[str, FeatureSet]— contains computed technical features per symbol.
Both dicts are module-level globals, accessible immediately post-run via RAW_SERIES['BIAT'] or FEATURE_SETS['MC'].
Data lives in memory for the duration of the Python process / REPL session. Not persisted to disk unless explicitly saved.
For library use: expose RAW_SERIES and FEATURE_SETS via a DataManager singleton or return them from load_universe() for clean dependency injection.
demo
list(RAW_SERIES.keys()) RAW_SERIES["BNP"].bars[0] FEATURE_SETS["BNP"].ret_1d[:5] FEATURE_SETS["BNP"].sma_20[:5] FEATURE_SETS["BNP"].dict.keys() len(RAW_SERIES["BNP"].bars) len(RAW_SERIES) len(FEATURE_SETS)
AmQuant
l rm -rf venv python3 -m venv venv source venv/bin/activate
python -m pip install --upgrade pip python -m pip install build twine python -m build
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
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 amquant-0.1.1.tar.gz.
File metadata
- Download URL: amquant-0.1.1.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49301192d391dff37930d58b24fba93a284e0605a08b2f65e1f39da564e1d638
|
|
| MD5 |
a4c24030669fcd267952052fe515bb17
|
|
| BLAKE2b-256 |
e3a34709c19339cf7691bd61d294b7b3c65af0956c7c65585e8d84b6ffb8471d
|
Provenance
The following attestation bundles were made for amquant-0.1.1.tar.gz:
Publisher:
publish.yaml on rayenamer/AmQuant
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
amquant-0.1.1.tar.gz -
Subject digest:
49301192d391dff37930d58b24fba93a284e0605a08b2f65e1f39da564e1d638 - Sigstore transparency entry: 2168630417
- Sigstore integration time:
-
Permalink:
rayenamer/AmQuant@519ec19685b306273f952a4ce5e3a6077563ab6f -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/rayenamer
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yaml@519ec19685b306273f952a4ce5e3a6077563ab6f -
Trigger Event:
push
-
Statement type:
File details
Details for the file amquant-0.1.1-py3-none-any.whl.
File metadata
- Download URL: amquant-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3362d822ccfc451c92a83ae4cf4571e1ff153bc200b7fa5e5580ded24c95ab69
|
|
| MD5 |
cf7a5c30051b2757c75d76758dda466d
|
|
| BLAKE2b-256 |
8ee17d765c3610f4445702fb5910acba2de3dfec865489de5a0ca9e2896c9088
|
Provenance
The following attestation bundles were made for amquant-0.1.1-py3-none-any.whl:
Publisher:
publish.yaml on rayenamer/AmQuant
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
amquant-0.1.1-py3-none-any.whl -
Subject digest:
3362d822ccfc451c92a83ae4cf4571e1ff153bc200b7fa5e5580ded24c95ab69 - Sigstore transparency entry: 2168630814
- Sigstore integration time:
-
Permalink:
rayenamer/AmQuant@519ec19685b306273f952a4ce5e3a6077563ab6f -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/rayenamer
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yaml@519ec19685b306273f952a4ce5e3a6077563ab6f -
Trigger Event:
push
-
Statement type: