I am using Eikon API to get data of bonds.
I want to know how to get the "含息价" of bond "CN230004", refer to the attachment.
Which "数据项代码" I shoud use?
  
  // Eikon Python API
  import eikon as ek
  ek.set_app_key('-------------key----------------')
  data= ek.get_data( ['CN230004'],[数据项代码???])
