-
Historical Index Membership for RICs
Dear all, I am currently working on retrieving historical data for a set of RICs. While I am able to successfully obtain fundamental data, such as revenue information, I am facing challenges in retrieving historical Index membership Information. Below is the code I have implemented: df = rd.get_data(unique_ric_list,…
-
Relative financial periods are not correctly retrieved
When retrieving period data for several RICS with LSEG API the financial periods, periodenddates and values seem to be correct for several periods, but for the relative financial periods always "FY0" is given. How must I change the statement to get the correct rfperiods? This is my program: # list of RICS for…
-
Unable to retrieve TR.FiCountryName field with a platform session
Hi, I've run into an odd issue where I cannot run the following Python line below under a platform session. Time series values and other fields such as TR.InstrumentDescription work fine. Permissions team says permissions are correct. rd.get_data( [ 'US10YT=RR', 'CA10YT=RR', 'GB10YT=RR', 'DE10YT=RR', 'EU10YT=RR',…
-
EMA
I am using Refinitiv EMA in java to subscribe to market data from multiple services(IDN_RDF and BBG,OYAKBANK(a new channel our bank created to combine both)) . However , I am experiencing an issue where some RICs do not receive updates as expected. For OYAKBANK rics, onRefreshMsg() never triggers after…
-
Delayed prices using LSEG Workspace API
Hello, I'm trying to collect bids for LCOc1 as soon as the bid change in realtime. My main issue is that I have a 10 min delay. _________________________________ import time import pandas as pd import eikon as ek import os # Set Eikon API Key for access to financial data ek.set_app_key('API_KEY_HERE') # Define the…
-
TEXTUAL ANALYSIS PYTHON
Hello everyone! I would like to understand how to obtain the headlines of all companies, for example, U.S. companies, on Python by inserting keywords, from 2020 to today. The code I used only works with 100 rows. Thank you!
-
How to access the GET API?
Hello Team, I am trying to get an output for /data/quantitative-analytics-dates-and-calendars/v1/holidays API and i have updated the parameters in POSTMAN. When i try to run the GET command, I get an authorization error. Kindly assist on this as i need to demo it to the client.
-
Data item for industry incld delisted stocks
I am looking to retrieve the industry of stocks, but the data item browser does not show me which ones have also information about delisted stocks. Neither TR.ICBIndustry nor TR.ICBSector work for past delisted stocks.
-
Webcall and Eikon Library Parallel Usage Not Possible?
Dear Dev Community, I'm currently facing issues when trying to use both the Eikon Python library and direct Web API calls in parallel. The Refinitiv application runs continuously in the background, and while the Python library functions work as expected, direct API calls fail with authentication issues. Eikon…
-
Quarterly passive ownership data
Hi, For an academic research I would like to retrieve quarterly data (for selected stocks) representing the percentage of shares held passively. Since I have no previous experience with Workspace I could use some help on how to do this. I tried building a formula via the Excel add-in but couldn't find the correct datatype…
-
How to decode high precision timestamp (_NS field) from UINT64 to time?
How can we convert the UINT64 integer to time? We don't want to use buildin function from API e.g. .toGetHour .toGetMin. We would like to convert from integer directly. Thanks.
-
Is there any way to create dynamic Fund screening (from FSCREEN app) by using Eikon/WS API ? Image a
Is there any way to create dynamic Fund screening (from FSCREEN app) by using Eikon/WS API ? Image attached(Indian Mutual funds screening)
-
Pulling data for Calendar Spreads
http://ld.discovery.search( view = ld.discovery.Views.SEARCH_ALL, filter = "RCSAssetCategoryLeaf eq 'Commodity Future' and TickerSymbol eq 'CT' and ExpiryDate ne null and PrimaryChainRIC eq '0#CT-:'", select = "RIC,DocumentTitle,ExpiryDate", top = 1000 ) So I want to adjust this so I can pull all calendar spread data from…
-
Pulling in meta data for Futures Contracts
How can I pull roll over dates ie last call date, options expiry for Cotton futures into my historical price series. How can I retrieve those dates for each futures contract, historically and the active futures
-
Unable to download hourly price data
I tried to use intervals= "60min", "hourly", "1h" to download hourly price data but it either fails or returns the daily data instead.