I tried running the following script and got this error. How do I know if this is because of some configuration error or if I simply don't have permission to extract this data?
import eikon as ek
df = ek.get_timeseries(["MSFT.O"],
start_date="2016-01-01",
end_date="2016-01-10")