With Datastream it is possible to retrieve Default Prices for bonds - for time series. If my mind serves me right it is MPD.
Is there an equivalent code for Eiokn, specifically the Eikon API for Python?
Hi @blucap
Here is an example you can use to retrieve the time series of a bond using an ISIN as an input
ek.get_data('DE000DB7XHP3',['TR.BIDPRICE.date','TR.BIDPRICE'],{"Sdate":'2016-01-01', "Edate":'2016-01-31'})
Can you provide Eikon Desktop screenshot on the data you would like to retrieve via Python API ?
Thanks.
@chavalit.jintamalit see below:
See below:
Is this screeshot from Datastream product?
Thank you - However I am looking for CDS spreads, any help appreciated as I am a newby on spreads.
Thanks marcin.bunkowski - that is what I am looking for!