question

Upvotes
Accepted
1 0 0 1

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.

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 78 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.