question

Upvotes
Accepted
23 4 3 6

Name of Reuters Fields from OHCL bars

I am requesting bars from the rdp api, can you tell me what the filed names are for Open, High, Low, Close and VWAP for intra day bars ?


Thx

apifields
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.

hi @gordon.konheiser ,

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 on the left side of the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

@gordon.konheiser

Hi,

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

Thanks,

AHS

Upvote
Accepted
14.2k 30 5 10

hi @gordon.konheiser ,

The answer provided in the help desk ticket you raised is below

We have the below data fields for OHLC in Excel.
TR.OPENPRICE
TR.HIGHPRICE
TR.LOWPRICE
TR.CLOSEPRICE

We also have fields available in Quote app which can be OPEN_PRC,HIGH_1, LOW_1,TRDPRC_1. This represents the OHLC

I've tried using RD Library to retrieve mentioned fields and here's the result

1662458209629.png

Please let me know in case you have any further questions.


1662458209629.png (58.6 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.

Upvote
22.1k 59 14 21

Hi @gordon.konheiser,

You can invoke the intraday-summaries endpoint on the API playground and see all the data fields that are returned. I don't see a VWAP field, so you might have to calculate it in your app.


1661175830054.png


1661175830054.png (132.0 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.

Upvotes
23 4 3 6

Hi I have looked at the playground, but I am not finding the correct field for the open and close of a bar:

1661252790966.png



1661252790966.png (5.7 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.

Upvote
22.1k 59 14 21

I think it is some combination of the fields OPEN_BID, OPEN_ASK, BID_HIGH, ASK_HIGH etc. For content clarification it is best to raise a ticket at my.refinitiv.com and directly speak with a content expert.

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
23 4 3 6

No that is not correct, (traditional) OLHC bars are based on Trades only not bid and ask. I was ask the help desk.

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.

Hello @gordon.konheiser ,

Were you able to locate the information per suggestions received, would you mind sharing a brief update with the community?

Thanks,

-AHS

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.