A subcategory for the Client File Store (CFS) API for TM3, ESG, Symbology, etc.
Where do I access my API token
From the Playground, I am able to see these 2 sample queries. I have a few questions: Is there are way to combine the 2 queries such I am able to use Legal Entity Identifiers/RIC/etc. to immediately get the filings? Or do we require a 2 step query? 2. How do I know/obtain the list of available identifierTypeName:…
Request/Query: { "query": "query AppleFilingsExistingSchemaOnly {\n FinancialFiling(\n filter: {\n FilingDocument: {\n Identifiers: {\n Cik: { EQ: \"0000320193\" }\n }\n }\n }\n limit: 5\n ) {\n ObjectId\n _metadata {\n identifier\n totalCount\n }\n FilingDocument {\n DocId\n FinancialFilingId\n Identifiers {\n Dcn\n }\n…
Hi! I’ve been working on a Python script to download some 10-K filings by using workspace, but this error message appeared: [DiscoverySearch] Sending body_parameters: {'json': {'View': 'equityQuote', 'Query': 'AAPL.OQ', 'Top': 3}} [DiscoverySearch] Library recorded body_parameters: {'json': {'View': 'equityQuote', 'Query':…
I have a question regarding the API being used by the lseg-data library. Is it the LSEG Data Platform APIs or the Refiinitv Data Platform APIs that is being used in the background? If it is the LSEG Data Platform APIs, could you provide me with the documentation for it? I see documentation for Refinitiv Data Platform APIs…
Hello, I need your support ! I've been collecting expired OPRA call option premiums from 2025 to 2010. But Prior to February 2010, U.S. listed options used the legacy OPRA 5‑character symbology. Would someone know how to request data knowing that I'm using the Excel add-in with RDP.HistoricalPricing and get_history…
Hello, It seems fund data points such as 'TR.FundCompany' or 'TR.FundType' or 'TR.Fund1YearPerf' are not pulling in through Python (I use Jupyter Notebook). Here is an example code: import lseg.data as ld ld.open_session() df = ld.get_data(universe = ['LP65011527'], fields = […
Hi Team, I am looking for guidance on how to get started with the Refinitiv Data Platform (RDP) and need clarity on several topics related to account setup, access, learning resources, and integration options. I currently have an active LSEG Workspace account, and I would like clarification on the following: 1. Account…
Hello. I am trying to access api.ppe.lseg.com to generate an appkey for our python scripts that currently download marketdata only from PROD. But as part of the LMP migration the PPE env needs to connect to api.ppe.lseg.com and I am trying to use either adrian.bujor.ppe@lseg.com or adrian.bujor.rdp.ppe@lseg.com to generate…
Hey, i am trying to find historical filings of etfs or their parent companies, no luck in the advanced filing section, anyone aware of any options? The overviews only show the latest documents.
It looks like you're new here. Sign in or register to get started.