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
3 1 1 4

Only one year of data with get_timeseries for LNG-JCCIJP-LTC

Dear all,

I'm trying to retrieve full history of price data for RIC LNG-JCCIJP-LTC with following function:

ek.get_timeseries(
    'LNG-JCCIJP-LTC',
    start_date='2010-01-01',
    end_date='2050-12-31'
)


The earlierst value I retrieve is for the 2019-30-13, however in the eikon interface I see data snice 2009.

Could you please help to retrieve the full history?

Many thanks,

Bets regards

Richard

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.

Hello @richard.sponda,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

Hi @richard.sponda

I think you should add interval = monthly in your API call.



ahs.png (39.6 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.