-
Refinitiv Workspace doesn't work with this error page.
I just downloaded it and tried to launch, but it doesn't work with this page. What am I supposed to do to solve this matter? if there is department in Korea, please let them know my e-mail address to contact with them. lee.cheolhoon@sajo.co.kr
-
rate limit when requesting history via the LSEG Data Library
I gather that when requesting historical pricing, every stock is being requested individually, even when requesting one date, is that correct? E.g. if I just ask for Russell 3000 stocks since the start of June, I'm making 3,000 separate requests? That at least seems to be what is happening from debug logs. I ask partly…
-
What is the code to gather all analyst EPS estimates?
Query: Good afternoon. I am trying to use the API with Python to gather all analyst EPS estimates, including ones that were subsequently revised, for AAPL in 1FQ2019. I am not sure if I have errors in my code or if I do not have access to the necessary data. Raising this on behalf of the client. We built the formula =@RDP…
-
Data contribution issue
From : siamak.delavari@tdsecurities .com Hi, I am contacting from TD Securities, I had some discussion with Douglas Walker as we are trying to submit a test pricing through (ADS/ADH) service via Refinitiv setup RIC: CA01921I=TEST and the SERVICE= REUTERS I was told by Douglas to use this portal for any issue(s) and he also…
-
ADS is crashing when we stop our internal app which built with RFA JAVA Edition 8.1.0.L1.all.rrg
Dear Team, We recently migrated the ADS POP server from ADS 3.5 installed on OS RHEL 7.9, bare metal server, to ADS 3.8.1 installed on OS RHEL 8.9, virtual machine. we have encountered a concerning issue after the ADS POP migration, that whenever we stop our internal application built with RFA JAVA Edition…
-
download filings using ADVFIL on workspace
I am trying to download filings using ADVFIL on workspace. I am searching all annual filings that contain a specific phrase (f.ex. "circular economy") during a given period (f.ex. "1 MArch to 31 MArch 2020"). The problem is that when I try to download all filings the download crashes after a while. I tried to download…
-
where do I get the latest dacs_lib.h and libdacs.a files
where do I get the latest dacs_lib.h and libdacs.a files I downloaded Real-Time-SDK-2.3.0.L2.linux.zip and it is not in that.
-
Pip install lseg-data gives error
When installing the lseg-data package on pip I get this error: Collecting numpy~=1.11 (from lseg-data) Using cached https://artifacts.jpmchase.net/artifactory/api/pypi/pypi/packages/numpy/1.26.4/numpy-1.26.4.tar.gz (15.8 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Installing…
-
Download 10-K filings and time of receipt with Filings API
Hi, I had a question on using the Filings API (described here: https://developers.lseg.com/en/article-catalog/article/introduction-to-filings---python) : Is it possible to download both the document and its metadata at the same time? I need to download the 10-K filings for multiple companies and also need the exact time…
-
Jupyter notebook on Codebook
Hi Dev Team, I would like to receive an updated Jupyter notebook on Codebook for bonds whereby I can extract the historical price and yield with the associate events. Thank you for your assistance.
-
Issuer with Calendar services
Dear Developers community i'm facing an issue with calendar service (https://api.refinitiv.com/data/quantitative-analytics-dates-and-calendars/v1/calendars). Indeed, when i extract the calendars List available, i get 'USER_CLDR_1' in the list returned using API.
-
Python script to download filings
Hi I would like to download all filings in the category "annual" that contain a given term. I can search for that on LSEG/Refinitiv workspace and I can also download files there but the dowenloads typically crash and cannot be resumed (very annoying). The helpdesk has not been able to help. One idea is to use a Python…
-
Access to Portfolio - Error
Hello, I am trying to access through Codebook a portfolio I created but am failing. I am not even sure whether I can access any portfolio at all. Could you help me with this problem ? I have already made sure that the ID given is spelled correctly. Thank you, Garance
-
Python platform session error
I got en error from python as "Error!!! Can't initialize a PlatformSession without Refinitiv Data Platform Grant (grant user and password) and Deployed Platform host" how can I use my APPKEY in python to get real time data.
-
issue with query
Hello. I was hoping someone would know the answer to this one. I am running the following query: response = ld.get_history(start = min_date, universe= security, end = max_date, fields= price_fields, adjustments = adjustment_factor,) It seems to work for the companies in my sample, but I get an error regarding the following…