-
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…
-
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…
-
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!
-
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 ?
-
Chatbot on Messenger 2
Hi, Since the migration to Messenger 2 on June 21th, our chatbot is seen as disconnected by the other traders on Messenger 2. On Messenger 1, we used this URL : https://api.refinitiv.com/ with our ApiKey and the user "bot_agent.powertradingoperations@engie .com" Can we know when it will be possible to use a chatbot in…
-
which API could extract the PN17 / GN3 pdf file using python?
using different ISIN code as input, to download if the company have this PN17 pdf file. which api shall i use to get the pdf file. and also before what credentials i need to provide and if so where do i get the credentials from?
-
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 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…