📈 QuotexPy is a library to easily interact with qxbroker.


Keywords
quotex, quotexpy, api, pypi, qxbroker
License
LGPL-2.1
Install
pip install quotexpy==1.40.5

Documentation

📈 QuotexPy is a library to easily interact with qxbroker.


License PyPI version GithubActions


Installing

📈 QuotexPy is tested on Ubuntu 18.04 and Windows 10 with Python >= 3.10, <= 3.12.

pip install quotexpy

If you plan to code and make changes, clone and install it locally.

git clone https://github.com/SantiiRepair/quotexpy.git
pip install -e .

Import

from quotexpy import Quotex

Examples

For examples check out some found in the example directory.

Donations

If you feel like showing your love and/or appreciation for this project, then how about shouting us a coffee ;)

"Buy Me A Coffee"

Acknowledgements

  • Thanks to @cleitonleonel for the initial base implementation of the project 🔥
  • Thanks to @ricardospinoza for solving the trade error in the code 🚀

Notice

This project is a clone of the original project, because the original project was discontinued, I updated it with the help of collaborators in the community so that it is accessible to everyone.