# Screen TSE Japan Stocks · 東証 日経225 銘柄スクリーナー

**Use case:** 

Screen TSE Japan stocks (東証 日経225) by market cap, price, revenue — structured JSON, source-linked. For analysts and quants covering Japanese equities.

## Input

```json
{
  "index": "NIKKEI",
  "limit": 100,
  "min_market_cap_jpy_billion": 0,
  "sector": "",
  "enrich_fundamentals": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "symbol": {
    "label": "Code"
  },
  "name": {
    "label": "Name"
  },
  "price_jpy": {
    "label": "Price (¥)"
  },
  "pct_change": {
    "label": "% Chg"
  },
  "market_cap_billion_jpy": {
    "label": "Mkt Cap (¥bn)"
  },
  "revenue_ttm_billion_jpy": {
    "label": "Revenue TTM (¥bn)"
  },
  "is_nikkei225": {
    "label": "Nikkei225"
  },
  "exchange": {
    "label": "Exchange"
  }
}
```

## About this Actor

This example demonstrates how to use [TSE Japan Stock Screener — 日本株 Nikkei Data API](https://apify.com/nexgendata/tse-japan-stock-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/tse-japan-stock-screener) to learn more, explore other use cases, and run it yourself.