Hello,
Today I tried ds.get_data() from DatastreamDSWS package and got the following error:
ds.get_data(tickers='VOD', fields='P', kind=0)
get_data : Exception Occured
(<class 'Exception'>, Exception('Invalid Token Value'), <traceback object at 0x7fd834d87fc0>)
None
Traceback (most recent call last):
File "/opt/conda/lib/python3.8/site-packages/DatastreamPy/DS_Response.py", line 148, in get_data
raise Exception("Invalid Token Value")
Exception: Invalid Token Value
Would appreciate any help to fix this error.
Thanks,
TH