Skip to main content

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


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 hashes)

Uploaded source

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