get_markets_short_ratio
Retrieve short selling ratio for TSE 33 industry sectors. Use sector codes and date filters to analyze short selling trends at the sector level.
Instructions
TSE 33-sector short selling ratio (業種別空売り比率). Standard+ only.
Use for 業種別空売り比率, sector-level 空売り動向, industry short selling trends. Keyed by s33 sector code — not per stock. For per-stock institutional short positions (大量空売り残高), use get_markets_short_sale_report instead.
When called with no parameters, returns a compact summary by default
(detail=False): {count, latest_date, source, note}. Pass detail=True
to retrieve full row data for the latest available date. Specifying any
filter parameter (s33, date, etc.) always returns full data.
[Supported plans] Standard / Premium
Args: s33: TSE 33-sector code (e.g. 0050 = Fishery, Agriculture & Forestry) date: Date (YYYYMMDD or YYYY-MM-DD) date_from: Start date for range query date_to: End date for range query detail: When True and no filter params given, return full row data instead of summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| s33 | No | ||
| date | No | ||
| date_from | No | ||
| date_to | No | ||
| detail | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||