Skip to main content

Schwab API Python Client (unofficial)

Project description

Schwab-API-Python

This is an unofficial python program to access the Schwab api.
You will need a Schwab developer account here.
Join the Discord group.
Also found on PyPI, install via pip3 install schwabdev

Quick setup

  1. Create a new Schwab individual developer app with callback url "https://127.0.0.1" (case sensitive) and wait until the status is "Ready for use", note that "Approved - Pending" will not work.
  2. Enable TOS (Thinkorswim) for your Schwab account, it is needed for orders and other api calls.
  3. Python version 3.11 or higher is required.
  4. pip3 install schwabdev requests websockets tk (tkinter/tk may need to be installed differently)
  5. Import the package import schwabdev
  6. Create a client client = schwabdev.Client('Your app key', 'Your app secret')
  7. Examples on how to use the client are in tests/api_demo.py

What can this program do?

  • Authenticate and access the api
  • Functions for all api functions (examples in tests/api_demo.py)
  • Auto "access token" updates (client.update_tokens_auto())
  • Stream real-time data with customizable response handler (examples in tests/stream_demo.py)

TBD

  • Automatic refresh token updates. (Waiting for Schwab implementation)

Notes

The schwabdev folder contains code for main operations:

  • api.py contains functions relating to api calls, requests, and automatic token checker threads.
  • stream.py contains functions for streaming data from websockets.
  • terminal.py contains a program for making additional terminal windows and printing to the terminal with color.

License (MIT)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

schwabdev-1.0.2.tar.gz (12.9 kB view hashes)

Uploaded Source

Built Distribution

schwabdev-1.0.2-py3-none-any.whl (12.5 kB view hashes)

Uploaded Python 3

Supported by

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