I am new to the api and trying to figure it out. I have Workspace and was able to create an api key which I have been testing on my own Python programs successfully, so long as the sample code is based on:
import eikon as ek
However, when I try to recreate code that is based on the import:
import refinitiv.data as rd
Calls for data always are returned as empty. If I run the python program though Jupytr notebooks within Codebook in Workspace, the refinitiv.data import is able to compile without error, but when calls returns nothing at all.
For instance, if I try to use one of the pieces of example code from the __Examples__ directory, If merely run the code snippets without changing anything they return a blank square rather than the data they are expected to.
Does anyone have any idea why this would be happening? This wouldn't be a problem so long as there were code for everything using the eikon import, but most of the code seems to be bsed on refinitiv.data