@2oolkit/kiwoom-cli 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/dist/index.js +55 -0
- package/dist/index.js.map +1 -1
- package/dist/mcp.js +65 -0
- package/dist/mcp.js.map +1 -1
- package/package.json +1 -1
- package/skill/SKILL.md +2 -1
- package/skill/references/market-data.md +3 -0
|
@@ -70,9 +70,12 @@ kiwoom-cli ranking volume -s 1 # ka10030 — 1=거래량,2=거래회전
|
|
|
70
70
|
kiwoom-cli ranking amount # ka10032 — top trade value
|
|
71
71
|
kiwoom-cli ranking surge -s 1 # ka10023 — volume surge
|
|
72
72
|
kiwoom-cli ranking prev-volume # ka10031 — prior-day volume
|
|
73
|
+
kiwoom-cli ranking net-buy -b both # ka90009 — 수급: 외국인·기관 순매수 상위
|
|
73
74
|
```
|
|
74
75
|
Flags: `-m 000=all/001=KOSPI/101=KOSDAQ`, `-x 1=KRX/2=NXT/3=unified`.
|
|
75
76
|
|
|
77
|
+
`net-buy` (alias `supply`) extras: `-b foreign|institution|both` (default both), `--side buy|sell` (default buy=순매수), `-n <1-50>` (default 10), `-q 1=금액/2=수량`, `-d YYYYMMDD`. One ka90009 call returns foreign + institution rankings together.
|
|
78
|
+
|
|
76
79
|
## Sectors / industry
|
|
77
80
|
|
|
78
81
|
```bash
|