Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 1 2

How do I retreive ASK price

Hi,

I can retreive the mid price for a ric by using the RIC for the MID-price, for example EURSEK1MFIXMP=WM.

When I aqks with the RIC that is supposed to be used for bid/ask EURSEK1MFIXP=WM I only get the value for Bid.

How do I retreive the ask value?

example of the code I use:

var client = Eikon.CreateDataAPI();

client.SetAppKey(apiKey);

var jsonSeries = client.GetTimeSeriesRaw("EURSEK1MFIXP=WM", DateTime.Now.AddMinutes(-120), DateTime.Now, Interval.tick);

BR
Jonas

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apiapifields
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 @jonas.x.gudmundsson

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? 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

Hello @jonas.x.gudmundsson

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? 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

Upvotes
Accepted
4.6k 26 7 22

@jonas.x.gudmundsson the API that you are using is in Beta, and does not allow retrieving anything besides the "standard" set of fields. If you require the full access to the time series, i am afraid the only way would be to use the .NET Time Series API.

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
1 0 1 2

Ok that was not good news. Then we have to throw our code in the thrash and develop with the old API. IMO this seems more lika an alpha version.

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.