AION Indian Market Intelligence for Macro Event & Sector Impact Analysis
AION Indian Market Intelligence for Macro Event & Sector Impact Analysis is a hosted market-intelligence service for Indian financial markets.
It converts a single Indian financial headline into structured JSON for:
- macro event analysis
- sector impact analysis
- policy impact analysis
- sector exposure intelligence
- event-driven market intelligence
- MCP-compatible agent workflows
The canonical output is sector_vector: a signed sector-incidence vector that
describes which Indian market sectors are exposed, supported, or pressured by a
macro, policy, weather, commodity, or geopolitical event.
Product Boundary
This Hugging Face page documents the product identity and demo surface. It is not a downloadable open-weight model repository.
Production inference runs through the managed AION API:
POST https://api.aiondashboard.site/v1/analyze- authentication:
X-API-Key
The public Python package is:
pip install aion-indian-market-intelligence
Canonical Python import:
from aion_indian_market_intelligence import analyze
Demo
The public demo Space is:
https://huggingface.co/spaces/AION-Analytics/aion-indian-market-intelligence
The demo is rate-limited. Production usage requires model-scoped API access through:
https://dashboard.aiondashboard.site/subscribe/indian-market-intelligence
Example
Input:
RBI unexpectedly raises repo rate by 50 bps
Illustrative output shape:
{
"event": "repo_rate_hike",
"sector_vector": {
"Information Technology": 0.18,
"Realty": -0.52,
"Financial Services": -0.31,
"Automobile and Auto Components": -0.26
},
"top_positive_sectors": {
"Information Technology": 0.18
},
"top_negative_sectors": {
"Realty": -0.52,
"Financial Services": -0.31,
"Automobile and Auto Components": -0.26
},
"confidence": 0.81
}
Values above illustrate the response shape, not a guaranteed model response.
Not Investment Advice
This service provides structured market-interpretation infrastructure. It does not provide personalized investment advice, broker execution, guaranteed market prediction, or portfolio allocation.
Links
- Dashboard model page: https://dashboard.aiondashboard.site/models/indian-market-intelligence
- Subscription/API access: https://dashboard.aiondashboard.site/subscribe/indian-market-intelligence
- PyPI package: https://pypi.org/project/aion-indian-market-intelligence/
- GitHub repository: https://github.com/AION-Analytics/aion-indian-market-intelligence