question

Upvotes
Accepted
1 1 1 2

Dex2 Interim Data

Am trying to access interim data using Dex2 but it keeps returning annual data.

I've copied the request parameters from the excel fundamentals template but that doesn't seem to work.

Here is what I'm trying to use:

.RequestParam = "reportingstate:rsdt scale=6 Sdate=FI-10 Edate=FI0 Frq=FI"

The data that is return brings through the right number of interim periods, but the data in the fields is the annual data, and the TR.InterimNumber is 0 for each period.

eikoneikon-com-apifundamentals
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.

@radek

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks

AHS

@radek

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

Thanks,

AHS

Upvote
Accepted
39.4k 77 11 27

Hi @radek,

It appears that you've missed Period=FI0 when you copied request parameters from the Excel template. Without this Period takes the default value of FY0, and data from annual report is returned. Try
.RequestParam = "Period=FI0 reportingstate:rsdt scale=6 Sdate=FI-10 Edate=FI0 Frq=FI"

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.

Upvotes
4.6k 26 7 22

@radek would it be possible for you to share the code sample? your dex2 manager object creation routine might not be correct.

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.