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

Link copied to clipboard
The endpoint being called, sent as the function parameter.

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
public T dataType(DataType dataType)
Sets the format the API replies in.
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
public T forSymbol(String symbol)
Sets the ticker to request data for.
Link copied to clipboard
public T function(Function function)
Sets the endpoint to call.
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.