question

Upvotes
64 3 9 11

How could I access Libre rate and centre bank rate from API

How could I access Libre rate and centre bank rate from HTTP request or API

tick-history-rest-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question. Thanks, AHS

The content query case is closed. Last correspondence 31 Jul 2017.

Case 05571779

Status Closed

Response Time 8/7/2017 5:30 PM

Symptom: How To Use

Diagnosis: Content Not Available

Upvotes
64 3 9 11

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

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
32.2k 40 11 20

Hi @bin,

A TRTH V2 request tested and working in Postman should work as the exact same request from Java.

Which request is not working for you?

I just tried

GBP1MFSR=

ExtractRaw->

TickHistoryTimeAndSalesExtractionRequest tutorial request

{
  "ExtractionRequest": {
    "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TickHistoryTimeAndSalesExtractionRequest",
    "ContentFieldNames": [
      "Trade - Price",
      "Trade - Volume",
      "Trade - Exchange Time"
    ],
    "IdentifierList": {
      "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",  
      "InstrumentIdentifiers": [{
        "Identifier": "GBP1MFSR=",
        "IdentifierType": "Ric"
      }]
    },
    "Condition": {
      "MessageTimeStampIn": "GmtUtc",
      "ApplyCorrectionsAndCancellations": false,
      "ReportDateRangeType": "Range",
      "QueryStartDate": "2016-09-29T00:00:00.000Z",
      "QueryEndDate": "2016-09-29T12:00:00.000Z",
      "DisplaySourceRIC": true
    }
  }
}

It returned data for me

#RIC,Domain,Date-Time,Type,Price,Volume,Exch Time
GBP1MFSR=,Market Price,2016-09-29T10:45:28.312680029Z,Trade,0.26625,,
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
64 3 9 11

Why cannot use end of day to access it? When I try end of day last price I got null

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@bin,

I referred this question to the content team,

Please give them a bit of time to get back on this

Upvotes
64 3 9 11

Why cannot use end of day to access it? When I try end of day last price I got null @zoya.farberov

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
64 3 9 11

@zoya.farberov

Why cannot use end of day to access it? When I try end of day last price I got null

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi @bin ,

I have contacted TR content team to confirm, and will update with their response

Hello @zoya.farberov, any updates on this one?

Hello @bin ,

Please provide the list of fields you are requesting on EOD request?

Are the on the list of available fields from EOD request?

Thanks

@bin, I'm unsure whether you have provided information requested by Zoya yet.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.