auto: 일일 백업 2026-07-03 02:00
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user