alpheast.models.price_bar module

class alpheast.models.price_bar.PriceBar(symbol, timestamp, open, high, low, close, volume)[source]

Bases: object

Represents a single price bar for a financial instrument.

symbol: str
timestamp: datetime
open: Decimal
high: Decimal
low: Decimal
close: Decimal
volume: Decimal