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…
Hi ! In order to use the lseg-data Python package, I've fiddled in the GitHub standard package to try and open a session. However I am getting an error that obviously says that I need proxy authentication to actually test it properly (the error is quite clear). I am setting the proxy settings in pip.ini for example if I…
It seems that calendar is based on USD calendar. How do you manage the calendar on FWDS app ? I need to retrieve via python the swap points (EURGBPFWD=) with the correct calendar as shown on the screenshot. Thanks a lot, Nicolas
Case: 14967300 Hi, I'm trying to figure out how to use python and lseg-data module to get out all storyid and story text that reference a particular stock. Can you help on this please? Above is from client, news team referred me here
I want to get FX broken dates calculator to hedge basis price contracts for commodities e.g. Cotton. Sample code as below: df = ld.get_history('JCI-CTN-ANHUI','TRDPRC_1',start='01-Jan-2025',end='26-Jun-2025') #This is spot price for China Anhui cotton. df2 =…
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…
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…
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…
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?
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…
It looks like you're new here. Sign in or register to get started.