- 01Buy credits with a card, no wallet, no crypto.
- 02Get an API key emailed to you instantly.
- 03Call this product with your key, credits debit per call.
- 04Check your balance anytime via Credits in the top menu.
India·NSE·real-time·live
Live NSE corporate announcements, classified and scored.
Every corporate announcement filed to the NSE, delivered structured instead of raw, classified by event type, tagged with sentiment, and summarised in plain English. What a research agent needs to know that Reliance announced a buyback, not a PDF it has to parse first.
Two ways in, pick yours.
- 01Point your agent at the x402 endpoint.
- 02Pay per call in USDC (Base or Solana), no signup.
- 03Receive structured data inline, settled on-chain.
Raw filings in. Structured events out.
Pass a limit, or a single NSE symbol; receive the latest announcements already read, classified and scored.
- 01
Event classification
Every announcement mapped to one of ten event types: dividend, earnings, board meeting, M&A, fundraise, order win, buyback, investor meet, management change, credit rating. The difference between a feed and a signal is knowing what kind of thing just happened.
event_type
- 02
Sentiment tagging
Each announcement carries a directional sentiment tag, so an agent can filter for what matters without reading the document.
sentiment
- 03
Plain-English impact summary
A short written summary of what the announcement means, generated per event. Ready to drop into a briefing or feed to a model as context.
impact_summary
Straight from the exchange.
Announcements are structured as they land. No delay waiting for a vendor to republish.
Issuer announcements
Filed by listed companies and structured as they land.
structured
Real-time
New announcements structured as they land, not on a batch schedule.
real-time
Ten event types
Classified into a fixed taxonomy an agent can branch on.
structured
Symbol-filterable
Pass an NSE symbol to narrow to one company, or omit it for the full feed.
filterable
What comes back.
{
"symbol": "RELIANCE",
"announcements": [
{
"event_type": "buyback",
"sentiment": "positive",
"impact_summary": "Board approved a share buyback; typically supportive for near-term price.",
"filed_at": "2026-09-04T11:20:00+05:30"
}
]
}Use cases.
For autonomous agents
News agent
Never miss a filing
Poll for new announcements and branch on event type, react to an order win differently than to a management change.
Event-driven strategy
Trade the disclosure
Classified event types with sentiment let a strategy fire on the categories it cares about, within seconds of filing.
Portfolio monitor
Watch your names
Filter to the symbols you hold and surface only what is material.
For analysts & desks
Equity analyst
Morning scan
The overnight announcement flow, already read and categorised, instead of a folder of PDFs.
India-focused fund
Coverage without headcount
Track disclosure across a wide universe of NSE names without a person reading each filing.
Risk & compliance
Governance flags
Management changes and credit-rating events surfaced as their own categories, not buried in general news.
Discover, pay, receive.
- 01
Discover
Find the tool
Via MCP at dod.hshintelligence.com/mcp or the x402 catalog.
- 02
Pay
Pay per call
Send the x402 payment in USDC on Base. Fixed deterministic price.
- 03
Receive
Get the intel
Classified, sentiment-tagged announcements return inline.
# call the India announcements tool
curl -H "X-Payment: <x402-usdc-base-payload>" \
"https://dod.hshintelligence.com/mcp" \
-d '{"tool":"hsh-india-announcements","input":{"symbol":"RELIANCE","limit":10}}'
