For a Tick History user, How can they access the data via Codebook

For a Tick History user, How can they access the data via Codebook

Best Answer

  • Jirapongse
    Jirapongse admin
    Answer ✓

    @MouyaHana.Soriano

    In Codebook, the client can use Eikon Data API, Refinitiv Data Platform Library, or Datastream Webservice to retrieve historical data.

    There are examples in the __Examples__ folder in Codebook that demonstrate how to get historical data.

    • Eikon Data API: EX_01_01_02__Eikon_Data_API__TimeSeries.ipynb
    • RDP: EX_01_02_03__Function__Historical_Pricing.ipynb
    • Datastream: EX_01_03_01__DataStream_Web_Service__Get_Data.ipynb

Answers

  • hi @MouyaHana.Soriano ,

    If you mean connect to Tick History data using Codebook, I am afraid the user cannot do that. (please correct me If I understand the question wrong)

    I tried to download the sample Python code from Refinitiv Tick History (RTH) - REST API and execute it using Codebook but got error 403 Forbidden, which means this connection is blocked by Codebook

    I'd suggest the user access the data on their Python environment, as Codebook isn't allowing some connection.