Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 2 2 2

EDP functions on EIKON DATA API at the same time.

Hi,

Is there a way to call EDP functions, such as the volatility surface with the EIKON Data API?

The issue that I have is that when I try to use EDP it closes my terminal, unabling me to get data from the Eikon Data API.

I would like to know if there is a way around it.


Thanks!

Pedro Alexandre

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apirdp-api
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.

@Pedro.Alexandre

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

Upvotes
Accepted
22k 58 14 21

RDP library has content layer for some key objects, but all other endpoints are available through the delivery layer. See the example on how to use delivery layer - https://github.com/Refinitiv-API-Samples/Example.RDPLibrary.Python/blob/master/3.1.0%20-%20Delivery%20-%20EndPoint-QuantitativAnalytics-FinancialContracts.ipynb


PS: EDP is renamed to RDP now.

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.

Upvote
22k 58 14 21

Yes, there should be no issues with using Eikon Data API and invoking RDP functions in the same program. You could try using the new RDP library and create a desktop and platform session.

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
1 2 2 2

Hi @Gurpreet.,

Thanks for your response, but I'm not finding any way to get the following.


With EDP, I'm able to get the:

 {
             "universe":
                 [
                     {
                     "surfaceTag" : "tt",
                     "underlyingType":"Eti",
                     "underlyingDefinition":
                         {
                         "instrumentCode": "TSLA.O",
                         },
                     "surfaceParameters":
                         {
                         "priceSide":"Mid",
                         "volatilityModel":"SVI",
                         "xAxis":"Date",
                         "yAxis":"Strike"
                         },
                     "surfaceLayout":
                         {
                         "format":"Matrix",
                         }
                 }
            ]
    }

sending it to the URL "https://api.refinitiv.com/data/quantitative-analytics-curves-and-surfaces/v1/surfaces" with the proper token.

the issue is that it kills the Eikon Seccion, unbolting me to continue using the EIKON Data API.

Looking at the RDP, I didn't find anything similar to this EDP HTTP request.

Is there any RDP example like this? Is it all the EDP functions available on RDP?

Thanks!

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
1 2 2 2

Perfect!!

Thanks!

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.