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
Question: Exchange->Refinitiv (Direct Feed or RTDS)->Consumer Consumer receives a real-time Refinitiv Domain Model: MarketPrice and MarketByPrice This exchange for Refinitiv immediately broadcasts real time in the form of Refinitiv Domain Model or it broadcasts in its format Level 1 and Level 2. Or does the Refinitiv…
Hi, Please can you confirm where we can access the RTDS REST API documentation? We are struggling to find any documentation related to this (apart from a YouTube video https://www.youtube.com/watch?v=p2gm3qQDgIc) – having checked the client portal, the academy and the developer area, we simply are unable to find the guide.…
When calling RIC AULZ2 in the IDS restful interface I get back results like: "TRDPRC_1": "144 10/32", "ASK": "144 11/32", "BID": "144 9/32", "PRIMACT_1": "144 10/32" When calling though our ADS service I get back results like: "TRDPRC_1": "144.09375", "ASK": "144.125", "BID": "144.09375", "PRIMACT_1": "144.09375" Most RICS…
It looks like you're new here. Sign in or register to get started.