-
How can I get the USD/INR forward price for broken dates in CodeBook?
How can I get the USD/INR forward price for broken dates in CodeBook? For example, I need the bid and ask prices for a forward contract with a maturity of 75 days from today, or for a specific maturity date such as September 10, 2026.
-
Corporate guidance in batch
Hi Devportal team good morning. 😁 From Codebook Reuters API, Client need corporate guidance data for the entire US market. Can he download Corporate guidance in batch? Thank you
-
Which Python library and version should I use — lseg-data (the current one)?
1. Which Python library and version should I use — lseg-data (the current one), and does it support a Desktop Session against the trial? Any known issues with Python 3.14? 2. Is there a sample Python snippet for pulling an options chain (chain by underlying, with vol/OI/expiry) using lseg-data on a Desktop Session?
-
How to get brokers' metadata for other regions?
Checked the endpoint "https://api.refinitiv.com/data/analytics/benchmark/v1/metadata/brokers", response is including only Canada. Could you kindly let me know how to get for other regions?
-
Lipper Fund Distribution/Dividend Data
Hi, my client is using WS API through the codebook. they have advised that they are unable to extract funds distributions data using the sample RICS and datatypes below. Is Lipper Data available in Codebook? LP68378190 LP68037657 VAS.AX IOZ.AX…
-
I am having the error: LDError: The access denied. Requested universes: ['/AZN.L', '/NXT.L', '/RIO.L
Client is using the code: import lseg.data as ld ld.open_session() tickers = ['AZN.L', 'NXT.L', 'RIO.L', 'ULVR.L', 'BATS.L', 'SVT.L', 'EXPN.L', 'WTB.L', 'BNZL.L', 'GSK.L', 'PSN.L', 'BRBY.L', 'GLEN.L', 'RTO.L', 'BARC.L', 'MKS.L', 'SBRY.L', 'KGF.L', 'VOD.L', 'LLOY.L'] df_mktcap = ld.get_data( universe=tickers,…
-
CODEBOOK script to get options that have open interest >500
CODEBOOK script to get options that have open interest >500 We do have a script but we are unable to use open interest as filter, only column. rd.discovery.search( view = rd.discovery.Views.EQUITY_QUOTES, top = 10, filter = "( SearchAllCategoryv2 eq 'Options')", select =…
-
Failure in extracting news content in CODEBK
I've been trying to extract news using CODEBK, but it many cases it fails to retrieve all the requested data. Can you do this using excel add-on to ensure the full retrieval of requested data?
-
What is the formula in cbook showing the quotient of money quantity M2 and margin Debt of United Sta
Client is asking they need a chart showing the quotient of money quantity M2 and margin Debt in cbook. Can you please help with the formula I also need -> US Margin Debt and then in CBOOK -> M2/ Margin Debt as chart
-
Issue with LSEG Python Library News API Request Limit
An issue has been encountered while using the LSEG Python library to retrieve news data. Although the expected daily request limit is 10,000, the number of successful requests appears to be limited to approximately 2,000 to 3,000 per day. def refinitiv_get_news_body(row): if row['status'] == "COMPLETED": #print("body found…
-
I can’t use my code outside CodeBook, do you know if it’s possible?
This is the ode I’m trying to run: import refinitiv.data as rd rd.open_session() df = rd.get_history(universe =['aUSCPIAR','pUSCPI=M'], start='2025-06-01', end='2026-05-01') df.sort_index(ascending=False)
-
How to fix the following output in python?
When retrieving officer/director education data using the TR.ODOfficer* field family through the lseg.data Python library, the returned dataset contains rows with education information (e.g., university, degree) that are not associated with any officer identifier (e.g., missing TR.ODPersonPermID, TR.ODOfficerPermID, and…
-
JSON error received during token refresh error message in LSEG-data for Phyton.
Reaching out on behalf of client a professor in a University. I have shared the steps to client in getting his APP KEY so he can access the Workspace API via Codebook. Client followed the steps and got an API key. Then, he installed LSEG-data for Python and attempted a platform session using OAuth v1 Password Grant with my…
-
Interest rate swap (currently in SWPR) in the CODEBK application
I am trying to follow the help guidance of modeling an interest rate swap (currently in SWPR) in the CODEBK application. However, I think I must be doing something wrong because I am seeing a variance between the two. Can you help with what I am doing wrong? I reached out to the LSEG Help Desk who assisted with developing…
-
How to LSEG API code to reduce the processing time for extracting ownership data ac
Client is experiencing slowness when using the Python LSEG API, with significantly longer processing times. We would appreciate your guidance on how to speed up the process. Attached is their current approach (exported from Jupyter Notebook as a .txt file since the notebook cannot be attached directly). The existing…