Active IG python API

BitcoinMind

Newbie
Joined
Apr 28, 2020
Messages
3
Reaction score
0
Is there an API for python that still works quite well?

When looking into it I see most API's are outdated or don't get anymore updates
Thanks in advance for the replies :)
 
Had a few projects lately and you are right. Most of the public APIs seem to be dead.
Best solution I've found was to just find the endpoints yourself and make a private one.
 
Had a few projects lately and you are right. Most of the public APIs seem to be dead.
Best solution I've found was to just find the endpoints yourself and make a private one.

This is what my current plan is (never found the endpoints myself before tho)
 
This is what my current plan is (never found the endpoints myself before tho)
Just a little tip, the web api is way easier than the mobile one (Although the mobile one has more features in it).
Anyway, wish you good luck with it c:
 
Just a little tip, the web api is way easier than the mobile one (Although the mobile one has more features in it).
Anyway, wish you good luck with it c:

If I make one ill make it for both, in case one gets patched I can use the other as a temporary fix
Thx for the advice mr mouse
 
Back
Top