-
S&P500 constituents RDP
Which RDP endpoint can I use for either: get the s&p500 index constituents tell if a RIC is an s&p500 constituent get the list of indexes of which a RIC is constituent?
-
What is the reason for this and how I can I get the correct values using the API?
I want to extract aggregated ownership data for companies using the Python API. Therefore, I request the variabe TR.CategoryOwnershipPct in combination with the Parameter 'StatType': '7'. This approach works for non-UK companies as Apple or Volkswagen. When applying it to companies in the UK as LSEG.L (see screenshots) or…
-
I tried requesting the data using lseg.data, but I am still unable to retrieve it for certain identi
I tried requesting the data using lseg.data, but I am still unable to retrieve it for certain identifiers. Attached, you will find my test script along with its output. As you can see, the issue persists for the following months: ✅ TFMBMFVJ5^2 1349 2019-12-31 2025-03-28 ❌ TFMBMFVK5^2 Unable to resolve all requested…
-
MBP and MBO domains in RTO
Hi, my client (BofA) is using RTO (machine id: GE-JCK2D3OLJIFE) and currently is able to extract pricing data (MMT_MARKET_PRICE ) for e.g. RIC </MTL.L> but once changing domain_type to MMT_MARKET_BY_PRICE or MMT_MARKET_BY_ORDER then he gets a status message with state set to: "Closed / Suspect / Not found / '**F2: Not In…
-
About Python API Query
Hello I want to export all option contract information of the future CTZ6. I actually see two maturities related. However I use the below codes to extract I can only have one code exported. ld.get_data('0#1CTZ6+', fields= ['PUTCALLIND', 'STRIKE_PRC', 'CF_BID', 'CF_ASK', 'CF_CLOSE', 'IMP_VOLT', 'CF_VOLUME','EXPIR_DATE'])
-
i'm real time data via Python API, and get lots of fields. How can I get the exact meaning
start = time.time() mixed = rd.content.pricing.Definition( ['LLY.N','JPM.N','ZVIA.K','JBSS.O','AA', 'BIOb'], ).get_stream() mixed.open() snapshot = mixed.get_snapshot() end = time.time() print(f"Execution time: {end - start:.4f} seconds") it has 400 columns, and how can i search for the exact meaning of each column?
-
Client would like to retrieve all delisted RICs under US96209A4013
-
Multiple Fields Result, how to get the meaning of each field?
start = time.time() mixed = rd.content.pricing.Definition( ['LLY.N','JPM.N','ZVIA.K','JBSS.O','AA', 'BIOb'], ).get_stream() mixed.open() snapshot = mixed.get_snapshot() end = time.time() print(f"Execution time: {end - start:.4f} seconds") it has 400 columns, and how can i search for the exact meaning of each column?
-
How to use python API to fetch brent options put & call volume data?
-
lseg.data Python — Best practice for fetching London 00:00 baseline for OTC FX RICs
I'm building an FX Cross-Currency Basis (CIP) dashboard in CodeBook using the lseg.data Python library. The dashboard needs to anchor a "Net Change since London 00:00" calculation across ~50 OTC RICs. What's working I've found that lseg.data.content.historical_pricing.summaries.Definition() works beautifully for OTC FX…
-
I have a question about how to effectively pull emaxx bond holdings information if one has a list of
I verified with one bond we have access to EMAXX and the EMAXXOWN function My question is if e.g. I have a particular bond, say US459200KH39, how I can use the API to programmatically pull the bond investor information and how I can override the API call to also set information to a specific snapshot data as opposed to the…
-
Supply chain API fields, score definitions, historical data availability, and metadata coverage.
1. Supply chain field names and missing rows In my pipeline I am querying each company using `TR.SCRelationship`, `TR.SCRelationship.ScorgIDOut`, `TR.SCRelationshipUpdateDate`, `TR.SCRelationshipConfidenceScore`, and `TR.SCRelationshipFreshnessScore`. The problem is that for many large, well-known listed companies I…
-
Historical Implied Volatility Surface - EIKON API or RDP
Hello, I would like to pull IV timeseries as a function of moneyness using some Python API package like eikon or RDP.
-
Would it be possible to have a python formula/code to extract all this information available in the
Would it be possible to have a python formula/code to extract all this information available in the ECOP application in Workspace.
-
Refinitiv REST API end-point
I'm using Refinitiv REST API end-point to verify Single Stock Futures RICs. The following Equity Future Spread RICs are valid when using Refinitiv Workspace but are not available when using REST API end-point, please investigate why is it. Sample list of RICs: LESK6-M6:KE HDEK6-M6:KE SMEK6-N6:KE DWIK6-M6:KE PNTK6-M6:KE…