...nd Trth API 2
how could I access libre rate and centre bank rate. e.g. GBBASE= ,GBP1MFSR= from the Java code and Trth API 2
Hi @bin and all,
This is the response from TR content team:
The RIC GBBASE= shows central bank rate and do not updateregularly as they update only when there is a rate change from the CentralBank. And there is no specific pattern for the rates change.
It is the rate which UK commercial banks charge their mostcredit-worthy customers. The rates on the RIC are updated whenever the Bank ofEngland amends the rates.
Please find the below fields that are updated for the RIC<GBBASE=>
FID 15 CURRENCYFID 22 BIDFID 23 BID_1FID 24 BID_2FID 393 PRIMACT_1FID 394 PRIMACT_2FID 395 PRIMACT_3FID 875 VALUE_DT1FID 876 VALUE_DT2FID 877 VALUE_DT3FID 1275 GN_TXT32_1
I tried
@{"ExtractionRequest":{"@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.ElektronTimeseriesExtractionRequest","ContentFieldNames":["Trade Date","Last"],"IdentifierList":{"@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList","InstrumentIdentifiers":[{"Identifier":"GBBASE=","IdentifierType":"Ric"}],"ValidationOptions":{"AllowHistoricalInstruments":true},"UseUserPreferencesForValidationOptions":false},"Condition":{"StartDate":"2010-08-29T00:00:00.000Z","EndDate":"2016-09-29T23:59:59.999Z"}}}
But it looks no data reply. Could you provide some helps?