-
Access broker reports available on the Company Research module through any of the Refinitiv APIs
Client wanted to check if it’s possible to access broker reports available on the Company Research module through any of the Refinitiv APIs—possibly via the Research API or a similar service. We’re exploring ways to automate the retrieval of such content and would appreciate any guidance on available options or relevant…
-
How can we request the CommoditySearch API for the particular ric code?
The request body for the request is as in the code block below. Here, we are receiving the response with unwanted Identifier value such as 'D-NGMMH25' with prefix 'D'? How can we get only the valid Identifier assigned to our user. { "SearchRequest": { "KeywordQuery": "NGMM", "ExpirationDate": { "@odata.type":…
-
Please find the below question from client where client has all delayed permission.
I'm trying to pull data for the following tickers: FACTOR_LIST = ['<.NSEI>', '<.NISM250>', '<.NV20>', '<.NIFMOM>', '<OIL>'] But I only get results for the first 2. This is my code: def get_lseg_data(self, factor_or_model_or_bench: str): """ Pulls all portfolio market data from server. Use 'ticker' or 'factor' or…
-
For futures ExtractRaw CSVs, what does this DELETE message mean?
I'm trying to use the ExtractRaw endpoint in datascope for the RawMarketByPrice view. I see messages like this for 0#TU (the price is around $103 currently). TUM25,Market By Price,2025-05-02T09:30:01.148170445Z,-5,Raw,UPDATE,UNSPECIFIED,,,,3153,,1056,,0 ,,,,Summary,,,,,,,,,,4 ,,,,FID,1021,,SEQNUM,74937256,…
-
Historical Federal Funds Futures Data via Eikon API
Hey, I want to access historical Federal Funds Futures data for every month from 2025 to 2000 as tick data via the eikon API in Python. I don't know why, but every RICs Code I have tried does not seem to work. I also can't find historical data on Workspace itself which seems to be somewhat consistent in its RICs Codes and…
-
Pull Subsidiary Data Accurately Using lseg-data (TR.RelatedOrg Fields Misaligned and Incomplete)
Hi all, I'm currently working with the lseg-data Python SDK (v2.1.1) in a local refinitv Anaconda environment using a Desktop Workspace session. My objective is to extract a full and accurate list of a company’s subsidiaries, along with relevant identifiers and relationship types. I attempted to retrieve related…
-
Missing Fields when there is no Quote on a RIC yet?
We have a new java application that accesses the Real-Time data as a Snapshot via the EMA java API. We came across a peculiar behavior, that our business department considers a showstopper for our acceptance test: When receiving an ema.access.RefreshMsg for requesting data for RICs and processing the field list that is…
-
Python API to retrieve historical data of economic events
I am using the python api to retrieve historical data of Economic Events using the get_history() method but i cant find the fields which it will take to retrieve different columns such as Prior , Actual , Revised etc.. Any reference material will be very helpful.
-
What is Refinitiv's DSS data and is tick size available in it
Hi Team, RFA API version 8.2 to consume market data and I want to check about the 2 things What is Refinitiv's DSS data? Is tick size available in Refinitiv's DSS data? Thank you in advance
-
database REFINITIV_QAC_DB table TRESumPer column PerType - how do i map to a type description
Hi, i am using Snowflake to select from the TRESumPer table, in the where clause there is a clause "where PerType = 4". I can't find any documentation that states what the foreign key would be for that item. I need to find a mapping from "4" to a description (Annual?), so that I can also select other periods (I don't know…
-
Data Limitation
I am Facing a data Limitation Problem in Refinitive in Excel. Plus If you can Provide me code for the data of the given variables for the US and Europe. Scope1_Emissions Scope2_Emissions Scope3_Emissions Total_Emissions ESG_Score Environmental_Score Decarbonization_Target Renewable_Energy_Use Total_Assets…
-
There's a delay in API data updates.
A discrepancy exists between Excel and the API: Excel successfully pulls the latest crude oil data immediately after the 22:30 (Beijing Time) Wednesday release, but the API endpoints return outdated data. Is there a way to optimize the API's refresh cycle to ensure real-time data availability? Eg:…
-
Hi Team, Unusual Volatility surface data: I am using the python API to retrieve some volatility surf
Unusual Volatility surface data: I am using the python API to retrieve some volatility surface data for some stocks, and there are some unusual values exceed 1000. For example, the volatility surface for AAPL.O on 2017-02-17 was 44379.8042005109 across all moneyness. This occurs for several other tickers, such as ZTS on…
-
Streaming live data from the RIC USDSROIS=I would like to know if it's possible to achieve using API
Hi, I am interested in streaming live data from the RIC USDSROIS= during NY trading hours, as we are based in Canada. I would like to know if it's possible to achieve this using the API method. Currently, I am using the following method, but I am open to suggestions for improvement. Here is the current request: {…
-
How can I download CRUDE OIL futures and options data ?