Jump to content

tyken

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by tyken

  1. Hi,

    I have created a demo account so I got the username, password and api_key but I can't the python code to access my account?
    I would apreciate a full python code very much.

    I have tried this code:

    from trading_ig import IGService
    #from trading_ig.config import config  - If I use this line it says: ImportError: cannot import name 'config' from 'trading_ig.config' 

    (/home/moi/anaconda3/lib/python3.9/site-packages/trading_ig/config/__init__.py)


    ig_service = IGService(username, password, api_key)


    account_info = ig_service.switch_account(acc_number, False) # not necessary
    print(account_info)

     

    But revecies the error  "KeyError: 'LOGGED_IN'

     

×
×
  • Create New...
us