Hi, i've got an issue downloading historic data for economic indicators. my code is this: df = rd.get_history( universe=['aUSSPDIVY'], interval="monthly", start="1924-03-01" ) print(df) aUSSPDIVY VALUE Date 2022-05-31 1.567599 2022-06-30 1.641982 2022-07-31 1.64768 2022-08-31 1.560287 2022-09-30 1.69635 2022-10-31 1.767346…
Trying to get data for anything gets me the above error message. my code: df = rd.get_data( universe="aUSSPDIVY" ) print(df) it runs forver, doesnt break or so, just keeps printing the same error row after row after row: when i kill it, i get the following trace: File…
I have encountered an issue with the Workspace today; neither the app nor the web version seems to be working (please refer to the attachments). Is there any scheduled system maintenance for today? or any one face the same problem?
Output.csv.zip Greetings! I am writing to seek your expertise in enhancing a sophisticated codebase designed to extract Reference Instrument Codes (RICs) from the three principal U.S. exchange markets: NASDAQ, NYSE, and NYSE American. This code efficiently retrieves both historical and current data, focusing on detailed…
Where is the tick or realtime documentation with description for the format following: MARKETPRICE raw MP,REFRESH, raw MP,UPDATE, CLOSING_RUN raw MP,UPDATE,CORRECTION raw MP,UPDATE,QUOTE raw MP,UPDATE,TRADE raw MP,UPDATE,UNSPECIFIED
Greeting everyone! I am currently engaged in the development of algorithms tailored for advanced data analysis and require your expert guidance on a couple of technical challenges I am encountering. Firstly, I am seeking a method to accurately extract the closing price on the day following the Bankruptcy Announcement,…
Hello ! We are migrating from TRKD to RDP, I would like to use the "/data/pricing/snapshots-resolve/v1/chains/{ChainRic} " API to decrypt and access chains data. I'd like some recommendations on how I should implement calls to this API. My use case is to decrypt and pull all the data from the chains. I've been advised to…
Hi I use refinitiv excel addins for functions like RDP.Data() and RDP.HistoricalPricing and so on. I am now tried to write another addon using xlwings with Python. As I'm having trouble getting excel to load my code, I wanted to check whether there are any known inconsistencies between xlwings and RDP?
What does this RIC #NASDCONS.O return? And how to check what are the available one?
Hi, I am using refinitiv.data.content.search.Definition() which has two argument select and filter. My question is how can I know which columns name are available for specific views and how can I select all columns. "*" doesn't work. For example, in screenshot, your example code select columns…
It looks like you're new here. Sign in or register to get started.