alt/services/worker/testdata/providers/kis/provider_symbols.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

43 lines
803 B
JSON

{
"provider": "kis",
"selectors": [
{
"kind": "watchlist",
"symbols": ["005930", "000660"]
},
{
"kind": "exchange",
"venue": "KRX",
"symbols": ["005930", "000660"]
},
{
"kind": "sector",
"name": "semiconductors",
"symbols": ["005930", "000660"]
}
],
"instruments": [
{
"id": "KRX:005930",
"market": "KR",
"venue": "KRX",
"symbol": "005930",
"name": "Samsung Electronics",
"currency": "KRW",
"provider_symbols": {
"kis": "005930"
}
},
{
"id": "KRX:000660",
"market": "KR",
"venue": "KRX",
"symbol": "000660",
"name": "SK Hynix",
"currency": "KRW",
"provider_symbols": {
"kis": "000660"
}
}
]
}