Obtain transaction data from Schwab accounts.
Project description
Python library to retrieve information from a Schwab bank account.
Command Line Usage
$python schwab getbalance -u YOUR_USER_ID -p YOUR_PASSWORD Balance is {{amount}}.
Installation
./setup.py build ./setup.py install
Get Balance (Python Script)
import schwab schwab_browser = schwab.SchwabBrowser(your_username, your_pw) print schwab_browser.get_balance()
Test Setup
Copy test.dummy.sh and replace the default values with your user id and password:
cp test.dummy.sh test.sh chmod +x test.sh vim test.sh
You can now run tests using ./test.sh.
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
python-schwab-0.1.2.tar.gz
(3.7 kB
view details)
File details
Details for the file python-schwab-0.1.2.tar.gz
.
File metadata
- Download URL: python-schwab-0.1.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88e60d89a79e2ebc4fe042896cf89510fbeaaea0dc128d183f237c664b550eb1 |
|
MD5 | 1dd6ea35f329a381b9e6032366bba5f8 |
|
BLAKE2b-256 | 7405dcb3746737979f1a48e0158c600a2eec15c22ba9917b3d35db751dc8914a |