alt/services/worker/testdata/providers/kis/daily_itemchartprice_request.sample.json
toki 735dafe927 feat: Korea daily data foundation task and documentation updates
- Add agent-task/m-korea-data-foundation with plans and code reviews
- Update agent-roadmap data-foundation milestones
- Update README files for project and worker service
- Add worker testdata directory
2026-05-29 19:28:03 +09:00

13 lines
350 B
JSON

{
"provider": "kis",
"endpoint": "/uapi/domestic-stock/v1/quotations/inquire-daily-itemchartprice",
"tr_id": "FHKST03010100",
"params": {
"FID_COND_MRKT_DIV_CODE": "J",
"FID_INPUT_ISCD": "005930",
"FID_INPUT_DATE_1": "20240527",
"FID_INPUT_DATE_2": "20240528",
"FID_PERIOD_DIV_CODE": "D",
"FID_ORG_ADJ_PRC": "0"
}
}