-
I started having this issue recently
I started having this issue recently, and I do not know why. price_df = ld.get_data( universe=ric_list, fields=['TR.PriceClose.Date', 'TR.PriceClose'], parameters={ 'SDate': '2010-01-01', 'EDate': '2025-01-01', } ) LDError: 'dict' object has no attribute 'url'. I am also having trouble to start a new session (it normally…
-
DSS Rest API - Triggered extraction
Hi team, Would it be possible to do an API extraction and utilise the feature in the GUI to trigger the extraction when the data is available? see the screenshot below. Ali
-
Template Integrated Specification Document (ISD)
Hello, Would there be a template Integrated Specification Document (ISD)? We are in the process of designing and building an integration beteen World Check One API and our HR system. A template ISD would help us get all the requirement ISD elements in there. Thank you!
-
Is it possible to use cell referencing on Python / codebook?
hello, Is it possible to use cell referencing using Python / Codebook? Please see attached Excel file for reference In addition, how can we display the dates? In added the parameter 'RH': 'Date' but still did not display the dates import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['AAPL.O'], fields…
-
How can I retrieve financial data from a list of bond ISINs?
Hi, I've been trying out to retrieve some financial data for a quite while. I've had several problems, then solutions that unfortunately only created more problems (or at least sometimes/often). I tried to write right below what I was trying to achieve. Any help is appreciated, thanks in advance! :) Brief description of…
-
How can I get the BloombergUI.xla Excel Add-in back?
Following the recent Workspace upgrade, one of our workbooks no longer pulls in price data. Looking at the VBA Project References I can see that BloombergUI.xla no longer exists (C:\blp\API\Office Tools\BloombergUI.xla). This has been discussed under FMC Request 28-062025226 and we were advised to reach out here for help…
-
THE CODEBOOK NO LONGER WORKS
Through the CODEBOOK, we were able to download the FILING REPORT of the companies using Python. However, CODEBOOK no longer works now. It appears the following error AAA ID: GEDTC-904487 What can we do?
-
While searching for some entity like 1-800 Contacts, Inc. It doesn't let me land to the entity page
While searching for some entity like 1-800 Contacts, Inc. It doesn't let me land to the entity's page, having all the information about the entity including permId, LEI, country, industry etc. Initially it was working fine, but now there are an undefined issues happening. Can anyone guide me on this please?
-
How can I recover my machine ID credential because I lost my Welcome email containing the Machine ID
Hi, Whom do I connect with or how do I recover my machine ID? I already have an account with LSEG but I lost the Welcome email that contains the machine ID.
-
end-to-end Mutual TLS (mTLS) for authenticating DSS API consumers
I am writing to discuss an important security related matter to our integration with DSS APIs. Previously, We have been informed that DSS is not currently using end-to-end Mutual TLS (mTLS) for authenticating API consumers. While we understand the operational considerations, our security team has raised this as a…
-
Data classification of pricing data shared on API response
based on the pricing data that will be requested, can you provide the classification of data shared as response (public, internal, confidential, secret) ? Based on the data classification, we have security approval to be attained. can you respond urgently ?
-
Websocket connection to ADS
I am trying to connect to Refinitiv Real-Time Distribution System to extract time-series data on sector ETF sentiment score and relevancy. I am following this tutorial () but running into an issue when defining the ADS address: ws_address = "ws://{}:{}/WebSocket".format(hostname, port) ... Where can I get a valid hostname…
-
How to screen historical LSE tickers with specific valuation metrics using lseg-data?
Hi all, I'm new to using the lseg-data package in Python and am struggling to isolate RICs that meet a set of historical screening criteria. I’ll outline the requirements below: I want to retrieve all tickers that: A. Were listed on the LSE as an ordinary share at any point between a start date and now (including currently…
-
Download Adjusted Close Prices in Excel
Hello, Would it be possible to download Adjusted Close Prices in Excel and not only Close Prices? I remember that in the past there was a specific function but it is not anymore available. Thank you.
-
Disconnected after burst of queries
Hello. I have encountered a situation when after sending 50 instrument subscriptions from pricing stream and 50 queries of reference data from FundamentalAndReference module; the stream connection disconnects: EventCode [StreamDisconnected] msg { "Contents": "Connection to the WebSocket server…
-
How to retrieve Historical Data for Bid-Ask Yield and Bid-Ask Spread forBonds
I want to download the Bid-Ask Yield spread. But I am not sure which field I need to use. Below is my python code to download the bid, ask,mid yields. I hope you can help me to find an appropriate field for bid-ask spread. Currently using below fields = ['B_YLD_1', 'A_YLD_1', 'MID_YLD_1', 'YLDTOMAT'] fields_length =…
-
Get fund prices published by asset management company
Hi, does Refinitiv Data Platform Funds API (or any other Refinitiv API) offer and endpoint to retrieve daily historical NAVs for a share class of a fund published by the managing asset company? Note, I am not talking about a historical prices for a share class provided by an exchange or so. I am interested in the NAVs…
-
Posting on behalf of client - Different result when using 'get_data' and 'get_history' when pulling
Query: Our system gives the API the list of company RICs from the TR-Europe index and asks for the 'TR.ISOriginalAnnouncementDate'. And that works, e.g. for 'AAF.L', I get a date of '2025-05-08'. But then when I ask for the whole income-statement/balance-sheet/cash-flow data dump for that company, the most recent data…
-
VB/PYTHON CONNECTION TO wORKSPACE
Hi, Is there a possibility to connect via VB or python code directly to the Workspace excel API and retrieve information from it?
-
API Rate Limit Issues
We're noticing weird behaviour on the response headers when calling PermID API using our token. Before we were receiving the following headers X-RateLimit-Limit-day X-RateLimit-Remaining-day which we use in order to manage our requests, but now the response seems to have changed, and we're not getting those headers…