Skip to content

SeriesRatesVariation

Field Description Type
series Rates Series data for the requested timeframe and period. array[SeriesRatesVariationElement]
SeriesRatesVariationElement
Field Description Type
*value Variation data expressed in Euros between actual_period and previous_period. StatisticsVariation
*actual_period Date representing the actual period, corresponding to the first day of the period.
day: the day itself.
week: first day of the corresponding week.
month: first day of the corresponding month.
date
*previous_period Date representing the previous period, corresponding to the first day of the period.
day: the day itself.
week: first day of the corresponding week.
month: first day of the corresponding month.
date
StatisticsVariation
Field Description Type Examples
*min Statistical minimum variation. Variation
*max Statistical maximum variation. Variation
*average Statistical average variation. Variation
*percentile Statistical percentiles variation. array[PercentileVariation]
*trend Variation of ratio between last detected average and previously detected averages for the timeframe.
= 100: stable average rate.
> 100: growing average rate.
< 100: decreasing average rate.
Variation
PercentileVariation
Field Description Type Examples
*request Requested percentile expressed in the range (0, 1), e.g. 0.5 (the median). decimal 0.5
*response Resulting variation value of the request percentile. Variation
Variation
Field Description Type Examples
value Difference between actual value and comparison value. decimal 1.12
variation The explicit variation polarity.
It is null when values are not available in both timeframes.
string POSITIVE
NEUTRAL
NEGATIVE