Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    A single budget-outturn row derived from an รฅrsutfall, mรฅnadsutfall or budget-time-series workbook. Amounts are in MSEK (millions of Swedish kronor) as published by Statskontoret.

    interface StatskontoretBudgetRow {
    ย ย ย ย year: number;
    ย ย ย ย month?: number;
    ย ย ย ย documentType: string;
    ย ย ย ย title: string;
    ย ย ย ย code?: string;
    ย ย ย ย outturn: number;
    ย ย ย ย budget?: number;
    ย ย ย ย agency?: string;
    ย ย ย ย status?: string;
    }
    Index
    year: number
    month?: number

    Present only for mรฅnadsutfall (1โ€“12).

    documentType: string

    'Inkomst' | 'Utgift' or the raw documentType string from the download.

    title: string

    Human-readable title: income title name or appropriation/expenditure-area name.

    code?: string

    Numeric code of the income title or appropriation, when present.

    outturn: number

    Outturn amount in MSEK.

    budget?: number

    Budget amount in MSEK; may be absent in older series.

    agency?: string

    Agency or authority name, when present (finest granularity).

    status?: string

    Preliminary / definitive / forecast status label.