Discover/Bseindia API
live

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.

This API takes change requests — .
Endpoint health
monitored
get_bond_announcements
get_bond_deals
get_bond_gainers
get_bond_listings
get_bond_losers
Checks pendingself-healing
Endpoints
6
Updated
4h ago
This call costs1 credit / call— charged only on success
Try it
Trade reporting category flag. 1=Corporate Bond OTC Trades, 3=Broker Trade Reporting, 4=Buy-Back in Corporate Bonds.
api.parse.bot/scraper/f64e9d0e-7477-4eda-b256-94a2ac8c2b6b/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
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'
All endpoints · 6 totalmissing one? ·

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.

Input
ParamTypeDescription
flagstringTrade reporting category flag. 1=Corporate Bond OTC Trades, 3=Broker Trade Reporting, 4=Buy-Back in Corporate Bonds.
Response
{
  "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.