get_data with frq

Khor
Khor Newcomer
edited 2:21AM in Eikon Data APIs
ld.get_data(universe=spx_list, fields=["TRNOVR_UNS", "TRBC_INDUSTRY", "TRBC_ACTIVITY"],parameters={'SDate': '-20D', 'EDate': '0D','Frq':'D'})

attempt to a list of RIC info with relative start date and end date with Frq . the return result is not in wanted frequency

let say i want a 20 day data with daily or minutely frq, how can it work. Condition here id that i must use get_data endpoint.

sample RIC =NVDAT222516000.U

also

  1. where can i know what is the field i can query for this symbol
    2, what is the gloabap; parameter can be use in get_data→parameters? what is the available frq here

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Khor

    Thank you for reaching out to us.

    You can use the Data Item Browser tool to search for RICs and parameters.

    Otherwise, the best resource for content questions is the Helpdesk support team, which can be reached by submitting queries through LSEG Support. The support team will either have the required content expertise ready available or can reach out to relevant content experts to get the answer for you.

    You need to ask for the Excel formula, such as =RDP.Data, that can be used to retrieve the required data.

    Then, we can help you converting that formula to Python code.