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

does still work and how do we use this I don't even know how to operate this program can someone help me with this and how does this bot work...

I was trying to use the api and really i getting it, it works greatly but i have only one trouble, after some time of use `api.getcandles` or `api.profile.balance` or...

Hi, I have been working with this api and with some trades results Im getting error "Couldn't get all candles" instead of showing the trade result either win or loss....

Does anyone got the expiration_time for the assets? Most of them has at least 1min to 5min for a % return, and 6min to 36min (sliced in 15min). But some...

Buy is working just sometimes, maybe 1 in 50 times. Can someone help me? Here's a sample of my code: api.connect() time.sleep(10) api.setactives([1, 2, 3, 4, 5, 6, 7, 8,...

IQ Option seems changed their API. The current code does not work any more... Have anyone a solution?

Hi, Can anybody tell me the format of proxy usage in below. IQOptionAPI("iqoption.com", "user", "pwd",PROXY) I tried below, but its not working. IQOptionAPI("iqoption.com", "user", "pwd",{"http": "http://10.10.1.10:3128/"})

I have this code below which connects to the API and prints the balance in my account. However, I am unable to buy any stock can someone please help me...

Buying delay is about 12 seconds it can be deadly for 1 min exp option. Also when i run my script from command shell and it Buys option ok. But...