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
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.…
It looks like you're new here. Sign in or register to get started.