Getting data from "C-USNOLAC-P1" I am trying to find the data through the Eikon Data API that can tell me the "delivery date". Any ideas on how to putll in such information?
If you look at this RIC in a Quote app in Eikon you'll see a field named "DATE_RANGE", which on the display template is labeled "Del.Date" and which currently has the value "FH Oct". To retrieve this field using Eikon Data APIs use the following call
ek.get_data('C-USNOLAC-P1','DATE_RANGE')
Is this what you're looking for?The best resource for content search and explanation questions is Refinitiv Helpdesk, which you can reach by calling the Helpdesk number in your country or by using Contact Us capability in your Eikon application. If the above does not answer your question or if you have further content search and explanation queries, please contact Refinitiv Helpdesk.
Thank you Alex! This is what I was looking for