Hi everyone, How can I get the list of options (using the python api query) on bond futures such as FGBLZ4? What is the field to extract the invoice spread on the same instrument? Thank you
Do we have a list of all fields that can be placed under "SELECT" Parameter?
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() ->…
Hello Team, client needs a python script that would aggregate the Amount Outstanding based on Issue Rating for all US Municipal Bonds using python. We have this script but it is limited to 10,000 rows and the total result is 992,151. import refinitiv.data as rd rd.open_session() rd.discovery.search( view =…
Hi, is there a field which can be used in the Python Refinitiv Data IPA Financial Contracts cap/floor definition to change the volatility source? I am looking specifically at USD SOFR caps. For example, on the CAPF gui you can change source with the dropdown below.
Hi team, I am trying to get the full holdings list for a series of etf using the refinitv API. I have a code to do it for lists / indices, but the same doesn't work for etfs, for which I can only seem to get the top 10. The first code below gives you the top 10 holding of the etf. The second gives you the full list (for a…
This question is kind of me seeking advice on this process based off of my knowledge. What I am doing right now, is that I am trying to pull data asyncrhonously using Refinitiv (financial Platform from the London Stock Exchange Group)'s APIs. There are about 5 tasks I am trying to run asynchronously using Python's Async IO…
Hi team, I am trying to retrieve issue data for U.S. municipal bonds. Currently, I’ve found a dataset called “U.S. Municipal New Issues” under the SDC app, which contains 334 fields and can be directly downloaded through Refinitiv Workspace. Additionally, when I navigate to Fixed Income – U.S. Municipal in Refinitiv…
Dear support team I would like to get historical time series of the following delivery basket information in daily basis. response = bond.Definition( instrument_code='TYc1', extended_params={'instrumentType': "BondFuture"}, fields=["DeliveryBasket"] ).get_data() response.data.raw How can I achieve? Particularly I would…
How to get data Open Interest for the following Options with the ROOT RIC. Similar case get_data for all RIC based on an option roots - Forum | Refinitiv Developer Community but the code seems to be outdated. RIC: '0#SPXW*.U is what we are using.
It looks like you're new here. Sign in or register to get started.