Thanks to visit codestin.com
Credit goes to longbridge.github.io

Longbridge OpenAPI SDK
    Preparing search index...

    Interface MacroeconomicIndicator

    Metadata for one macroeconomic indicator

    interface MacroeconomicIndicator {
        indicatorCode: string;
        sourceOrg: string;
        country: string;
        name: string;
        adjustmentFactor: string;
        periodicity: string;
        category: string;
        describe: string;
        importance: number;
        startDate?: number;
    }
    Index

    Properties

    indicatorCode: string
    sourceOrg: string
    country: string
    name: string
    adjustmentFactor: string
    periodicity: string
    category: string
    describe: string
    importance: number
    startDate?: number

    Start date of data coverage (unix timestamp in seconds; null if unset)