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
18 3 2 7

ek.get_data: issue with Frq=FS

I want to retrieve series data for the company with Semi-Annual interim frequency, but get an error.

My request is next:

ek.get_data(instruments = 'ABF.L', fields = ['TR.PriceHigh(SDate=0,EDate=-10,Frq=FS,Curn=USD)'])

If I use Frq=FQ, it returns quarterly data, but I need semi-annual.

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.

1 Answer

· Write an Answer
Upvote
Accepted
4.3k 2 4 5

Hi,

Time Series Data does not support the Fiscal Semi-Annual (FS) period.

You can check this in Eikon Office :

  =TR("ABF.L";"TR.HIGHPRICE, TR.HIGHPRICE.Date";"SDate=0 Edate=-10 FRQ=FS")
Result : 
  [Engine_Configuration]
  Time Series Data does not support the Fiscal Semi-Annual (FS) period in the
  TR function

It is confirmed in the formula builder :


frequency.jpg (62.9 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.

Thanks! I've changed the logic.

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.