Hi,
I am trying to get the values for the FX forward rates with:
GET https://api.refinitiv.com/user-framework/mobile/fx-service/v1/fx/forwards/rates/{ric}
I have tried different RICs (0#EURF=, EURF=, 0#EURGBPF=, EUR1M=, etc.) unsuccessfully. Is it possible to use chain RICs?
Then, I tried a similar link without RIC:
GET https://api.refinitiv.com/user-framework/mobile/fx-service/v1/healthcheck
Also without success, the error message is "Failed to fetch".
Other get requests work fine, such as:
GET https://api.refinitiv.com/data/analytics/benchmark/v1/metadata/venues
Any help would be appreciated. Kind regards.