Show / Hide Table of Contents

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:

  • Between 4:00am and 10:00pm on trading days the valuation will be calculated based on the last trade (extended hours and normal hours respectively).
  • After 10:00pm, until the next session open the equities will be valued at their official closing price on the primary exchange.
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).

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX