Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

schwab-dev

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

schwab-dev

Schwab API Python Client (unofficial)

  • 0.0.7
  • PyPI
  • Socket score

Maintainers
1

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

Quick setup

  1. Create a new Schwab individual developer app with callback url "https://127.0.0.1" 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')

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc