how could I access libre rate and centre bank rate. e.g. GBBASE= ,GBP1MFSR= from the Java code a...

bin
bin Explorer

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

Best Answer

  • zoya faberov
    zoya faberov ✭✭✭✭✭
    Answer ✓

    Hi @bin and all,

    This is the response from TR content team:

    The RIC GBBASE= shows central bank rate and do not update
    regularly as they update only when there is a rate change from the Central
    Bank. And there is no specific pattern for the rates change.

    It is the rate which UK commercial banks charge their most
    credit-worthy customers. The rates on the RIC are updated whenever the Bank of
    England amends the rates.

    Please find the below fields that are updated for the RIC
    <GBBASE=>

    FID 15 CURRENCY
    FID 22 BID
    FID 23 BID_1
    FID 24 BID_2
    FID 393 PRIMACT_1
    FID 394 PRIMACT_2
    FID 395 PRIMACT_3
    FID 875 VALUE_DT1
    FID 876 VALUE_DT2
    FID 877 VALUE_DT3
    FID 1275 GN_TXT32_1

Answers

  • bin
    bin Explorer

    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?