-
How to download my refinitiv data to google codelabs or jupyter notebook
da
-
fields and tickers with Datastream/Python
Hi team Where can I find more information on which tickers and fields to use to pull data via the API? For example, I want to use the following mnemonics to get the total return time series for equity indices and fixed income indices, and then price return for gold. However, the equity and fixed income mnemonics do not…
-
Fortnightly freq of macro economic data
I am interested in getting macro economic data at fortnightly frequency. I am using the following formula : batch_str= INCBNFO*100, INCBINV*100, INCBAGG*100, INCBCRE*100, INCBCFC*100 df = ds.get_data(tickers=batch_str, freq='14D', start="13/10/24") It gives an error. Whats the workaround for this please
-
Download Limits using Workspace Excel Add-In
Hello, I use the Excel Add-In from Workspace to download data. I know that there is a monthly limit of 10 million data points. However, I have also heard that there is a limit per request. How high is this limit? I compared the number of data points before and after downloading some data using the command…
-
Help with Excel Add-In for RDP Bond Time Series and Static Data (Formulas Not Returning Values)
Hi, I'm trying to retrieve both time-series and static bond data in Excel using the Refinitiv Data Library Add-In. I'm logged into Refinitiv Workspace and the Excel add-in is active. However, the following formulas aren't returning any data, even though the RIC in F4 is valid and the dropdown setup works: Time-series…
-
Tring to access fields via Datastream, Unknown error:
Context: I have a tickerlist which is defined like : "CN:QJCH,CN:WAPH,III,U:MMM,DK:DSA,DK:DSB,K:AACA,W:SAGB,IN:AB,S:ABBN, and so on…. about 3200 tickers all_batches_gmrgn1 = [] batch_size = 5 field_list1 = [ "GRM1MN", "GRM2MN", "GRM3MN", "X(IBP)/X(BPS1MN)", "X(IBP)/X(BPS2MN)", "X(IBP)/X(BPS3MN)", "X(EVT1MN)/X(SAL1MN)",…
-
Unable to download Eikon data via Python API
Client reached out asking why he is suddenly unable to download Eikon/Workspace/Datastream data via Python API anymore. User ID: ZGWW029 Did he breach the limit or is the service down?
-
Macro data
I am interested in getting a few macro data points using the API, Can you help me for the same? The macro data points required are for: ALL INDIA HOUSE PRICE INDEX (Base-Year : Q1:2010-11),BoP - CURRENT ACCOUNT BALANCE INR,BoP - CURRENT ACCOUNT CREDIT INR,BoP - CURRENT ACCOUNT CREDIT USD,BoP - CURRENT ACCOUNT DEBIT INR,BoP…
-
Can I download data fetched by @DSGRID excel formula using the DswsClient API?
I want to download data fetched by @DSGRID excel formula (for example : =@DSGRID("EWA#(USIIBUL,0.02), EWA#(USAAIIP-USAAIIN,0.02)"," ","2023-01-01","","D","RowHeader=true;ColHeader=true;DispSeriesDescription=false;YearlyTSFormat=false;QuarterlyTSFormat=false","") but without using excel. I have many formulas like the above…
-
Access Denied CBOEVIX
We are currently experiencing an issue accessing VIX index data through the Datastream API. While we do have access to the data via the Monitor app, the same data does not appear to be available through the API. Our account manager has advised us to contact your support service directly, as they are unsure what might be…