Bseindia APIbond.bseindia.com ↗
Monitor real-time bond market activity from BSE India by accessing OTC trades, listed debt securities, bulk deals, and corporate announcements all in one place. Track market trends instantly with gainers and losers data to make informed investment decisions in the debt segment.
curl -X GET 'https://api.parse.bot/scraper/f64e9d0e-7477-4eda-b256-94a2ac8c2b6b/get_bond_market_activity?flag=1' \ -H 'X-API-Key: $PARSE_API_KEY'
Returns recent corporate bond OTC trades reported on BSE, including price, yield, turnover, and trade count per security. Data refreshes during market hours. The flag parameter selects the trade reporting category.
| Param | Type | Description |
|---|---|---|
| flag | string | Trade reporting category flag. 1=Corporate Bond OTC Trades, 3=Broker Trade Reporting, 4=Buy-Back in Corporate Bonds. |
{
"type": "object",
"fields": {
"count": "integer total number of trades returned",
"trades": "array of trade records with security_code, issuer_name, isin, coupon_rate, maturity_date, last_traded_price, weighted_avg_price, weighted_avg_yield, turnover_lacs, num_trades, trade_datetime"
},
"sample": {
"data": {
"count": 10,
"trades": [
{
"isin": "INE202B07II5",
"num_trades": 2,
"coupon_rate": 8.85,
"issuer_name": "DEWAN HOUSING FINANCE CORPORATION LIMITED",
"maturity_date": "8/6/2019 00:00:00",
"security_code": "8845DHFCL19",
"turnover_lacs": 20,
"trade_datetime": "8/22/2026 12:58:26",
"last_traded_price": 100,
"weighted_avg_price": 100,
"weighted_avg_yield": 10
}
]
},
"status": "success"
}
}About the Bseindia API
The Bseindia API on Parse exposes 6 endpoints for the publicly available data on bond.bseindia.com. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.