Files

18 lines
403 B
Markdown
Raw Permalink Normal View History

2026-06-09 17:22:59 +09:00
# `openstock universe chunks`
Purpose: divide the stock universe into scan chunks.
Usage:
```bash
openstock universe chunks --market KOSDAQ --kind common_stock --size 100
```
Inputs: optional `--market`, `--kind`, `--size`.
Reads: universe cache.
Output fields: `source`, `cache_date`, `filtered_count`, `chunk_size`, `chunk_count`, `chunks`.
Agent rule: preferred for full-market scan planning.