Hi, I'm using the following code to import historical data for a stock in Python: ld.get_data(universe = "ABBN.S", fields = ['TR.CLOSEPRICE.DATE', 'TR.CompanyMarketCapitalization'], parameters = {'SDate': Start_Date, 'EDate': End_Date, 'Frq': 'D'}) Now I would like to import the price-to-book ratio. What is the best way to…
I am trying to access the endpoint - https://api.refinitiv.com/data-store/v1/graphql from AWS cloud environment and facing time out error. Although I am able to access another route to get the bearer token successfully. Could someone pls help me on the same?
Postman Authentication returns 400, validation error. Please advise what is wrong
Hi, I would like to know the RSI calculation used on all standard reuters charts. My issue is that I have tried the pandas_ta.rsi function as well as the talib RSI function for the ric 'LCOc1' and others. These values are completely differnt to the ones I see on the chart. please see below my code and output:…
The following sample (/data/funds/v1/assets/40003333) on API Playground returns "400 bad request". Please check.
Hi All, I am unable to retrieve data, I get error 400 "Bad Request". Here is my request: RESOURCE_ENDPOINT = "https://api.refinitiv.com/data/quantitative-analytics-curves-and-surfaces/v1/surfaces" requestData = { "outputs": ["Data"], "universe": [ { "surfaceTag": "Example Vol Surface", "underlyingType": "Eti",…
Hello friend, I'm using Workspace Settlement Calendar Calculator to calculate FX broken dates start date and end date, like the red box outlined in the screenshot below. I would like to know how to archieve this by Python. Thanks & Regards, Mark
Hi, i am confused with lot of documentation and lot of information. Our client has subscribed to "Refinitiv Real-Time" and we able to connect to Websocket API (https://developers.lseg.com/en#t-realtimesdkandwebsocket). This is a streaming technology where the client gets realtime feeds from server. But, what we are looking…
I have an issue related to getting access token via auth v2 endpoint: https://api.refinitiv.com/auth/oauth2/v2/token I can login to API Playground UI and access endpoints that I need with my credentials: -username -password (for UI) However, to generate access token (programmatically) I need: CLIENT_ID CLIENT_SECRET and I…
=@TR("SCREEN(U(IN(DEALS)/UNV:DEALSLOAN/),IN(TR.LNParticipant(LNPartRole=LNB:LNBIP:LNBUP:LNBMP:LNR:LNRIP:LNRUP:LNRMP:LNAB:LNABIP:LNABUP:LNABMP:LNG:LNGIP:LNGUP:LNGMP:LNLBO:LNLBOIP:LNLBOUP:LNLBOMP:LNPG:LNPGIP:LNPGUP:LNPGMP),4296949406), BETWEEN(TR.LNMaturityDate,20250319,20750319)/dt:Date/,…
It looks like you're new here. Sign in or register to get started.