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

    A single World Bank indicator data point

    interface WorldBankDataPoint {
    ย ย ย ย countryId: string;
    ย ย ย ย countryName: string;
    ย ย ย ย indicatorId: string;
    ย ย ย ย indicatorName: string;
    ย ย ย ย date: string;
    ย ย ย ย value: number;
    }
    Index

    Properties

    countryId: string
    countryName: string
    indicatorId: string
    indicatorName: string
    date: string
    value: number