Python client for the AION News-to-Signal API for Indian markets
Project description
aion-news-to-signal
Thin Python client for the public AION News-to-Signal endpoint.
AION converts Indian financial news into signals for Indian financial markets, NSE workflows, and news-based trading India use cases.
AION converts Indian financial news into:
- event classifications
- sector-level trading signals
- which sectors to long or short
- stakeholder views
This first PyPI release is intentionally minimal. It does not bundle model weights. It calls the live hosted endpoint:
- Space:
https://huggingface.co/spaces/AION-Analytics/aion-news-to-signal - App:
https://aion-analytics-aion-news-to-signal.hf.space
Install
pip install aion-news-to-signal
Quick Start
from aion import analyze
result = analyze("RBI hikes repo rate by 25 bps")
print(result["event"])
print(result["trade_direction_signals"])
Also supported:
from aion_news_to_signal import analyze
Hosted API Notes
The current public endpoint is backed by a Hugging Face Space, so the client uses the Gradio API flow internally.
Measured on 2026-04-26:
- cold start proxy:
~1.68 s - warm latency average:
~716.6 ms
Links
- GitHub:
https://github.com/AION-Analytics/market-sentiments - Hosted API:
https://aion-analytics-aion-news-to-signal.hf.space
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
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 aion_news_to_signal-0.1.2.tar.gz.
File metadata
- Download URL: aion_news_to_signal-0.1.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f19e6bbdf2652088033900984d2cca516996d4cef265d671a6390938e61ee7d
|
|
| MD5 |
68ead67b9e044d9451c6dc58af2eb4c3
|
|
| BLAKE2b-256 |
9a3493f63c9c2a7327d0be04b8e72b98e5d6e069a70f0ff85663d3f589a560b9
|
File details
Details for the file aion_news_to_signal-0.1.2-py3-none-any.whl.
File metadata
- Download URL: aion_news_to_signal-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c6e546f9ea260d7ff51ca0cbab77e5f62807c23e0c6a788c1cb0dc2ecd8f3d2
|
|
| MD5 |
f4b29655f5897f5b3d8ec267ec196020
|
|
| BLAKE2b-256 |
3ebaddab3bec919d44958ac55d543687507cb3ee333c86cce355418cf99ca0d1
|