CCIResponse

public class CCIResponse extends PeriodicResponse

Response for the commodity channel index (CCI), which measures how far a typical price has moved from its statistical mean over a rolling time period, expressed in standard deviations.

Author

Sylvester Sefa-Yeboah

Since

1.5.0

Types

Link copied to clipboard

Functions

Link copied to clipboard
Returns the API's error message.
Link copied to clipboard
Returns the indicator's values.
Link copied to clipboard
Returns the response's metadata.
Link copied to clipboard
public static CCIResponse of(Map<String, Object> stringObjectMap)
Parses a raw API response into a CCIResponse.
Link copied to clipboard
public String toString()