IB.calculateImpliedVolatilityAsync
calculateImpliedVolatilityAsync(self, contract: ib_async.contract.Contract, optionPrice: float, underPrice: float, implVolOptions: list[ib_async.contract.TagValue] = []) -> ib_async.objects.OptionComputation | None
Completeness: signature-only · Canonical ID: ib_async.ib.IB.calculateImpliedVolatilityAsync
Runtime signature is published; semantic enrichment remains outstanding.
Related API navigation
- Async variant of:
IB.calculateImpliedVolatility - Called by:
IB.calculateImpliedVolatility - Calls:
Client.calculateImpliedVolatility - Calls:
Client.cancelCalculateImpliedVolatility - Calls:
Client.getReqId - Completion callback:
EWrapper.tickOptionComputation - Finalization callback:
EClient.cancelCalculateImpliedVolatility - Protocol mapping:
EClient.calculateImpliedVolatility - Protocol mapping:
EClient.cancelCalculateImpliedVolatility - Response callback:
EWrapper.tickOptionComputation - Returns:
OptionComputation - 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)
No library docstring is provided; consult the signature, type fields, and operational guides.