Scheduled Runs in Codebook

Options
hps
hps Newcomer

Is it possible to schedule runs at specific times in codebook? Alternatively, can I access get_data in refinitiv.data.eikon outside of codebook or is that only possible within notebook? With get_data I get exactly the data I need from within notebook, now I am looking for a way to schedule this process, either within codebook or outside of codebook, should the data be also accessible there.

Answers

  • Hello @hps

    Codebook does not allow any scheduling. You can use LD library for Python and run your own Jupyter notebooks or Python code on the local machine while the user is logged into the LSEG Workspace desktop. You might be able to set scheduled execution of these programs using the OS provided scheduling tasks.

    Please note that LD Python library supersedes the legacy Eikon data API and should be used going forward.

  • hps
    hps Newcomer

    Thank you for quick answer, appreciate it. Will make sure to use LD Python going forward and will try out your proposed solution.