DailyRequest

public class DailyRequest extends ForexRequest

A request to FX_DAILY, which returns one open-high-low-close bar per trading day for a currency pair.

This is the finest cadence that still spans years of history, which is why it is the first of the four to need a length limit. It accepts an OutputSize: the default COMPACT trims the answer to the 100 most recent days, while FULL returns the pair's entire daily history.

Author

Sylvester Sefa-Yeboah

Since

1.0.0

Types

Link copied to clipboard
Assembles a request for daily bars, adding the output size to the currency pair and data type inherited from ForexRequest.Builder.