auto: 일일 백업 2026-07-03 02:00

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
hyowons
2026-07-03 02:00:02 +09:00
parent 300a4c9ca9
commit dd1ad7d964
170 changed files with 4295 additions and 2635 deletions
@@ -345,6 +345,7 @@ class RealtimeHub:
'open': _abs_int(vals.get('16')), # 시가
'high': _abs_int(vals.get('17')), # 고가
'low': _abs_int(vals.get('18')), # 저가
'volume': _abs_int(vals.get('13')), # 누적거래량 (RVOL 배지용)
'exchange': (vals.get('9081') or '').strip(),
'ts': datetime.now(KST).isoformat(),
}