How often do we need to re-subscribe for a symbol? How many RICs can we subscribe to within each subscription request? Can the same jwt be used for socket and to retrieve pricing? What modes can we use for transport? And what are the differences between data formats of price streaming (rwf/tr_json2)
I have been using Refinitv Enterprise infrastructure to consume data using the raw websocket interface The Login message I use in websocket interface is {'ID': 2, 'Domain': 'Login', 'Key': { 'Name': MY_APP_ID USER, 'Elements': { 'ApplicationId': MY_APP_ID USER, 'Position': MY_IP} } } As I am migrating to Refinitv Data…
Hello, I'm kinda new to refinitiv with no programming skills and just was wondering if someone could help me out to get the amount of institutional ownership (just the big three) over time of a company. Let's say I want information for the company Equinor listed in the Oslo stock exchange (EQNR.OL). Is there any way I…
Hi, I am following this guide for authentication migration. https://developers.lseg.com/en/article-catalog/article/ema-c-api-real-time-optimized-version-2-authentication-migration-guide In step 4, it requires to call a method that I don't currently see in the code base.
hello I am trying to get the latest FX polls. for example AUD1YP=. I can see in my Workspace the data is available but i cannot download it. the one i get ends in April. I have used both rd.get_history and ek.get_timeseries functions. How can I get it?
Hi Developers! I have a Python List with Time Series Data of 15 Currency Pairs. I would like to download this list into an Excel file. I am working in the Code Book Environment. Is there a solution?
Hi everyone, I have an excel list about equities and I need have the next ex-dividend date and dividend rate. Someone knows how can I get it? Thanks so much
I have made changes to refinitiv-data.config.json file, but it seems they are not taken over. How to test whether the config is proper considered. Project structure: My config file is as follows: { "sessions": { "default":"platform.rdp", "platform": { "rdp": { "app-key": "xxx", "username": "xxx", "password": "xxx" } } },…
I am using QPS via RDP and get this error: Processing 104 Trade Id: 623723993 Trade Date: 2024-04-29 Expiry Date 2024-05-20 Ccy Pair: USD.JPY {'error': {'id': '9e917473-7aee-419c-ab9b-66eff931f720', 'code': '401', 'message': 'token expired', 'status': 'Unauthorized'}} How do I resolve this?
When using rdp.HistoricalPricing.get_summaries() function can I define a universe as a list. Eg universe = ['CHF=','JPY=']
It looks like you're new here. Sign in or register to get started.