question

Upvotes
Accepted
9 3 4 10

PM data exist when afternoon session is closed.

Hi,

last year (29th Dec, 2023), I tried to get the data for blow information in Python:

RIC = 'XAUFIXPM=', Fields = 'TRDPRC_1'

It was closed for PM session so it was supposed to be 'none' data. However, I got '2078.4' which is the same as a day before '29th Dec, 2023'.


And this cause big issues. Because of this, the average of this month is totally different.


As a person dealing with these kind of metal for sale, the average price of this metal extremely matters.


I would truly appreciate if you let me know why this happen, and how to get accurate data.

1704162456714.png

Here is my code in Python:

history = rd.get_history(["XAUFIXPM="],["TRDPRC_1"],end='2024-01-01',interval='daily')

print(history)


eikon-data-apipython#contenthistorical
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 @jwlee08

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

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
1.4k 5 3 6

Hi @jwlee08

It looks that you are not entitled to a realtime RIC XAUFIXPM= but only to a delayed /XAUFIXPM=. See the comparison below where you can see this inconsistency in the response.
I have already reached out to the content team to fix that and will let you know once completed.
1704278298266.png


1704278298266.png (8.5 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
14.2k 30 5 10

Hi @jwlee08 ,

I cannot reproduce the result you've got, could you please try again to see if the issue still persist?

If so, please let me know which version of RD library are you using for further investigation.

1704185740847.png



1704185740847.png (33.1 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.

@raksina.samasiri
hi, I still have these wrong information...

1704241897073.png

1704241897073.png (74.1 KiB)

Hi @jwlee08 ,

Sorry to hear that you're still facing an issue. Could you please confirm which session type have you been using on the RD library? Is it the platform session?

Upvotes
1.4k 5 3 6

Hi @jwlee08

The issue should be fixed as of now

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.