Skip to main content

Unified Python interface for brokerage APIs — Schwab, SnapTrade, IBKR, Plaid

Project description

brokerage-connect

Unified Python interface for brokerage APIs. One abstract adapter, multiple brokers.

Supported Brokers

Broker Extra Status
Schwab pip install brokerage-connect[schwab] Token-based auth via schwab-py
SnapTrade pip install brokerage-connect[snaptrade] OAuth connection flow
IBKR pip install brokerage-connect[ibkr] Gateway/TWS via ib-async
Plaid pip install brokerage-connect[plaid] Investments + account APIs via plaid-python

Install

pip install brokerage-connect

# With broker-specific dependencies:
pip install brokerage-connect[schwab]
pip install brokerage-connect[schwab,ibkr]
pip install brokerage-connect[plaid]

Quick Start

from brokerage import BrokerAdapter

# Every broker adapter implements the same interface:
class MyBroker(BrokerAdapter):
    provider_name = "my_broker"

    def owns_account(self, account_id: str) -> bool: ...
    def list_accounts(self): ...
    def search_symbol(self, account_id, ticker): ...
    def preview_order(self, account_id, ticker, side, quantity, order_type, time_in_force, **kw): ...
    def place_order(self, account_id, order_params): ...
    def get_orders(self, account_id, state="all", days=30): ...
    def cancel_order(self, account_id, order_id): ...
    def get_account_balance(self, account_id): ...
    def refresh_after_trade(self, account_id): ...

Architecture

  • BrokerAdapter — abstract base class defining the trade interface
  • trade_objects — shared dataclasses (OrderResult, OrderPreview, OrderStatus, etc.)
  • schwab/, snaptrade/, ibkr/, plaid/ — broker/provider integrations
  • config.py — broker configuration and credential loading via environment variables

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brokerage_connect-0.2.0.tar.gz (43.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

brokerage_connect-0.2.0-py3-none-any.whl (57.2 kB view details)

Uploaded Python 3

File details

Details for the file brokerage_connect-0.2.0.tar.gz.

File metadata

  • Download URL: brokerage_connect-0.2.0.tar.gz
  • Upload date:
  • Size: 43.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for brokerage_connect-0.2.0.tar.gz
Algorithm Hash digest
SHA256 6a5a707e5dd79bccdfc368a98346e686186b0ce649b590a44ac7c7947875bff5
MD5 bd2eaa39582c06693c69aa32970d78e4
BLAKE2b-256 f9429f043a41dbae04b0a564298f1ba7ef7a08f6dd9b5fc0fef99f7bdd6053db

See more details on using hashes here.

File details

Details for the file brokerage_connect-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for brokerage_connect-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 996ff04b982fc7cfe57920f1017c1631382350b8a79ca8ddee395b3146ee00a7
MD5 68ae449e3367ddd6d523e0ba6c430e80
BLAKE2b-256 e6183f0511f9b1877fd1f895e14b4e7053e91270e9ddae10f2af8e1ff5506820

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page