refactor(kis): 한국투자증권(KIS) 데이터 수집 엔진 효율화 및 DB 인프라 최적화
Quant Engine CI/CD Pipeline / validate-core (pull_request) Has been cancelled
Quant Engine CI/CD Pipeline / validate-ui-and-storage (pull_request) Has been cancelled
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (pull_request) Has been cancelled

This commit is contained in:
2026-06-24 18:04:16 +09:00
parent 9abb8d3bc3
commit 4bf7e97934
3 changed files with 20 additions and 14 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
"""KIS-first data collector for the CI scheduler.
The collector uses the existing `GatherTradingData.json` snapshot as the seed
universe, then enriches Korean tickers with read-only KIS quotations and
orderbook data, while retaining Naver/Yahoo fallbacks when available.
The canonical persistence target is SQLite.
The collector treats SQLite as the canonical persistence layer.
`GatherTradingData.json` is emitted only after the DB-backed collection run
finishes, so the JSON acts as a derived reporting artifact rather than the
source of truth.
"""
from __future__ import annotations