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 5.0 MiB each and 10.0 MiB total.

@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.2k 75 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 5.0 MiB each and 10.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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea