📈 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 .
from quotexpy.stable_api import Quotex
For examples check out some found in the example
directory.
-
Because cloudfare blocks requests you should enable browser=True to avoid HTTP 403 errors.
-
If the Quotex broker understands that the operation is being carried out by a trading bot, it will apply the rules of use and block the account at the broker. We are not responsible for the use of this lib, use at your own risk. According to the broker’s message: "... The use of automated bots for trading is prohibited according to account rules. If you use them, your account will be blocked without the possibility of withdrawing funds and re-registration. Respectfully, Quotex"
If you feel like showing your love and/or appreciation for this project, then how about shouting me a coffee, beer or something more interesting ;)
Thanks to @ricardospinoza for solving the trade
error in the code 🚀