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,…
Hi, We are retrieving curve data from RDMS Rest API (v1/v1/CurveValuesBatch resource). When requesting a text/csv return, the date format (Forecast Date, ValueDate) is in American format: Is there a way to request another date format directly from the API with a csv response? (for e.g: DD.MM.YYYY 00:00:00) Thanks a lot,
Currently we are using RMDS servers and old rfa api. Now we are upgrading to EMA-API using same RMDS servers. which gives ItemOverflowEvent issue for snapshot request. Same request are working fine with old API. Can you please guide us what we are missing ? we have provided host and port information in EMA-config file……
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'
Using RDMS API CurveValues Endpoint and need to convert €/Mwh to €/kwh (multiplied by 1000) Appreciate to help with script. example curve ID 112790485
Does the current REST Interface for RTDS components support https? In the documentation, for example in REFINITIV REAL-TIME CONNECTOR SYSTEM ADMINISTRATION MANUAL, the REST Interface only shows http. Does it support any authentication? Thank you.
这段代码我想触发item之后,直接返回一个结果,该如何改造?
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
It looks like you're new here. Sign in or register to get started.