Files
openstock/skills/openstock-agent-cli/references/commands/universe/list/guide.md
T

18 lines
485 B
Markdown
Raw Normal View History

2026-06-09 17:22:59 +09:00
# `openstock universe list`
Purpose: page through normalized stock universe records.
Usage:
```bash
openstock universe list --market KOSPI --kind common_stock --offset 0 --limit 100
```
Inputs: optional `--market`, `--kind`, `--offset`, `--limit`.
Reads: universe cache; may refresh on cache miss.
Output fields: `source`, `cache_date`, `total_count`, `filtered_count`, `offset`, `limit`, `stocks`.
Agent rule: use pagination instead of loading the full universe when possible.