Skip to content

Customer

ibc.rest.customer.Customer

Client for managing customer-related operations via the Interactive Brokers API.

__init__(ib_client, ib_session)

Initializes the InteractiveBrokersCustomer client.

Parameters

ib_client : InteractiveBrokersClient The InteractiveBrokersClient Python Client.

InteractiveBrokersSession

The IB session handler.

customer_info()

Returns Applicant Id with all owner related entities.

Returns

dict: A customer resource object.

Usage

>>> customers_service = ibc_client.customers
>>> customers_service.customer_info()