-
Can you please help me with python code for downloading Annual reports, 10k etc
Can you please help me with python code for downloading Annual reports, 10k etc for a particular company via Refinitiv API.
-
Refinitiv Filings GraphQL Next Page
Request: {…
-
Refinitiv RDP Filings: Getting Filings by Searching for Market Company Identifier
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:…
-
Filings GraphQL Issue
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…
-
How to get historical (Semi-) Annual Reports for ETFs?
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.
-
Im trying to fetch information of filings via api, but get nan values
hi, Im trying to fetch information of filings via api, but get nan valuescould you help me on the correct way to get filings data via python api?i mostly care about filing type, date and time could you help me on the correct way to get filings data via python api?i mostly care about filing type, date and time end_date =…
-
Downloading Corporate Filings as .txt Files via API
For a research project, I need to download a large number of corporate filings (annual reports, interim reports) in English for an entire country (e.g., all companies based in the UK). The time period starts from the year 2000. Using the Advanced Filings Search works, but it’s extremely slow, and since the documents are…
-
Is there any API endpoint for company filings?
we have a client request? Is there any API endpoint for company filings? How to use and how to access? #Currently I just found this API Playground Could you please check and provide more details on this
-
Retrieving annual reports using LSEG API
For a research project, I would like to download the annual reports for a large set of European firms over the period 2010-2023 (following a similar approach as in this article: Global Evolution of Environmental and Social Disclosure in Annual Reports - Lin - 2024 - Journal of Accounting Research - Wiley Online Library).…
-
Advanced filling
I am experiencing an issue with the Advanced Filings function in LSEG Workspace. I have added all the companies into my Monitor, but when I try to search or filter filings within the Monitor, the system shows “no data was return.” I would like to confirm whether this is due to a missing step on my side or if it may be a…
-
why its not working ?
import os, time, pandas as pd import refinitiv.data as rd from refinitiv.data.content import filings as rfil CSV_FILE_PATH = "/Users/prince/Downloads/nwsheet.csv" COMPANY_NAME_COLUMN = "Company Name" COMPANY_ID_COLUMN = "Identifier" # RICs like AAPL.OQ, RELI.NS, etc. DOWNLOAD_DIR = "/Users/prince/Downloads/x" START_YEAR,…
-
Bulk Download of BSE 500 Audit Reports via API
Dear All, I am writing to seek your assistance in downloading Audit Reports for BSE 500 companies covering the last five years using the Eikon / Workspace API. I have attempted multiple times to set up and use the Python API (via the Refinitiv Data Library and Eikon Data API) on my local system, but I have not been…
-
Question on Using File DCNs to Retrieve Metadata Programmatically
May I ask how to use file DCNs to programmatically retrieve the corresponding metadata for those files — specifically fields such as document date, RIC, and report type? Is there any sample code or recommended approach for accessing this information? Thank you in advance for your guidance.
-
LSEG Workspace and Filings Download
Hi, I have an LSEG Workspace account, and for research purposes, I’m trying to download company filings using Python, either through a library or via the API. I’ve tried two methods so far: Using the RDP API through the /data-store/v1/graphql endpoint. Even when running the examples provided in the API Playground, I…
-
How to download documents from Research Filings?
Hello team, raising this query on behalf of client Llohann Dallagnol Speranca I have gotten a handful of URLs though the "TR.CSRReporting.esgsourceurl" field. However, most of the recent ones are files in http://filings.research.refinitiv.com. I would like to be able to download those reports as well. How can I do that?…