Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
21 0 0 2

Permission error within API but not within Eikon/Excel

Client is getting a non-permissioned error message on two codes AARQU00 and PGACT00 which he has delayed access to within Eikon and Excel (able to pull via RHistory)

Running this into Python:

import pandas as pd

import eikon as ek

ek.set_app_key('')

def eikon_prices(rics, start_date):

data = [ek.get_timeseries(r,

start_date = start_date,

fields='CLOSE',

interval='daily'

) for r in rics]

data = pd.concat(data, axis=1)

return data

data = eikon_prices(['AARQU00','LCOc1','RBc1', 'HOc1'], '2019-01-01')

print(data.tail())

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi @morganf14,

Can you please include the actual output/screenshot of the permission error?

thanks

Upvotes
Accepted
21 0 0 2
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thanks @morganf14 for letting us know,

It helps the next developers with similar inquiries.

-AHS

Upvotes
21 0 0 2

error.png @nick.zincone.1 here is the screenshot


error.png (15.2 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.