A Python package to interact with the Charles Schwab API.
Project description
Schwabb
About
The my-schwabb
API client is a Python package that provides a convenient way to interact with the Schwabb API. It allows you to access your Schwabb account information, fetch account details, place orders, and retrieve order history. With this client, you can easily integrate Schwabb functionality into your Python applications and automate trading strategies. It provides a simple and intuitive interface, making it easy to get started with the Schwabb API. Start using the my-schwabb
API client today and take control of your Schwabb account programmatically.
Installation
You can install the my-schwabb
package using pip. Open your terminal and type:
pip install my-schwabb
from schwabb import Client
# fetch will fetch your current account and positions
client = Client(fetch=True)
client.place_order('AAPL', qty=1, order_type='limit', side='buy')
orders = client.get_orders()
transactions = client.get_transactions()
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for my_schwab-1.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49cd08eec6a796ef2e69b79714071aa7714b6c8cd1b3ee107f33d145f85099a2 |
|
MD5 | 827fcc28c93b14b48bee7cf7d4bc8899 |
|
BLAKE2b-256 | cfacaa8c4681fcea045882f4609b6b0f0447ca8ee187774309cda2d58899ea93 |