A subcategory for the Client File Store (CFS) API for TM3, ESG, Symbology, etc.
Hi everyone, I have an excel list about equities and I need have the next ex-dividend date and dividend rate. Someone knows how can I get it? Thanks so much
I have made changes to refinitiv-data.config.json file, but it seems they are not taken over. How to test whether the config is proper considered. Project structure: My config file is as follows: { "sessions": { "default":"platform.rdp", "platform": { "rdp": { "app-key": "xxx", "username": "xxx", "password": "xxx" } } },…
I am using QPS via RDP and get this error: Processing 104 Trade Id: 623723993 Trade Date: 2024-04-29 Expiry Date 2024-05-20 Ccy Pair: USD.JPY {'error': {'id': '9e917473-7aee-419c-ab9b-66eff931f720', 'code': '401', 'message': 'token expired', 'status': 'Unauthorized'}} How do I resolve this?
When using rdp.HistoricalPricing.get_summaries() function can I define a universe as a list. Eg universe = ['CHF=','JPY=']
...a as rd) Hi, I am using your get_history() method from the "refinitiv.data" library, e.g.: import refinitiv.data as rd rd.open_session() df = rd.get_history( universe= "AAPL.OQ", start= dt.date.today() - dt.timedelta(days=300), end= dt.date.today(), interval= "5min", parameters= {"Fill": "None"} ) rd.close_session()…
We are using HVMI both in Workspace and via RDP API Endpoints. The problem is: When I check frontend for my user, I see some data under Dashboard tab: When I try to call that data via RDP API Endpoint, I am getting empty dashboard: { "Convictions": [], "Documents": [], "HouseViews": [], "ConvictionLists": [], "Portfolios":…
Hello, I am using the Refinitiv data package and I am trying to get historical 1minute volume for futures (eg ticker ESc1) using rd.get_history. What is the right fieldname for 1minute volume? I tried VOLUME_1 and TRDVOL_1 but they dont seem to work.…
Hi all, I need to retrieve some information on various asset of different asset classes (Fx, Indexes, ...) I have ISIN, CUSIP and SEDOL information for each asset, and i can get basically any information, except RIC code. Here is what I tried, to get for exemple the RIC of isin : IE00B4L5Y983, which is an ETF df =…
Hi. After trying different alternatives, I am unable to retrieve historical bid, ask, and options Greeks data for the S&P 500 using Excel's Workspace function. Although I can extract them using Python without issue, I'm encountering the limitation of 10,000 daily data points. My question here is whether it's possible to…
Hi, I'm working on a thesis about the Belgian stock market and for this thesis I need the total returns of all the former constituents of the Belgian all share index (all the way back to 2002 or 2004). I know where the find the list of leavers and joiners but I do not know where to find a time series of actual weekly total…
It looks like you're new here. Sign in or register to get started.