The most recent content from our members.
1. In mmdyields.jsonl file for MMD feeds, How do we calculate Maturity year for YieldCurveName : AAA PRERE TE? 2. Do we have all the YieldCurveName values mandatory in every feed or there is a chance of missing few?
How to get all bonds issued by companies in an index, e.g. 0#.GDAXHI using python? Is there a way we can list down all constituent RICs under 0#.GDAXHI, then use the result in rd.discovery.search > rd.discovery.Views.GOV_CORP_INSTRUMENTS to retrieve all the bonds issued?
Hello, I'm using the Refinitiv data library for python. In particular, I'm using the following function and have been getting some errors for too many requests. Using rd.get_history(), we were pulling data for a total of 6,458 RICs, separating the requests out into loops of 100 RICs and 3 fields. We've only submitted…
Hi, I am using the Refinitiv Data Library for .NET, and everything has been working perfectly until now. For a few days now I have a problem that looks like this: I also tried sending a request (by Postman) https://api.refinitiv.com/auth/oauth2/v1/token, but the response is the same: { "error": "429", "error_description":…
I get a list of rics from chain_ric = '0#TWCORPERPS=', then I use this line of code : rd.get_history(universe=tweb_rics[:100],, fields=['MID_PRICE', 'MID_YLD_1'], start='2024-10-16', end='2024-10-17') I only request the first 100 and I get an error message : "Error code -1 | 'headers". Notice I dont get it when requesting…
Hi everyone, I'm currently building an application using databricks, and in this process I'm migrating some scripts that were previously running on my local PC to run in a databricks notebook. I'm using refinitiv-data-1.6.2 to query the data. This is my auth flow : rd.open_session(config_name='credentials.json') with…
Capture.JPGWhy does the Excel function "=@TR("NL0000000107";"TR.RIC";"Null=Blank")" returns the RIC =.AEX AND The EndPoint API Playground returns nothing when I run this URL? https://api.refinitiv.com/discovery/symbology/v1/lookup with body content: { "from": [ { "identifyTypes": [ “ISIN” ], "values": [ “NL0000000107” ] }…
Hello, Is there an endpoint to get a list of news sources? I would like to have an overview for querying news and filtering by source among those that I choose to select. For illustration here's a Python snippet: from typing import List, Iterable import refinitiv.data as rd import pandas as pd def get_news_sources() ->…
Hi I am working on a project and would like to know if it's possible to extract the column headers, excluding the first cell, from rd.get_history result and put it inside a list. May I ask for guidance on how to do it? As a sample, I am using this code import refinitiv.data as rd rd.open_session() import pandas as pd df =…
Can you please tell me What is actual master RIC to get all SPY and SPX options ? . I want to download SPY and SPX options complete data of 5 years.
It looks like you're new here. Sign in or register to get started.