-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
from viaduct import Public
instance = Public(loadSymbols=False)
jsonResp = instance.getAllInstruments()['items']
jsonResp = instance.getAllInstruments()['items']
File "C:\py38_64\lib\site-packages\viaduct\public.py", line 21, in getAllInstruments
return get("https://live.trading212.com/rest/instruments/EQUITY/1")
File "C:\py38_64\lib\site-packages\viaduct\utils.py", line 100, in get
raise Exception("Error " + str(response.status_code) +
Exception: Error 403 encountered, unknown error
viaduct==0.1.3
Metadata
Metadata
Assignees
Labels
No labels