Builder

Assembles a request for monthly bars, adding the choice of adjusted or raw prices to the ticker and data type inherited from TimeSeriesRequest.Builder.

Constructors

Link copied to clipboard
public void MonthlyRequest.Builder()
Creates a builder pinned to TIME_SERIES_MONTHLY, asking for raw prices.

Properties

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

Functions

Link copied to clipboard
Switches the request to TIME_SERIES_MONTHLY_ADJUSTED, whose bars carry an adjusted close and a dividend amount alongside the raw prices.
Link copied to clipboard
Assembles the ticker and adjusted-or-raw choice set so far into a monthly request.
Link copied to clipboard
public T dataType(DataType dataType)
Sets the format the API replies in.
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.