question

Upvotes
Accepted
1 0 0 0

Unable to get Daily Palladium data as of 14 Jul 2021

Hi - as of yesterday, I am unable to get Palladium Time series data using the Time Series API. The following code has worked perfectly for many years, but as of yesterday, throws an error 'NoSuchInterval' thrown in the 'StatusUpdate' method; (It works perfectly for every other commodity and worked for PAU1 up until 14 Jul 2021)

ReutersSubscription = _monitor.TimeSeriesService.SetupDataRequest("PAU1")
.WithAllFields()
.WithAdjustedPrice(true)
.WithInterval(CommonInterval.Daily)
.From(new DateTime(2021,7,1))
.WithTimeZone(TimezoneType.GMT)
.OnDataReceived(DataReceivedCallback)
.OnStatusUpdated(StatusUpdate)
.CreateAndSend();

Please could you advise?

eikoneikon-com-apierror
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.

@simon.tarplee

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the 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
39.4k 77 11 27

This is due to a confirmed problem at Refinitiv. To watch the status of the issue see page <ALERT49> in Eikon or Refinitiv Workspace, or visit https://insightalerting.refinitiv.com/a/alerts/servicealerts/Alert/Alerts.aspx

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.