@ckir/corelib-markets - v0.1.13
    Preparing search index...

    Interface NasdaqMarketInfo

    Interface matching the raw JSON data structure from Nasdaq API's "data" field.

    interface NasdaqMarketInfo {
        afterHoursMarketClosingTime: string;
        afterHoursMarketOpeningTime: string;
        ahCloseRaw: string;
        closeRaw: string;
        country: string;
        isBusinessDay: boolean;
        marketClosingTime: string;
        marketCountDown: string;
        marketIndicator: string;
        marketOpeningTime: string;
        mrktCountDown: string;
        mrktStatus: string;
        nextTradeDate: string;
        openRaw: string;
        pmOpenRaw: string;
        preMarketClosingTime: string;
        preMarketOpeningTime: string;
        previousTradeDate: string;
        uiMarketIndicator: string;
    }
    Index

    Properties

    afterHoursMarketClosingTime: string
    afterHoursMarketOpeningTime: string
    ahCloseRaw: string
    closeRaw: string
    country: string
    isBusinessDay: boolean
    marketClosingTime: string
    marketCountDown: string
    marketIndicator: string
    marketOpeningTime: string
    mrktCountDown: string
    mrktStatus: string
    nextTradeDate: string
    openRaw: string
    pmOpenRaw: string
    preMarketClosingTime: string
    preMarketOpeningTime: string
    previousTradeDate: string
    uiMarketIndicator: string