EMAResponse

public class EMAResponse extends PeriodicSeriesResponse

Response for the exponential moving average (EMA), a moving average of a price series that weights recent data points more heavily than a simple moving average does.

Author

Sylvester Sefa-Yeboah

Since

1.5.0

Types

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 EMAResponse of(Map<String, Object> stringObjectMap)
Parses a raw API response into an EMAResponse.
Link copied to clipboard
public String toString()