MIDPRICEResponse
Deprecated
Replaced by com.crazzyghost.alphavantage.technicalindicator.response.midprice.MIDPRICEResponse
Response for the midprice (MIDPRICE), the mean of an instrument's highest high and lowest low over a rolling time period.
Unlike MIDPOINT, which is computed from a single chosen price series, MIDPRICE is always computed from the instrument's high and low, so it has no series_type parameter.
Author
Sylvester Sefa-Yeboah
Since
1.5.0
Types
Link copied to clipboard
Parser for MIDPRICEResponse.
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
Parses a raw API response into a MIDPRICEResponse.