Metadata-Version: 2.1
Name: iqtrade
Version: 0.0.4
Summary: Python wrapper around Questrade IQ API
Home-page: https://github.com/jpflouret/iqtrade
Author: JP Flouret
Author-email: jpflouret@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

[![Build Status](https://travis-ci.com/jpflouret/iqtrade.svg?branch=main)](https://travis-ci.com/jpflouret/iqtrade)
[![PyPI](https://img.shields.io/pypi/v/iqtrade)](https://pypi.org/project/iqtrade/)
[![codecov.io](https://codecov.io/github/jpflouret/iqtrade/coverage.svg?branch=main)](https://codecov.io/github/jpflouret/iqtrade)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
# iqtrade

Python wrapper around Questrade [IQ API](https://www.questrade.com/api/documentation/getting-started).

## Installation

Install via pip

```
pip install iqtrade
```

## Disclaimer

This project is not affiliated with Questrade Wealth Management Inc., Questrade,
Inc., or any members of the Questrade Group of Companies or its affiliates.


