MonthlyRequest

public class MonthlyRequest extends ForexRequest

A request to FX_MONTHLY, which condenses a currency pair's history into one open-high-low-close bar per calendar month.

This is the coarsest of the four forex cadences, and the one that reaches furthest back for a given number of data points. The newest bar covers the month still in progress, so its close is the pair's latest price rather than a settled month-end value.

FX_MONTHLY accepts no parameters beyond the currency pair and data type inherited from ForexRequest, and always returns the pair's whole monthly history.

Author

Sylvester Sefa-Yeboah

Since

1.0.0

Types

Link copied to clipboard
Assembles a request for monthly bars.