Schwab API Python Package
This is a coding project for the Schwab API in Python. The source code is available on GitHub and the PyPI package can be found here. This python modules features:
- Automatic token management and refreshes.
- Authenticate and access the full api with minimal code. see examples
- Stream real-time data with a customizable response handler see examples
- Place orders and get order details see examples
- Optional capture of callback urls when callback has a port (starts webserver on this port).
- Optional automatic starting/stopping of streamer when market opens/closes.
- Streaming stability with automatic restarts if the streamer crashes.