The most recent content from our members.
Hello, I have a loop to evaluate OTC Equity options via the end point: "https://eu-west-1-api.refinitiv.com/data/quantitative-analytics/v1/financial-contracts" and also tried: "https://api.refinitiv.com/data/quantitative-analytics/v1/financial-contracts" but am getting the error either way. I am passing 90 options at a…
Hello, I am using python script to calculate evaluations of OTC Equity options via RDP and the parameter volatility_type='SVISurface' works well for most cases. I noticed that for OTC Equity Options with Dow Jones Index as underlying (<.DJI>) the volatility (vol) returned is the same regardless of maturity and/or strike…
All, The option premium <marketValueInDealCcy> shows empty <NA>. The premium should be around ~$327. Please see below script. Can you please let me know what is wrong? Many Thanks, session.open() rd.session.set_default(session) response = option.Definition( underlying_type=option.UnderlyingType.ETI, underlying_definition =…
Hello, What is the proper URL for contracts' properties? I am looking at the following URL for Equity Options: https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-platform-apis/documentation#ipa-financial-contracts-option-contracts-eti but the property names found in the URL under <Pricing…
Hi, I'm using TRTH api with this url https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/EquitySearch with this body requestBody = { "SearchRequest": { "ExchangeCodes": ["NYS", "ARC", "ASE", "NAQ"], "PreferredIdentifierType": "Ric" } } and everything is working fine, but how can I get only Equities, Indexes, ETFs and…
It looks like you're new here. Sign in or register to get started.