Using the Python Refinitiv.data API I want to filter for organizations without a GICS code. How can I setup the filter query to exactly filter for "" (empty string?) This is the code I am using: import refinitiv.data as rd rd.open_session() response = search.Definition( view = search.Views.ORGANISATIONS, filter =…
Hello, I'm currently utilizing Python as my programming language with Refinitiv Workspace as the API. My objective is to construct a for loop to gather ETF tickers (approximately 500 ETFs) in Python, subsequently converting them into daily returns, and finally plotting these returns into an Excel file. However, I've…
Currently using RTDS API, trying to do a RTO Upgrade and want to know if it is needed to follow the "LPC_installation_and_configuration_guide.pdf" or can be ignored and follow the "RTDS RTC connecting to RTO Guide - May 2023 v2"? thanks,
What is the limit of number of requests per second in RDP for these APIs: 1) /auth/oauth2/v1/token 2) /discovery/symbology/v1/lookup 3) /discovery/symbology/v1/lookup-type 4) /data/historical-pricing/v1/views/intraday-summaries/{universe} 5) /data/pricing/snapshots/v1/
Hi, While using RDP API, get_dtd = rd.get_data( universe= ["ACERLNGBM"], fields= ["TRDPRC_1", "INST_DESC", "HST_CLOSE"]) I am getting the attached error. I am using a platform session. Please help me to fix this ASAP. Thanks, Sree
this is our machineId: GE-A-10288435-3-16229 Unable to get data. Code 403, Message: {"error":{"id":"d5163dd0-de03-4860-b6ff-475a1e12766c","code":"insufficient_scope","message":"access denied. Scopes required to access the resource: [trapi.data.historical-pricing.events.read]. Missing scopes:…
Hello, I need updated time for the following RICs. <AAPL.NB> <9984.T> <ESc1> <JPY=> I know the following FIDs but would like to know the common FIDs. 3854:SALTIM_MS 3855:QUOTIM_MS 266:BID_TIME 267:ASK_TIME
Hi there, Client has a list of 38k PermID. They would like to extract Primary RIC using PermID from Symbology API. They would like to know how they can do this in Postman. Thank you!
I've setup a Python script using the Refinitiv API and would like to retrieve a list of all fundamental fields. The example followed can be found via: https://github.com/LSEG-API-Samples/Example.DataLibrary.Python/blob/main/Examples/1-Access/EX-1.01.01-GetData.ipynb and…
Hi, I tried access RDP API using postman and these are the collections I can get there. Please help me to find the Commodities data in this. I want to use Java to pull data. hence trying this. And sample RIC and FIDs are - ACERDESLNGNWE , TRDPRC_1, HST_CLOSE, INST_DESC. Thanks, Sree
It looks like you're new here. Sign in or register to get started.