Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.54
    Preparing search index...

    Trend data point

    interface TrendDataPoint {
    ย ย ย ย window: "30d" | "90d" | "365d";
    ย ย ย ย value: number;
    ย ย ย ย direction: TrendDirection;
    ย ย ย ย changePercent: number;
    }
    Index

    Properties

    window: "30d" | "90d" | "365d"

    Time window label

    value: number

    Score or value at this window

    direction: TrendDirection

    Direction of trend relative to current

    changePercent: number

    Percentage change