is there a Swagger documentation for the Eikon API? I checked for related questions but it appears we don't have one for Eikon. Kindly advise. Thanks.
New posts are disabled while we improve the user experience.
You can browse the site, or for urgent issues, raise a query at MyAccount.
is there a Swagger documentation for the Eikon API? I checked for related questions but it appears we don't have one for Eikon. Kindly advise. Thanks.
Hello @MarkJoseph.Canada,
There is no swagger documentation for the EDAPI. This API is not restful and mainly contains 4 data API calls with a lot of parameters.
Best means to retrieve the data programmatically from the Eikon/Workspace is through the use of LSEG data libraries. These are convenient to use and are bundled with a lot of examples. Ensure that you use the desktop session for a connection to Eikon/WS.
Hi @MarkJoseph.Canada ,
Here's more resources related to LSEG Data library
(Some articles here is still using the refinitiv.data library, it’ll be updated to lseg.data library soon. However, the functions of them are kind of similar so you could just change the library that you’re importing and it will works with the LSEG data library one.