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.

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.