question

Upvotes
Accepted
2 0 1 4

How to retrieve specific period from Estimates

Given the sample query below from the help page.

How can i retrieve interims (example S1, or quarters) what is the keyword?


Example: if FY1 is to fiscal year1 what is for Q1 / S1 etc...


Thanks!



{

"GetSummary_Request_1": {

"Symbols": {

"Symbol": [

{

"Value": "IBM.N"

}

]

},

"BasisIndicator": "Consolidated",

"MeasureCodes": {

"MeasureCode": [

"EPS"

]

},

"DateOptions": {

"DateOption": [

{

"Period": "FY1",

"StartDate": ""

}

]

},

"RequestOptions": {

"IncludeSymbolInfo": true,

"IncludeFootNotes": true

}

}

}

rkd-apirkd
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.

<AHS>

Ask an Expert. Sent an email to Onlinesolutions@refinitiv.com for help.

Sent an email to Onlinesolutions@refinitiv.com for help.

@cj.talas

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query? 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
381 1 3 3

Hello,

For quarterly estimates you can use FQ1, FQ2, FQ0.. etc. Please find sample request xml below.

<GetSummary_Request_1 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.reuters.com/ns/2016/02/01/webservices/rkd/EstimatesIBES2_1"><Symbols><Symbol>

<Type>RIC</Type>

<Value>IBM.N</Value>

</Symbol></Symbols><MeasureCodes>

<MeasureCode>EPS</MeasureCode>

</MeasureCodes><DateOptions><DateOption>

<Period>FQ1</Period>

<StartDate/>

</DateOption></DateOptions></GetSummary_Request_1>

thanks,

Waseem

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.