Builder
Assembles a request for intraday bars, adding the sampling interval, the session and adjustment flags and the history window to the ticker and data type inherited from TimeSeriesRequest.Builder.
Constructors
Link copied to clipboard
Creates a builder pinned to TIME_SERIES_INTRADAY, sampling every minute of the regular session, unadjusted, over the 100 most recent bars.
Properties
Functions
Link copied to clipboard
Asks for prices adjusted for splits and dividends, rather than the raw prices quoted at the time.
Link copied to clipboard
Assembles the ticker, interval, flags and history window set so far into an intraday request.
Link copied to clipboard
Widens the request to the pre-market and after-hours sessions as well as regular trading hours, so a day's bars span 04:00 to 20:00 US Eastern rather than 09:30 to 16:00.
Link copied to clipboard
Sets how much time each bar covers.
Link copied to clipboard
Pins the request to one specific calendar month of the intraday archive, which reaches back to January 2000, instead of the trailing window ending at the most recent trading day.
Link copied to clipboard
Sets how much of the window to ask for.