Enum IntradayReporting
Intraday reporting styles for portfolio history in the Alpaca REST API.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public enum IntradayReporting
Fields
Name | Description |
---|---|
Continuous | Returns price data points 24/7 (for off-session times too). To calculate the equity values we are using the following prices:
|
ExtendedHours | Returns timestamps for the whole session including extended hours (usually 4:00am to 8:00pm, trading days only). |
MarketHours | Only timestamps for the core equity trading hours are returned (usually 9:30am to 4:00pm, trading days only). |