# Stock Delivery Percentage API — NSE Delivery Volume Data Ind

**Use case:** 

Fetch delivery quantity, delivery %, traded volume, and 1-week/1-month averages for any NSE stock. Spot high-conviction institutional buying before the crowd.

## Input

```json
{
  "action": "delivery",
  "symbol": "HDFCBANK",
  "exchange": "nse",
  "query": "HDFC",
  "indexId": "9",
  "chartRange": "1m",
  "resolution": "1d",
  "days": 30,
  "statement": "income",
  "statementType": "standalone",
  "schemeCode": 119551,
  "actionType": "all",
  "newsCategory": "top",
  "optionType": "CE",
  "limit": 20,
  "page": 1,
  "duration": "D",
  "oiCategory": "all",
  "oiExpiry": "ALL",
  "oiScId": "in;NSX",
  "oiAssetType": "I",
  "oiType": "INTRA",
  "oiCount": 13
}
```

## Output

```json
{
  "_action": {
    "label": "Action",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "total": {
    "label": "Items",
    "format": "number"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [India Stock Market MoneyControl API](https://apify.com/fingolfin/india-stock-market-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fingolfin/india-stock-market-api) to learn more, explore other use cases, and run it yourself.