Skip to content

Commit

Permalink
Fix the docs of the bar timestamp (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnvk authored Jan 13, 2025
1 parent e3e1cdd commit 5e49bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpaca/data/models/bars.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Bar(BaseModel):
Attributes:
symbol (str): The ticker identifier for the security whose data forms the bar.
timestamp (datetime): The closing timestamp of the bar.
timestamp (datetime): The opening timestamp of the bar.
open (float): The opening price of the interval.
high (float): The high price during the interval.
low (float): The low price during the interval.
Expand Down

0 comments on commit 5e49bf9

Please sign in to comment.