-
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…
-
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…