The most recent content from our members.
... historical prices? We are currently using an EMA application to Post realtime data to RCC. Are there any FIDs that can be used to update/correct historical prices?
Client is looking data retrieval through Datascope Select API - Price History Template for the RIC: JPBEI2Y=RR using Python. They are requesting to send some codes that will get the price history results. Appreciate your help in sharing a sample Python complete request and response for these below Fields and supporting…
Could you please provide some function using the Python LDL's get_history for lots of data, specifically, lots of instruments?
We have noticed that we receive erroneous updates randomly during the course of a trading day. For example, with 5-minute GOOG.O we received the following update: It's almost 4 points below the previous trade. Here's what it looks like in our chart: Here's the relevant code to create the log file I referenced above: //…
Hello, is there a way to return all lipper RICs with fund objective based on their Lipper category and return. For example I would like to get all Lipper RICs that are under "Money Market USD" Lipper category that had price return from 0 to 5% from 31/12/2022 to 31/12/2023 and 2 to 10% return from 31/12/2023 and 31/7/2024.…
Hello - I need to download historic yields for bonds -- and the size of the download would be too big for Excel. When I increase the size of the download, I get errors, usually this one: "RDError: Error code 429 | Too many requests, please try again later." I've also just had timeouts or it returns empty data frames. Below…
I am looking to download high-frequency gold futures data from before 2023, with a frequency of 5 minutes. I know that the Eikon API only supports downloading high-frequency data from the past year, which does not meet my needs. I have learned that the Tick History REST API might support my requirements, but I am unsure if…
Hi all, I'm looking to get historical price data for an option, that I have the ISIN for. However rd.get_history only accepts RICs, and converting ISIN to RIC for expired options seems not possible, as expired options are removed from search as soon as they expire. Any ideas for a workaround ? Thanks !
Hello, I am currently working with the Refinitiv Data Library and attempting to fetch market capitalization data with a quarterly frequency using the get_history() method. Despite specifying interval='quarterly' as a parameter, I am only able to retrieve the yearly data. The quarterly values are available through…
Hi, Using Eikon API I am getting totally different BID and ASK prices whether I use CH22439734= (given me by Eikon application whenever I search for CH0224397346) or CH0224397346. For example I get prices above 110 if I used the following bid_ask_df1,e = ek.get_data(["CH0224397346"],['TR.BIDPRICE', 'TR.ASKPRICE',…
It looks like you're new here. Sign in or register to get started.