iqoptionapi icon indicating copy to clipboard operation
iqoptionapi copied to clipboard

IQ Option API 4.x (Python 2.7) The project is obsolete and is not supported because of problems with access to IQ Options in Russia

Results 96 iqoptionapi issues
Sort by recently updated
recently updated
newest added

Hey, can you leave a short comment how to use this API? I want to add them to my EA. Thanks

bug

I've sent the request with ``` javascript { "name": "buyV2", "msg": { "price": 1, "act": 76, "exp": 1521911963, "type": "turbo", "direction": "call", "time": 1521911903.05 } } ``` but the result...

self.api.listinfodata.get_listinfodata(foo) NameError: name 'self' is not defined This not work ... where is problem????

help me why i got this error i already install the api from iqoptionapi.api import IQOptionAPI ImportError: No module named 'iqoptionapi.api'; 'iqoptionapi' is not a package

Hi, I don't have the time to fork and manually make a pull request so keep this bumped. I'll be making a couple pull requests on the weekend which add...

Hello, how can I get the current payout percentage of the active (e.g. EURUSD)? Thank you!

i not luck with infodata :( example code not work. print api.listinfodata.current_listinfodata.win output: Traceback (most recent call last): File "C:\iq\bot_data.py", line 44, in print api.listinfodata.current_listinfodata.win AttributeError: 'IQOptionAPI' object has no...

Hello guys, the buyback function is working? I've tried to use but it always fail.

hello i have this script, but buy don't work why ?? `import time from iqoptionapi.api import IQOptionAPI api = IQOptionAPI("iqoption.com", “email”, “password”) api.connect() time.sleep(1) api.setactives([1,2]) balance = api.profile.balance #balance =...

Hello i want to check account type if it is real or practice. Kindly code the module because i require it urgently.