The most recent content from our members.
Hi, We're trying to flatten a curve in RDMS API to get a relative forecast. Simply put, we'd like to use the forecast today at 00Z to get tomorrows predicted values. Then once tomorrow is reached, we use tomorrows forecast at 00Z to get the values of the day after tomorrow, and so on. The issue is that the flatten API…
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,…
I am doing the following query to the RDMS API: query='Variable.is=Consumption+Dataset.In.is=ECMWF.Ens Weekly Long Term&MaxResults=10000' result = requests.get('https://sprod1.rdms.refinitiv.com/api/v1/Metadata/Search?query='+query, headers=headers, verify=True) values = result.json() It returns other variables than…
Appreciate to help with Script for below Endpoint in Python R. GET' \ 'https://sprod1.rdms.refinitiv.com/api/v1/CurveValues/102436709?MinValueDate=2024-06-01'
How do I get the curve data without headers- for Python Scripts The data comes across as a json object but was wondering how to receive the data straight as a numpy array?
On RDMS API are there any limits for daily total calls, concurrent calls per second, or max calls on specific item
Hi All, I have data dictionary xml in my EmaConfig.xml as below. In the EmaConfig.xml <Dictionary> <Name value="Dictionary_2"/> <DictionaryType value="DictionaryType::FileDictionary"/> <RdmFieldDictionaryFileName value="./etc/RDMFieldDictionary"/> <EnumTypeDefFileName value="./etc/enumtype.def"/> </Dictionary> I'm having…
How Can I Register Multiple Proprietary Curves to RDMS?
Trying to preform an RDMS api call to the following url https://analyst.rdms.refinitiv.com/api/v1/Metadata/102488404 using the python urllib.request module
How can the data of the tags determine the type of instrument, whether the instrument is an ETF or a stock?
For a curve which consists of a set of overlapping forecasts, how can I return one timeseries that gives me not just the latest forecast values, but also the most recent past forecast values?
Is there a list of common error message responses when issuing an RDMS HTTP REST API call?
Why am I receiving a 204 error message response when issuing a REST API call?
In what format is data stored in RDMS?
How can I find out the information about the RDMS REST API and the available Endpoints ?
It looks like you're new here. Sign in or register to get started.