-
RawMarketByPrice B-M and A-M fields with no ORDER_PRC
IN the RawMarketByPrice responses, what am I supposed to do with these? I see a couple sections of the RawMarketByPrice CSVS that are different for the LSE FTSE stocks than US SPX500 stocks. For example: Why is ORDER_PRC an empty string? What does A-M and B-M mean? Got any docs for this? AAF.L,Market By…
-
ld.news.get_headlines
I was using python library to fetch news by ld.news.get_headlines(query='"Elon Musk" AND Language:LEN AND Source:"X"', count=10). However it returned LDError: Error code 400 | Query cannot return any result. Since I was trying to retrieve social media posts (explicitly X posts), is there a function to do it?
-
Hang Seng Bank wants to understand if Market By Order data is available via MBO data domain. They wa
Hang Seng Bank wants to understand if Market By Order data is available via MBO data domain. They want to understand if the order can be mapped to the broker ID; such that they can identity which order is belong too Hang Seng Bank (2313)
-
deals / loans data dictionary
Greetings. Is there are data dictionary for loans somewhere ? i see that i can access 1151 data items via the screener but i would like to have a dictionary or a template with the variables names and corresponding codes
-
Querying in pyhton using RICs filter
this is en example of what I use now news = ld.news.get_headlines(query="L'Agence AND Tresor",start='2022-08-26T00:00:00', end='2025-12-06T23:59:59',count=1000) ut instead I would like to get all news for some RICS like AUCTBTF
-
May I know which discount curves are used for FX Forward Python data API?
For refinitiv.data.content.ipa.financial_contracts.cross, I couldn't find any input/output field for the discount curve in the source document, may I know which discount curves are used for FX Forward (e.g. EURUSD GBPUSD)?
-
RawExtractionResults return outdated rate for KPWUSD
The RawExtractionResults service is returning an outdated exchange rate for KPWUSD
-
how to get all the contracts based on underlying Ric including expired?
Hi Devportal team, good morning. Requesting for your assistance. trying to get all the contracts based on underlying ric. but the result is missing contracts which have expired. need to get all the contracts [{"View": "EquityQuotes","Top": 10,"Filter": "( SearchAllCategoryv2 eq 'Options' and ((UnderlyingQuoteRIC eq…
-
May I know how to extract historical credit rating for a company using Python data API?
Hi, may I know how to extract historical credit rating (issuer rating) for a company (e.g. Apple) using Python data API? I have tried using refinitiv.data, however, only got current rating instead of historical one.
-
do you guys have any flag/indicator marking it as "breaking news"? if we were to use api to grab the
Query- api news f9, breaking news, red colour header, does it has any flagging? just want to check for the news under f9 do you guys have any flag/indicator marking it as "breaking news"? if we were to use api to grab the news
-
If I want to populate a list in python with all the mutual funds existing, how do I do that ?
If you’re familiar with the process, would you be able to share the code or point me in the right direction? I have tried to use the material given but it does not really explain how to correctly write a query in the function. For now I have written this: rd.open_session() search = rdp.search( view =…
-
What is wrong with my Symbol conversion code?
Hello Team please check the following code. The output that I want is USA country code specific but it is showing Exchanges from Thailand and Vienna. Also my asset class are code for funds, equities, certificates and bonds but Commodities futures also show in my output. Here is the code: from lseg.data.content import…
-
Convert bond RICs/ISIN symbols to Parent RIC (RIC of the Issuer) with Excel?
Using Green Bond Guide in Sustainability, I got a list of Bonds with bond RICs, bond ISIN and Issuers Name. I am trying to download multiple companies' data (ROA%, Total Asset and Total debt percentage to total capital) through Screener. However, the the Porfolio import require Symbols/ Company RICs and PermID beside…
-
what is the end points of currency and the commodities for PHP
what is the end points of currency and the commodities for PHP can anyone tell me about it
-
Eikon API - Expiry date of expired rics
in order to retrieve the expiry/last trading date for a given future i have been using df, err = ek.get_data( 'LCOK2^2', ['EXPIR_DATE', 'TR.FOFirstNoticeDay', 'TR.FOLastTradingDate']) however for older RICs (older than 2010 , e.g. Jun 2005) it does not work. E.g. : df, err = ek.get_data('LCOM5^0', ['EXPIR_DATE',…