## Free Zerodha API - jugaad-trader
Jugaad trader implements reverse engineered API for Zerodha in python (hence the name Jugaad). With this library you can programatically execute trades, retrieve your order and trade books, holdings, margins among other things.
Documentation - https://marketsetup.in/documentation/jugaad-trader/
## Installation
```
pip install jugaad-trader
```
### Quick start
### Step 1 - Log in to Zerodha account with jtrader CLI
```
$ jtrader zerodha startsession
User ID >: Zerodha User Id
Password >:
Pin >:
Logged in successfully
```
### Step 2 - Instantiate Zerodha and issue commands
```python
from jugaad_trader import Zerodha
kite = Zerodha()
# Set access token loads the stored session.
# Name chosen to keep it compatible with kiteconnect.
kite.set_access_token()
# Get profile
profile = kite.profile()
print(profile)
```
## How to contribute
Refer this document how to contribute - https://github.com/jugaad-py/jugaad-trader/blob/master/contributing.md
## Articles and examples using Jugaad-Trader
https://marketsetup.in/tags/jugaad-trader/
Raw data
{
"_id": null,
"home_page": "",
"name": "jugaad-trader",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "Zerodha,kiteconnect,pykiteconnect",
"author": "",
"author_email": "jugaad-coder <abc@xyz.com>",
"download_url": "https://files.pythonhosted.org/packages/b4/e8/eda45367a3f937179887f238fc0c4e2ff6486adfcda6649aced81478c76b/jugaad-trader-0.19.tar.gz",
"platform": null,
"description": "## Free Zerodha API - jugaad-trader\n\nJugaad trader implements reverse engineered API for Zerodha in python (hence the name Jugaad). With this library you can programatically execute trades, retrieve your order and trade books, holdings, margins among other things.\n\nDocumentation - https://marketsetup.in/documentation/jugaad-trader/\n\n## Installation\n\n```\npip install jugaad-trader\n```\n\n### Quick start\n\n\n### Step 1 - Log in to Zerodha account with jtrader CLI\n\n```\n$ jtrader zerodha startsession\nUser ID >: Zerodha User Id\nPassword >:\nPin >:\nLogged in successfully\n```\n\n### Step 2 - Instantiate Zerodha and issue commands\n\n```python\nfrom jugaad_trader import Zerodha\nkite = Zerodha()\n \n# Set access token loads the stored session.\n# Name chosen to keep it compatible with kiteconnect.\nkite.set_access_token()\n\n# Get profile\nprofile = kite.profile()\nprint(profile)\n```\n\n## How to contribute\n\nRefer this document how to contribute - https://github.com/jugaad-py/jugaad-trader/blob/master/contributing.md\n\n## Articles and examples using Jugaad-Trader\n\nhttps://marketsetup.in/tags/jugaad-trader/\n\n",
"bugtrack_url": null,
"license": "YOLO LICENSE THIS SOFTWARE LICENSE IS PROVIDED \"ALL CAPS\" SO THAT YOU KNOW IT IS SUPER SERIOUS AND YOU DON'T MESS AROUND WITH COPYRIGHT LAW BECAUSE YOU WILL GET IN TROUBLE. HERE ARE SOME OTHER BUZZWORDS COMMONLY IN THESE THINGS WARRANTIES LIABILITY CONTRACT TORT LIABLE CLAIMS RESTRICTION MERCHANTABILITY. NOW HERE'S THE REAL LICENSE: 0. This work is in public domain. 1. Do whatever you want with it. [ANNEXTURE A](https://github.com/pjreddie/darknet/blob/master/LICENSE.fuck) ",
"summary": "Free Zerodha API python library",
"version": "0.19",
"project_urls": {
"Documentation": "https://marketsetup.in/documentation/jugaad-trader/",
"Homepage": "https://marketsetup.in/documentation/jugaad-trader/",
"Issues": "https://github.com/jugaad-py/jugaad-trader/issues",
"Repository": "https://github.com/jugaad-py/jugaad-trader"
},
"split_keywords": [
"zerodha",
"kiteconnect",
"pykiteconnect"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "71eb119c29fab39116b5883d022426d5153fd723fceb046340305ea9e2ef10de",
"md5": "ae911933ea533dc6b8e9f88713b058de",
"sha256": "40bf7a2192e19052c48c9c5ff1b5d9e626d5e61c0e7c7245a4a55cb2ed6431cc"
},
"downloads": -1,
"filename": "jugaad_trader-0.19-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ae911933ea533dc6b8e9f88713b058de",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 11810,
"upload_time": "2023-11-18T20:35:42",
"upload_time_iso_8601": "2023-11-18T20:35:42.029211Z",
"url": "https://files.pythonhosted.org/packages/71/eb/119c29fab39116b5883d022426d5153fd723fceb046340305ea9e2ef10de/jugaad_trader-0.19-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b4e8eda45367a3f937179887f238fc0c4e2ff6486adfcda6649aced81478c76b",
"md5": "970720a6807ff1392723f7840ba26286",
"sha256": "951f603e0055d12f00d8889b8c9fe4b01a89074082af00de90f31d80e44f6844"
},
"downloads": -1,
"filename": "jugaad-trader-0.19.tar.gz",
"has_sig": false,
"md5_digest": "970720a6807ff1392723f7840ba26286",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 11492,
"upload_time": "2023-11-18T20:35:43",
"upload_time_iso_8601": "2023-11-18T20:35:43.614830Z",
"url": "https://files.pythonhosted.org/packages/b4/e8/eda45367a3f937179887f238fc0c4e2ff6486adfcda6649aced81478c76b/jugaad-trader-0.19.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-18 20:35:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jugaad-py",
"github_project": "jugaad-trader",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "jugaad-trader"
}