Providers can distinguish an empty date window from exhausted history.

interface BarsPage {
    bars: Bar[];
    hasMore?: boolean;
    nextBefore?: number;
}

Properties

bars: Bar[]
hasMore?: boolean
nextBefore?: number

Exclusive anchor for the next page, including pages without observations.