@qtsurfer/api-client
    Preparing search index...

    Type Alias CoverageWindow

    The time range of available data for a single data type

    type CoverageWindow = {
        from?: string;
        inactiveSince?: string;
        to?: string;
    }
    Index
    from?: string

    Earliest timestamp with data available

    inactiveSince?: string

    If the instrument stopped producing this data type (delisted/inactive), the timestamp it went inactive. Optional — omitted while the instrument is active.

    to?: string

    Latest timestamp with data available