question

Upvotes
Accepted
1 1 1 0

DataApiUsageExampleTimeseriesData does not get timeseries

Downloaded DataApiUsageExampleTimeseriesData example. Managed to get dependency libraries using NuGet. Successfully built it.

But when I tried to get a timeSeries, I got nothing.

request = timeSeries.SetupDataRequest("AAPL.O")

.WithView("BID")

.WithAllFields()

.WithInterval(CommonInterval.Tick)

.WithNumberOfPoints(10)

.OnDataReceived(DataReceivedCallback)

.CreateAndSend();

eikoneikon-com-apic#
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.

@bwang1

Could you give us the information Alex requested? That would help answer the query.

Hello @bwang1

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

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

It would be very helpful to get a more detailed description of the behavior you see.
Is DataReceivedCallback triggered? Is your Eikon account entitled for real-time data for US stocks? Can you display AAPL.O in a Quote app in Eikon application or are you able to view tick chart for AAPL.O in a chart app? What if you comment out .WithInterval(CommonInterval.Tick)? Are you able to retrieve the timeseries from the default daily interval?

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.