numin package
Project description
numin Package
numin is a Python package designed for algorithmic trading and backtesting providing an API called NuminAPI.
numin v1 is out of service as of Dec 2025
numin v2 is under development; features available are documented below
Features
- Data Retrieval: Download training, round, and validation data.
- Prediction Submission: TBD
- Real-Time Round Management: TBD
- Backtesting: TBD
- File Management: TBD
- Returns Summary: TBD
Supported Methods
- Data Download:
get_data_for_month(self,year,month,batch_size=4,window_size=100,target_type='rank'):- Returns a torch dataloader for the given year and month of Nifty 50 returns
- Dimension of each day is 100,50. Returns tensor of shape batch_size,window_size,50 for features.
- Targets are next day returns / ranked returns of shape batch_size,50
- Backtesting:
compute_pnl(positions,targets):- Run backtests - given positions n,50 dimensional 1,0,-1 for each stock per day and targets from dataloader for test month.
- Returns daily_pnl, Sharpe, total pnl etc.
Installation
Install numin using pip:
pip install numin
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
numin-2.0.5.tar.gz
(27.0 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
numin-2.0.5-py3-none-any.whl
(29.4 kB
view details)
File details
Details for the file numin-2.0.5.tar.gz.
File metadata
- Download URL: numin-2.0.5.tar.gz
- Upload date:
- Size: 27.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
baa08d21fd670f746cbc808ccdf26492e71965a0f0973d23bb15a73d3dadb56b
|
|
| MD5 |
685fed5e07540ed5ee0c4aa2cda3b0ea
|
|
| BLAKE2b-256 |
0e6d80ac62c5ac20998f15f901e683255563b5161e4c537daa3b034ccf3a6fcf
|
File details
Details for the file numin-2.0.5-py3-none-any.whl.
File metadata
- Download URL: numin-2.0.5-py3-none-any.whl
- Upload date:
- Size: 29.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dffdc84ac4c2007fbc8fcc68adf3e2a62e68bf310881e11138c76e548efa0bf0
|
|
| MD5 |
84a25884e635bebf560a0bc94c5994f7
|
|
| BLAKE2b-256 |
f7a07ec8af6e79e7d0af4fcffbb2335c226ea670fc7e06c8d0282c81dac68bf0
|