-
Item list configuration details
Hello team, We are expecting market feed using RFA C++ 8.2 api, by configuring itemList parameter (RIC) as CAD= Is it possible that, if I configure CAD=<XYZ>, where XYZ is short name for contributor, I will get market feed from only XYZ contributor. If my understanding is correct, can I have multiple contributors…
-
Bid and ask prices, total bid and ask amounts
1)I am preparing to calculate the average spread of a certain currency pair. I need to query the historical and current latest bid and ask prices for this currency pair. Which API should I call? What will be the request input and the response return? 2)I need to query the total buy and sell amounts of a certain currency…
-
Exchange Rate Trend Indicator Inquiry
I would like the ability to predict the exchange rate trend of a currency pair over a future period, such as whether it will rise, fall, or consolidate. I understand that Refinitiv can provide data such as the FX Valuation Model, News Analytics, or Market Psychology Indicators. Are there any corresponding help documents?
-
Which interface can I use to subscribe to the OHLCV information of a specific currency pair?
I would like to subscribe to the OHLCV information of a certain currency pair (such as USDCNY, EURCNY, EURUSD, etc.) at an interval of 1 minute. I would like your system to push the corresponding information to my system every 1 minute. Could you please tell me which interface I can use?
-
How can I pull Daily FX rate data from the RDP Python Library?
Hi, I have used the historical_pricing API on here, but is there a way to use RDP to pull out Daily FX rates?
-
Regarding update and subsequent messages in DIRECT_FEED subscription from RFA 8.2 for C++
Hello, We are subscribed to multiple currencies using direct feed and we ask rate, bid rate and contributor name for same. When first time data is received for currency all the fields are received and updated fields in subsequent update messages for the same currency(We are using streaming way of getting feed using RSSL…
-
Regarding update and subsequent messages in DIRECT_FEED subscription from RFA 8.2 for C++
Hello, We are subscribed to multiple currencies using direct feed and we ask rate, bid rate and contributor name for same. When first time data is received for currency all the fields are received and updated fields in subsequent update messages for the same currency(We are using streaming way of getting feed using RSSL…
-
Sample code not returning data
I am testing this sample code in order to get data, but the dataframe returned is empty My college is getting data with this same code, so Im assuming its something related to configuration
-
I would like to ask info about the timestamp of EURHUF data from the Refinitiv python package.
Raising it on client behalf I would like to ask info about the timestamp of EURHUF data from the Refinitiv python package. How do I know if it is my time (Budapest, right now UCT+1). Please explain how to get the data to match my perception, I can't fix my mismatch 388.4 2025-10-28 12:35:43 EURHUF= BID ASK Timestamp…
-
client informed their program connects to Refinitiv successfully but cannot get FX rate
client informed their program (CORERFA.exe) connects to Refinitiv successfully but cannot get FX rate/swap point. Error message is “Source unavailable… will recover when source is up” The error message is provided by RFA API. Would you help check if FX rate/swap point is available on Refinitiv server?
-
EUR Ratings based curves validity
Hi, I need EUR sovereign, ratings based curves history and I found the following, for example for 2Y tenor: EUSOVAAAEUR2Y,EUSOVAEUR2Y, EUSOVBBEUR2Y,EUSOVBEUR2Y. How reliable are these curves? What data cleaning steps do you recommend? I will calculate their VaR so to winsor the percentiles wont work. My another question…
-
Extracting historical market data for the following RIC using Python (ZARONZ=R & ZARONIA=RBMN)
I am trying to extract historical market data on the following RIC: ZARONZ=R & ZARONIA=RBMN. For ZARONZ=R what field can I use as I have tried using the following formula but it's not working: df_close = rd.get_history(universe=['ZARONZ=R'], fields=['TR.CF_CLOSE(Frq=D,SDate=2025-07-24,EDate=2025-09-25)']) For ZARONIA=RBMN,…
-
RawExtractionResults return outdated rate for KPWUSD
The RawExtractionResults service is returning an outdated exchange rate for KPWUSD
-
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…