I'm looking to get the data from the related rics column as seen in the news monitor through python. I can download news articles similar to the news monitor however this is missing the related rics column. I am using this code, response = news.headlines.Definition("7974.T", count=150).get_data() how would I add the column…
The return for "TR.F.OriginalAnnouncementDate" shows in UTC timezone. eg. 2025-05-08T04:55:00Z Is it possible to return in Japan logal time (GMT+8) ? <script> import lseg.data as ld ld.open_session() df = ld.get_data(universe = ['7203.T'], fields = ['TR.F.OriginalAnnouncementDate(Period=FY0,Frq=FY,SDate=1D)']) display(df)…
I tried import lseg.data as ld import pandas as pd import copy import plotly.express as px ld.open_session() ric = '.AXJO' start = '2014-01-01' end = '2025-08-26' df = ld.get_data(universe=[ric],fields =['TR.IndexJLConstituentRIC','TR.IndexJLConstituentChangeDate','TR.IndexJLConstituentituentChange'],…
Hello team, for example RIC ABX.TO is listed in Toronto Exchange the RIC which the Exchange is United States is RIC B. I have managed to create this code: import refinitiv.data as rd rd.open_session() rd.discovery.search( view = rd.discovery.Views.EQUITY_QUOTES, top = 10, filter = "(AssetState ne 'DC' and…
Can I use APIs to access the subsidiaries anual reports i.e. through python? How to access to API reports, that is developers need to confirm.. we do not know Already consulted Product specialist and they reffered you
I am building a bond coupon cashflow planner on top of https://us.v-cdn.net/6038239/uploads/NNEV6D3Y53TA/coupons-2025-08-18.xlsx https://us.v-cdn.net/6038239/uploads/WZMRS14O87W6/coupons-2025-08-25.xlsx , using the lseg-data Python SDK (IPA financial_contracts). I have encountered a reproducible issue: • For some ISINs,…
Is it possible to get access to the data from subsidiaries to listed companies through APIs e.g. I am doing research on a Swedish compan y called Hexatronics AB. Can I download their subsidiaries sales and EBIT for the last 5 years?
User has key but still failed to run open session with 503 error. How to fix the issue please? User's network is Internet.
I recently learned investments have a property called factor. This is used for distinguishing between pounds and pence for investments denominated in GBP for example. Please can you tell me how I can call the factor for a RIC on a date using the API - what is the name of the variable I have to call (for example to get…
It looks like you're new here. Sign in or register to get started.