Longbridge OpenAPI SDK
    Preparing search index...

    Interface OptionVolumeDailyStat

    One day's option volume stat

    interface OptionVolumeDailyStat {
        symbol: string;
        timestamp: string;
        totalVolume: string;
        totalPutVolume: string;
        totalCallVolume: string;
        putCallVolumeRatio: string;
        totalOpenInterest: string;
        totalPutOpenInterest: string;
        totalCallOpenInterest: string;
        putCallOpenInterestRatio: string;
    }
    Index

    Properties

    symbol: string

    Symbol

    timestamp: string

    Timestamp string

    totalVolume: string

    Total volume

    totalPutVolume: string

    Put volume

    totalCallVolume: string

    Call volume

    putCallVolumeRatio: string

    Put/call volume ratio

    totalOpenInterest: string

    Total OI

    totalPutOpenInterest: string

    Put OI

    totalCallOpenInterest: string

    Call OI

    putCallOpenInterestRatio: string

    Put/call OI ratio