-
How to use the below in Codebook?
Client wants to retrieve the EUR OIS Swap Zero Curve historically using Codebook. We have this in API Playground. how to use this in codebook? API Playground I also found this in Github but I cant get it to work:…
-
i was trying to collect data via codebook. However i found that the performance declines significant
i was trying to collect data via codebook. However i found that the performance declines significantly when i request more than 1 ric at a time. It seems that the excel add in is much quicker. is this a generic issues or are their ways to speed up the process through more efficient coding? unfortunately i can not attach…
-
Why have TR.EV.currency and TR.F.EV.currency stopped working again?
The fields TR.EV.currency and TR.F.EV.currency have stopped working again (this has happened in the past as well).For example, the Python commanddf=dl.get_data(['GOOGL.OQ','AAPL.OQ','LVMH.PA','RKT.L','MELI.OQ'],…
-
Why does this code snippet return an empty list? I need the Asset Type set to Mutual Funds.
import refinitiv.data as rd from refinitiv.data.content import search rd.open_session() df = search.Definition( view=search.Views.FUND_QUOTES, select="RIC,TickerSymbol,DocumentTitle,ExchangeCode,AssetStateName,CommonName,ExchangeName,FundType,FundClassCurrency,IssuerCountry,AssetType,", filter="AssetStateName eq 'Active'…
-
Accessing Ownership Data via WS Codebook - LSEG Data Library
Client Name: Federico Vicentini | Case 15406907 Account: Graduate Institute of International Development and Studies Product: WS For Students Query: I am trying to use the Codebook App to utilize the LSEG Data Library to access Ownership data (to which I have access through Workspace). Unfortunately, I receive a 403 error…
-
Jupyter Notebook in WS Codebook Stuck (Asterisk *) on Execution
Issue Description: After logging into Workspace in the evening and using Codebook, I was unable to run any code. The notebook (u1.ipynb) gets stuck with an asterisk (*) when executing the script in cells. This happened on two separate days, so it’s not a one-time issue. I tried restarting the kernel each day, but it didn’t…
-
Retrieving news stories through API
I use the Codebook app in Workspace and utilize an API program that retrieves news stories. I have a couple of questions about that: The news stories before 2025 do not seem to be retrievable in the Codebook through the API. I am wondering if there is a limitation to what can be retrieved with the API, such as news stories…
-
Cannot access IPA API endpoints
I get the following error when using the example code (Examples/Quantitative Analytics/Curves/Cross_Currency_Curves). The code is supposed to fetch a curve from https://api.refinitiv.com/data/quantitative-analytics-curves-and-surfaces/v1/curves/cross-currency-curves/forward-curves . I am wondering if these endpoints are…
-
Data quality issue: corrupted NAV data of mutual funds
https://us.v-cdn.net/6038239/uploads/2XDWF1LM7OAG/codebook-code.pdf Hi there! We downloaded data for more than thousands mutual funds and ETFs to build a proprietary fund database. After some descriptive analysis, we found out that about 50% of funds have extreme returns that aren’t correct (verified and cross-checked…
-
Where to Find RIC Chains and Variables?
Where can i find the variables required for using them? For example, in rf_yield_curve.ipynb i see that in the defined formula "get_data" i should insert the ric_chain. What is a ric chain? where can i find it? is there like a book where i can search and find all these kind of things that are needed to use the examples in…
-
Whats the issue with 0#.SSHI RIC
There seems to be an issue with 0#.SSHI in codebook ... it is not pulling the values correctly ... take for Example <0#.SPX> which has 500 stock RIC under .SPX. I get like One row But I replace the RIC from 0#.SPX >> to 0#.SSHI . The value looks corrupt . I have re-worked on the code, still it is pulling incorrect…
-
Chain API error
Hi Team, Asking for assistance import refinitiv.data as rd session = rd.session.desktop.Definition(app_key=('DEFAULT_CODE_BOOK_APP_KEY')).get_session() session.open() rd.session.set_default(session) JPYTOSWSML_chain = rd.content.pricing.chain.Definition(name='JPYTOSWSML=GFIS').get_stream() JPYTOSWSML_chain.open(False)…
-
Is the recommended way to use it via the Python SDK with an App Key
I have one quick question about CodeBook: Is the recommended way to use it via the Python SDK with an App Key? I’ve been running into some blocks that I can’t seem to get around, and I’d like to confirm the best setup for this tool.
-
News and news metadata
Dear Support, I’d like to ask your help with Refinitiv Codebook. There is a smaple Python code in the Workspace application that can exctract news but the code stoped working since a few days. This sample code was provided by Refinitiv and I didn’t make any modification in it but I’d like to use it. I attached screenshot…
-
An error occurred while requesting URL('http://localhost:9000/api/udfError
When using codebook, user tried below scripts. import lseg.data as ld import pandas as pd sss = ld.open_session() fields = ['TR.IndicatorName','TR.IndicatorType','TR.IndicatorSource' ,'ECI_ACT_DT' # GMT Date ,'ACT_VAL_NS' # Time ,'FCAST_PRD' # Period ,'ECON_ACT' # Actual ,'RTR_POLL' # Reuters Poll ,'ECON_PRIOR' # Prior…