Thank you
Hello @hugh.nguyen,
Once you have identified the exact query you will need, using the above process, please refer to Eikon Data API Quickstart and EDAPI Python Tutorials on how to put the query into Python code, and run it from Python.
I am glad to discuss how I would approach this and similar requirements.
The quick approach is to use Screener tool. It is available from:
Eikon Excel -> Thomson Reuters-> choose a cell->Screener
In the tool, select
once we "Insert Screen" and the content loads, we should have the expression to use within get_data method, to get this specific result.
Chances are, that the first result will not be entirely satisfactory. Using Screener tool we will be able to, iteratively:
For example, once we see the dates of the issues returned, we may wish to adjust the filter "Issue Date" to only include the last issue
If we are not able to identify the required content, the next best step is to contact Refinitiv Content Helpdesk, specifying Eikon as product, so Eikon content experts can help identify the required content.
@zoya faberov thank you very much but I am interested in know how to do it using Python, not Excel.