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

    Single SCB statistical indicator with value, period, and source table

    interface SCBIndicator {
    ย ย ย ย label: string;
    ย ย ย ย value: number;
    ย ย ย ย unit: string;
    ย ย ย ย period: string;
    ย ย ย ย tableId: string;
    ย ย ย ย trend?: "stable" | "up" | "down";
    ย ย ย ย previousValue?: number;
    }
    Index

    Properties

    label: string

    Human-readable label (e.g. "Unemployment rate")

    value: number

    Numeric value

    unit: string

    Unit of measurement (e.g. "percent", "SEK millions", "persons")

    period: string

    Time period (e.g. "2025Q3", "2025M11", "2024")

    tableId: string

    SCB table ID for traceability (e.g. "TAB637")

    trend?: "stable" | "up" | "down"

    Optional trend compared to previous period

    previousValue?: number

    Optional previous period value for comparison