# Screen NSE & BSE India Stocks — Market Cap, P/E, ROE

**Use case:** 

Screen NSE & BSE India stocks by market cap, P/E, ROE, dividend yield — structured JSON, source-linked. For analysts and quants covering Indian equities.

## Input

```json
{
  "limit": 100,
  "exchange": "NSE",
  "min_market_cap_crore": 0,
  "sector": ""
}
```

## Output

```json
{
  "symbol": {
    "label": "Symbol"
  },
  "name": {
    "label": "Name"
  },
  "price_inr": {
    "label": "Price (₹)"
  },
  "market_cap_crore": {
    "label": "Mkt Cap (₹cr)"
  },
  "stock_pe": {
    "label": "P/E"
  },
  "roe_percent": {
    "label": "ROE %"
  },
  "dividend_yield_percent": {
    "label": "Div Yld %"
  },
  "industry": {
    "label": "Industry"
  }
}
```

## About this Actor

This example demonstrates how to use [🇮🇳 NSE India Stock Indices Screener](https://apify.com/nexgendata/nse-india-stock-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/nse-india-stock-screener) to learn more, explore other use cases, and run it yourself.