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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonapifields
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

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 5.0 MiB each and 10.0 MiB total.

Upvotes
1 0 0 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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea