IB.reqHistoricalTicksAsync
reqHistoricalTicksAsync(self, contract: ib_async.contract.Contract, startDateTime: str | datetime.date, endDateTime: str | datetime.date, numberOfTicks: int, whatToShow: str, useRth: bool, ignoreSize: bool = False, miscOptions: list[ib_async.contract.TagValue] = []) -> collections.abc.Awaitable[list]
Completeness: signature-only · Canonical ID: ib_async.ib.IB.reqHistoricalTicksAsync
Runtime signature is published; semantic enrichment remains outstanding.
Related API navigation
- Async variant of:
IB.reqHistoricalTicks - Called by:
IB.reqHistoricalTicks - Calls:
Client.getReqId - Calls:
Client.reqHistoricalTicks - Completion callback:
EWrapper.historicalTicks - Completion callback:
EWrapper.historicalTicksBidAsk - Completion callback:
EWrapper.historicalTicksLast - Protocol mapping:
EClient.reqHistoricalTicks - Response callback:
EWrapper.historicalTicks - Response callback:
EWrapper.historicalTicksBidAsk - Response callback:
EWrapper.historicalTicksLast - Error reference: TWS message codes (applicability is request-dependent).
Sources and provenance
- ib-async-repository-2-1-0 (
library-source; retrieved2026-07-15T03:42:42Z) - ib-async-repository-2-1-0 (
library-source; retrieved2026-07-15T03:42:42Z) - ib-async-repository-2-1-0 (
library-source; retrieved2026-07-15T03:42:42Z) - ib-async-repository-2-1-0 (
library-source; retrieved2026-07-15T03:42:42Z) - ib-async-repository-2-1-0 (
library-source; retrieved2026-07-15T03:42:42Z)
No library docstring is provided; consult the signature, type fields, and operational guides.