Macro-event and sector impact intelligence for Indian financial markets. Structured analysis of how policy, economic, weather, and geopolitical events affect Indian market sectors.
Project description
AION Indian Market Intelligence for Macro Event & Sector Impact Analysis
Indian Market Intelligence for Macro Event & Sector Impact Analysis.
Macro-event and sector impact intelligence for Indian financial markets.
Structured analysis of how policy, economic, weather, and geopolitical events affect Indian market sectors.
Distribution name: aion-indian-market-intelligence.
Compatibility note: the Python import path remains aion_news_to_signal, and the legacy console entrypoint remains available for existing integrations.
This package provides Indian Market Intelligence for Macro Event & Sector Impact Analysis:
- A Python client for AION Indian Market Intelligence for Macro Event & Sector Impact Analysis
- An MCP integration entrypoint for ChatGPT, Claude, Cursor, and other MCP-compatible tools
- Local data validation and output formatting utilities
This package does NOT contain model weights. Inference requires an API key from https://dashboard.aiondashboard.site/access/register.
Quick Start
from aion_news_to_signal import analyze
# Requires AION_API_KEY environment variable or explicit key
result = analyze("RBI hikes repo rate by 25 bps", api_key="YOUR_KEY")
print(result["sector_vector"])
MCP-Compatible Indian Market Intelligence Engine
aion-indian-market-intelligence-mcp
The MCP-compatible Indian market intelligence engine requires an API key. Set
AION_API_KEY in your environment. Existing integrations can continue to call
the compatibility console entrypoint.
API Contract
Production analysis flows through the hosted AION API:
POST https://api.aiondashboard.site/v1/analyze- header:
X-API-Key: <key>
import requests
headers = {"X-API-Key": "YOUR_API_KEY"}
resp = requests.post(
"https://api.aiondashboard.site/v1/analyze",
headers=headers,
json={"headline": "RBI hikes repo rate by 25 bps"},
timeout=30,
)
resp.raise_for_status()
print(resp.json()["sector_vector"])
Output Contract
The core output is Indian Market Intelligence for Macro Event & Sector Impact
Analysis. sector_vector is the sector impact analysis output: a map of how
Indian sectors are exposed, supported, or pressured by the macro event. It is
not execution guidance.
{
"headline": "string",
"event": "string|null",
"confidence": "float",
"vix_regime": "string",
"sector_vector": {},
"top_positive_sectors": {},
"top_negative_sectors": {},
"sector_directional_bias": {
"positive_bias": [],
"negative_bias": []
},
"stakeholder_views": {},
"raw_assignment": {
"resolved_event_id": "string|null",
"cause_effect_rule_id": "string|null",
"weather_triggered": "bool"
}
}
Important Note
This package is a client library, not a self-contained model runtime. It requires a valid API key and internet connectivity to call the AION hosted API. For local/offline deployment, contact AION Analytics about enterprise options.
This package provides Indian Market Intelligence for Macro Event & Sector Impact Analysis. It does not provide investment advice, execution software, portfolio allocation, recommendations, or order logic.
Retrieval Examples
- How RBI repo hikes affect Indian sectors
- Sector effects of crude oil spikes
- Monsoon failure and Indian market impact
- Export ban sector propagation analysis
- Rupee depreciation sector effects
Links
- API gateway:
https://dashboard.aiondashboard.site/systems/api-gateway
- Website model page:
https://dashboard.aiondashboard.site/models/indian-market-intelligence
- API key registration:
https://dashboard.aiondashboard.site/access/register
- GitHub:
https://github.com/AION-Analytics/aion-news-to-signal
- Hugging Face model:
https://huggingface.co/AION-Analytics/aion-news-to-signal
- Hugging Face demo:
https://huggingface.co/spaces/AION-Analytics/aion-news-to-signal
- PyPI package:
https://pypi.org/project/aion-indian-market-intelligence/
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_indian_market_intelligence-1.0.4.tar.gz.
File metadata
- Download URL: aion_indian_market_intelligence-1.0.4.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ff561211c23573e4157291e36758e2ba3be08a616357e286f2498b0bc44e13a
|
|
| MD5 |
a6447546ffc383ec484608e9c2410486
|
|
| BLAKE2b-256 |
4ebf82e3dc5e78f8867ebc0a2cd5e228f22d19ad304e6a1277f205de6e3fe35a
|
File details
Details for the file aion_indian_market_intelligence-1.0.4-py3-none-any.whl.
File metadata
- Download URL: aion_indian_market_intelligence-1.0.4-py3-none-any.whl
- Upload date:
- Size: 6.5 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 |
434e9c71b59c88cfb711b0b85e34401cc8a8e6ed7367c1d25bcf215b76d883dd
|
|
| MD5 |
7d9bcf739b2225404a0850d4bf1d3ea2
|
|
| BLAKE2b-256 |
340381df5ba906ab58973e46bd635fe631a2584d3888a1a8f078a365ecc79328
|