-
FX conversion rates
Is there a way to retrieve the FX conversion rates, specifically the ones used in the DIB parameters? We would need both PeriodEnd and PeriodAvg. If they can’t be pulled directly, could you share the methodology (if possible) so we can calculate PeriodAvg ourselves — and clarify whether these are official ECB exchange…
-
Why Are Rate Changes Sent as Refresh Messages on EMA for Low-Frequency RICs?
We are analyzing FX rate data by comparing what we receive from the EMA and SSL channels. During this process, we noticed a difference for some low-frequency RICs, which are updated only a few times a day. For example, for the RIC 'TRYTDR=CBTA': On the SSL channel, when the rate changes, we receive it as an Update…
-
Which exchange rate to choose?
I am interested in knowing the USD/INR exchange rate df=ld.get_history( universe=['INR=X'], start='2025-07-01', end='2025-07-07', interval='1D' ) Since, I was not sure which field to choose, i didnt specify any to check what all is available. I got the following: headers for the above code: BID ASK BID_HIGH_1 BID_LOW_1…
-
How to get spot currency historical_data from Refinitiv Workspace
this is my code: def get_historical_data(rics: list, start_datetime: str, end_datetime: str): """ Retrieve historical pricing data for a given ticker and time range. Args: rics (list): The list of RICs (e.g., ['AAPL.O', 'GOOG.O']) start_datetime (str): Start datetime in ISO format (e.g., '2023-04-07T15:14:25.165')…
-
How to verify If a RIC is Valid FX RIC ?
How to verify If a RIC is Valid FX RIC? I am specifically interested in FX. I am using RFA 8.2.3 C++ API.
-
Do you have API connection or RFS to stream live pricing for USDPHP EURUSD or any other pairs?
Do you have API connection or RFS to stream live pricing for USDPHP EURUSD or any other pairs?
-
FX Rates Datascope API specification request
Hi All, We would like to use DSS REST API to extract FX rates from Datascope Select I was provided this link: https://developers.lseg.com/en/api-catalog/datascope-select/datascope-select-rest-api It sounds I cannot connect here https://amers1.identity.ciam.refinitiv.net/auth/UI/Login How to get the API specification we…
-
Need some help in understanding how can we get the Tokyo 3pm rates of LSEG.
We are currently calling the Datascope EndOfDay template endpoint to get the London Market closure rates. We need to fetch the Tokyo 3pm rates instead. Can someone please help me understand which endpoint do we need to call for the same?
-
Intraday FX data from DataScope Select API
Hey everyone, I'm trying to retrieve tick-level FX traded price data from the REST API. However, the code I'm using (attached below) isn't returning any data. I’d really appreciate any help—thanks in advance! { "ExtractionRequest": { "@odata.type":…
-
IPA Financial Contracts for Fx Cross api - error responses
I am using the IPA Financial Contracts for Fx Cross api to resolve Fx prices. I have made the same request (see payload below) several times over a period of 2-3 hours. Sometimes I receive an error response, sometimes I get a successful response. The error response was: QPS-Pricer.8020:Market data: No Fx Spot Point…
-
How to enforce the same time-period when downloading FX and forwards?
Hi, I want to extract daily spot and forward FX data at the exact same time of the day. It seems that ek.get_timeseries is not using standardized time and I want to enforce that. I am using the code: ek.get_timeseries(RICs, fields, start_date, end_date, interval = "daily") However, for a simple example of "EUR=" and "JPY="…
-
How to get FX rates from DSS rest API using python? any prerequisites needs to be done from our a...
How to get FX rates from DSS rest API using python? any prerequisites needs to be done from our application?
-
EMA JAVA Connectivity with Using SCS relay
Hi Team Can you please help us connect EMA code with SCS relay Like going through documentation , i understood that ETA can be replaced with EMA by trading off little performance , but I am not able to find a suitable doc which will help connect EMA java code with SCS relay I want to stream prices and publish Market By…
-
Canadian Dollar Zero Coupon Yield Curve
I am trying to get data for the Canadian Dollar Zero Coupon Yield curve with OIS Discounting. I see that I can get data (for example getting the 1Y point) using the RIC "CAD1YZ=R". This however, does not use OIS discounting. I can also see that I can get data using OIS discounting, for example "CAD1YOIS=", but this is does…
-
Fx rate and Inverse Rate Marker in RDP
Hi there, When we retrieve FX rate using datascope API we get an output "Inverse Rate Marker" which tells us how that value is represented in proportionate to USD. e.g. * 1 USD = x Non USD * or 1 Non USD = x USD We have not been able to find "Inverse Rate Marker" or its equivalent value in output of RDP api's. API we are…