The most recent content from our members.
Help! Is it possible to access alternative close prices from the python API? For example BRTDTDMc1 has 2 close prices. ASIA_CLOSE, EU_CLOSE, US_CLOSE, I want to access the ASIA close price as I am trying to find a common timestamp for the below list of prices. Reuters Code' : ['DUBSGSWMc2', 'MRBN1MMASc1', 'OQc1',…
Hi team, I am posting on behalf of an external client for the query below, please help and prioritize: Please can you explain why there is a lag on receiving EIA stats data via a script i have written using the appkey? from lseg.data.content import historical_pricing as hp from datetime import date import os 1. Correct RIC…
Hi team, I tried follow this continuation rics rule, I believe Corn futures continuation on open interest should be Coi? I could not find it … not sure if i misunderstand something. Many thanks for help,
I want to get FX broken dates calculator to hedge basis price contracts for commodities e.g. Cotton. Sample code as below: df = ld.get_history('JCI-CTN-ANHUI','TRDPRC_1',start='01-Jan-2025',end='26-Jun-2025') #This is spot price for China Anhui cotton. df2 =…
I am interested in getting the following data points using python APIs (say get_data or get_history end points) 1) Crude Oil (WTI in USD) 2) Brent Crude Oil futures contract. Output: Daily data for last 1 month Can someone please help on the same
Could you please send me the python script to retrieve all point connect curves ids with the following metadata filter: Commodity: Power Variable: Consumption Geography: Germany Status: Actual FYI: The python script sends a request to https://sprod1.rdms.refinitiv.com/api/v1. Please make sure I can copy paste the script,…
We are not being able to get the response from the following request as provided in the screenshot. Can you please assist in creating the correct request to get the correct list of the recs for the CommoditySearch request? As directed, we tried requesting the list of 'NGMM' RICs but the response is empty.
Please look at the settles for Soybeans SN25 , Corn CN25 and Wheat WN25 . Why is the cirrency USc ? This is messing up our settle capture Thanks Raja 4753957364
Hi, I am using lseg.data API to download futures data. I have been hitting the daily limit for 3 days that should be 5G of data. Here is the error I get: LDError: No data to return, please check errors: ERROR: No successful response.(429, Too many requests, please try again later) Nevertheless, there is no way I have been…
use refinitiv.data to retrieve soybean total supply (MT) and soybean domestic feed/crush (MT) data. python
I am currently using the Refinitiv API on python to extract energy commodities fundamental data but I am facing some difficulties. In particular I can't find the symbol or identifier required to extract the data using the get_data function or any other method provided by the documentation. I would like to know how to…
Is there a way to see expiry dates for the LME 3M contract for trade dates in the past via API i.e I'd like to find out what the 3M expiry date was when trading on 21 March
How to download daily congestion data by anchorage zone by API? Please see the Daily Congestion section. We can download it via excel but is there a way to code that file into API? Or is there a API that lets you show the congestion data that is arranged by anchorage zone?
I want to download historical futures prices for Nordic power (ENO) and Germany (TRD), and later other markets. I want historical ticker prices to calculate hold-to-delivery returns and keep track of when the products go to delivery. I want to download the data via my python API using the get_timeseries() function. In the…
It looks like you're new here. Sign in or register to get started.