The most recent content from our members.
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?
It looks like you're new here. Sign in or register to get started.