SeriesOverallVariation
| Field | Description | Type |
|---|---|---|
| series | Overall Series data for the requested timeframe and period. | array[SeriesOverallVariationElement] |
SeriesOverallVariationElement
| Field | Description | Type |
|---|---|---|
| *value | Overall variation data between actual_period and previous_period. |
OverallVariation |
| *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 |
OverallVariation
| Field | Description | Type |
|---|---|---|
| sentiment | Sentiment variation. | Variation |
| contents | Grouped by polarity variation of contents. | PolarizedVariation |
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 |