question

Upvotes
Accepted
3 0 0 2

can one access background information pages from Refinitiv Data Platform?

hello,

Is it possible to access background information pages such as RUB/BKGDINFO from the Python based Refinitiv Data Platform package?

If so, how?

thanks in advance.

Gabriel

pythonrefinitiv-data-platform
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
Accepted
21.8k 57 14 21

You can subscribe and get data from RRT Optimized using websockets and Python. There is no released RESTful endpoint in Refinitiv Data Platform which provides this information.

RECEIVED on session1:
[
  {
    "Fields":{
      "CONTEXT_ID":2704,
      "CTB_ID":null,
      "DDS_DSO_ID":12338,
      "DELBY_DT":null,
      "PRE_16T032":null,
      "PRE_16T033":null,
      "PRE_16T034":null,
      "PRE_16T035":null,
      "PROD_PERM":3245,
      "RCS_AS_CL2":null,
      "RDNDISPLAY":151,
      "RECORDTYPE":226,
      "ROW80_1":"RUSSIAN ROUBLE BACKGROUND INFORMATION PAGE                          RUB/BKGDINFO",
      "ROW80_10":"Decimal Precision.....................4  Period...........................1Y-10Y",
      "ROW80_11":"                                         Delimiter.............................=",
      "ROW80_12":"=FOREX FORWARDS========================                                         ",
      "ROW80_13":"Scaling Factor........................4  Annual Money,.Act/Act vs 1W RUB Keyrate",
      "ROW80_14":"(i.e. scaled up by 4 decimal places)     Currency............................RUB",
      "ROW80_15":"                                         Fixed Rate...........................QM",
      "ROW80_16":"=DEPOSITS==============================  Floating Rate............1W RUB Keyrate",
      "ROW80_17":"Days to Deposit.......................1  Period...........................3M-10Y",
      "ROW80_18":"                                                                                ",
      "ROW80_19":"=GENERAL===============================  =Currency Controls=====================",
      "ROW80_2":"The below outlines key Russian Rouble information in                            ",
      "ROW80_20":"Domestic Days Basis.............Act/Act  Pegged...............................NO",
      "ROW80_21":"Euro Area Days Basis................360  Deliverable.................NO <NDF/12>",
      "ROW80_22":"                                                                                ",
      "ROW80_23":"================================================================================",
      "ROW80_24":"Main Index <REFINITIV>         Money Index <MONEY>   RUR Money Index<RUB/1>     ",
      "ROW80_25":"Lost? Selective Access?..<USER/HELP> Refinitiv Phone Support..<PHONE/HELP>      ",
      "ROW80_3":"accordance with generally accepted rules in the Foreign Exchange & Money markets",
      "ROW80_4":"                                                                                ",
      "ROW80_5":"=FOREX SPOT============================  =SWAP BASIS============================",
      "ROW80_6":"Days to Today.........................0  Annual Money,....Act/Act vs 3M MOSPRIME",
      "ROW80_7":"Days to Tomorrow......................1  Currency............................RUB",
      "ROW80_8":"Days to Spot..........................1  Fixed Rate...........................AM",
      "ROW80_9":"Reciprocal (Inverse to USD)..........NO  Floating Rate...............3M MOSPRIME",
      "SPS_SP_RIC":".[SPSDC5"
    },
    "ID":2,
    "Key":{
      "Name":"RUB/BKGDINFO",
      "Service":"ELEKTRON_DD"
    },
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.

How does this work exactly?

Do you have more detail?

Thanks

Upvotes
21.8k 57 14 21

If you have credentials to the Refinitiv Real Time Optimized in cloud, then use the Service Discovery example from github or better follow the quickstart guide here. Use additional command line argument:

--ric "RUB/BKGDINFO"

to get data for your instrument.

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.

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.