Skip to content

Commit

Permalink
add regular_trading_change and regular_trading_change_percent to the …
Browse files Browse the repository at this point in the history
…universal snapshot session response (#771)
  • Loading branch information
HunterL authored Oct 22, 2024
1 parent 3625018 commit 53808f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions polygon/rest/models/snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ class UniversalSnapshotSession:
change_percent: Optional[float] = None
early_trading_change: Optional[float] = None
early_trading_change_percent: Optional[float] = None
regular_trading_change: Optional[float] = None
regular_trading_change_percent: Optional[float] = None
late_trading_change: Optional[float] = None
late_trading_change_percent: Optional[float] = None
open: Optional[float] = None
Expand Down

0 comments on commit 53808f8

Please sign in to comment.