8000 add regular_trading_change and regular_trading_change_percent to the … · polygon-io/client-python@53808f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53808f8

Browse files
authored
add regular_trading_change and regular_trading_change_percent to the universal snapshot session response (#771)
1 parent 3625018 commit 53808f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

polygon/rest/models/snapshot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ class UniversalSnapshotSession:
308308
change_percent: Optional[float] = None
309309
early_trading_change: Optional[float] = None
310310
early_trading_change_percent: Optional[float] = None
311+
regular_trading_change: Optional[float] = None
312+
regular_trading_change_percent: Optional[float] = None
311313
late_trading_change: Optional[float] = None
312314
late_trading_change_percent: Optional[float] = None
313315
open: Optional[float] = None

0 commit comments

Comments
 (0)
0