The most recent content from our members.
Further working on the query please find the below python script to get the data. import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['EUR='], fields = ['TR.BidPrice'], parameters = { 'SDate': '2024-01-03', 'EDate': '2025-09-15', 'Frq': 'D' } ) display(df) Client has got the below error. Can you…
Hello, do you have RIC for spot prices of OKTE (slovak spot power)? I wans't able to find this RIC after the change from 1hour to 15 minutes spot prices resolution from 1st cot 2025. Thank you. BR, Matej Krajcovic
Can you give quotes for sofr forward curve for 3m and 1m? To find the SOFR forward curve for 3M and 1M, you can use the following RICs: * SOFR 1M term reference rate: .SR1M * SOFR 3M term reference rate: .SR3M Can you give me python code to extract details for both spot and forward?
Hi, we need to obtain real-time currency pair exchange rate data from the foreign exchange market through the Real Time SDK API. We have some technical questions and would appreciate assistance. Thank you. 1、Using the emaj consumer \ src \ com \ refinitiv \ ema \ tutorials \ consumer \ tutorials2 example, we can only…
It looks like you're new here. Sign in or register to get started.