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
Find more posts tagged with
Sort by:
1 - 1 of
11
@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.
@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.