my-schwab


Namemy-schwab JSON
Version 1.1.5 PyPI version JSON
download
home_pageNone
SummaryA Python package to interact with the Charles Schwab API.
upload_time2024-08-01 13:26:31
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Schwab

## About

The `my-schwab` API client is a Python package that provides a convenient way to interact with the Schwab API. It allows you to access your Schwab account information, fetch account details, place orders, and retrieve order history. With this client, you can easily integrate Schwab functionality into your Python applications and automate trading strategies. It provides a simple and intuitive interface, making it easy to get started with the Schwab API. Start using the `my-Schwab` API client today and take control of your Schwab account programmatically.

## Installation

You can install the `my-schwab` package using pip. Open your terminal and type:

```bash
pip install my-schwab
```


```python
from schwab 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](LICENSE) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "my-schwab",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "John Gaddis <normlman@live.com>",
    "download_url": "https://files.pythonhosted.org/packages/c9/b0/598192803d141edea4a2bc640c0271fdc2e5245f9c4e664c17c518cc0c8f/my_schwab-1.1.5.tar.gz",
    "platform": null,
    "description": "# Schwab\n\n## About\n\nThe `my-schwab` API client is a Python package that provides a convenient way to interact with the Schwab API. It allows you to access your Schwab account information, fetch account details, place orders, and retrieve order history. With this client, you can easily integrate Schwab functionality into your Python applications and automate trading strategies. It provides a simple and intuitive interface, making it easy to get started with the Schwab API. Start using the `my-Schwab` API client today and take control of your Schwab account programmatically.\n\n## Installation\n\nYou can install the `my-schwab` package using pip. Open your terminal and type:\n\n```bash\npip install my-schwab\n```\n\n\n```python\nfrom schwab import Client\n\n# fetch will fetch your current account and positions\nclient = Client(fetch=True)\n\nclient.place_order('AAPL', qty=1, order_type='limit', side='buy')\norders = client.get_orders()\n\ntransactions = client.get_transactions()\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package to interact with the Charles Schwab API.",
    "version": "1.1.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04dfed66f3725cd111b39f366a07c898871976dd8aa4942462d6955877d93122",
                "md5": "49ef469d249e2384ede24aaf9cef6a7e",
                "sha256": "558b8c6d67eb602f50bbfc121db09d7f8e25e5fc35b2db5c0c05186523c8d8b0"
            },
            "downloads": -1,
            "filename": "my_schwab-1.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "49ef469d249e2384ede24aaf9cef6a7e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 40743,
            "upload_time": "2024-08-01T13:26:28",
            "upload_time_iso_8601": "2024-08-01T13:26:28.956133Z",
            "url": "https://files.pythonhosted.org/packages/04/df/ed66f3725cd111b39f366a07c898871976dd8aa4942462d6955877d93122/my_schwab-1.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9b0598192803d141edea4a2bc640c0271fdc2e5245f9c4e664c17c518cc0c8f",
                "md5": "c4656e83e9240743e2724df797455c07",
                "sha256": "68c0a4f6cf60fa00fe48b8e2cc7748a82dc39bc61548bb912c7b2987609d70f3"
            },
            "downloads": -1,
            "filename": "my_schwab-1.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c4656e83e9240743e2724df797455c07",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 35045,
            "upload_time": "2024-08-01T13:26:31",
            "upload_time_iso_8601": "2024-08-01T13:26:31.000416Z",
            "url": "https://files.pythonhosted.org/packages/c9/b0/598192803d141edea4a2bc640c0271fdc2e5245f9c4e664c17c518cc0c8f/my_schwab-1.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-01 13:26:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "my-schwab"
}
        
Elapsed time: 0.30467s