I am currently using the Refinitiv DataPlatform Python library for intraday data analysis. My focus is on equities, and I have successfully implemented a routine to retrieve 1-minute interval data using the following code: import pandas as pd import refinitiv.dataplatform as rdp # Define the datetime range start_date =…
How can I download data on electronic municipal market access (EMMA) municipal trade statistics through python API?
So helpdesk has asked me to ask the community?? here ? why the quick tutorial code isnt working, i am using vs code python with jupyter notebook. The code is just a copy from the quick start guide on the refinitiv website import eikon as ek import pandas as pd ek.set_app_key('my-api tokin') ek.get_news_headlines('EU AND…
...ines(query = general_text, count=20) Hi I just want to know what will be the alternatve syntax if someone is using eikon api , How can i get the same results as i am getting with the query rd.news.get_headlines(query = general_text, count=20)
...ample RIC/Company) as the same values in the Estimates Page -> Guidance Summary in Workspace Codebook? Hello team, I am using Codebook and code creator in pulling up the Guidance Low Value and guidance high value for WMT (My sample RIC). Can we pull up the EPS (Earnings Per Share) Guidance Low Value and Guidance High…
Hi, I'm using delayed subscription right now and I can't access to these Data (RIC : XAUFIXAM=, XAUFIXPM=) from Jan 19, 2024. In Eikon, seems like below: Please kindly let me know why this happened and what i am supposed to do to get these data?
...rned NAN instead of 0 When I used eikon's function StreamingPrice, I tried to pull the value of CF_NETCHNG but got returned NAN instead of 0. For LGOc1-LGOc2 the net change is 0 on screen but in API the value shown is NA it is just a bug in your API that needs to be fixed Please advised as to why we are getting NAN…
Using the Eikon API, how do I obtain time series data for the top 10 investors for a list of firms (in Python)? For example this: df, e = ek.get_data('FIEG.DE',['TR.ISIN','TR.InvestorFullName','TR.PctOfSharesOutHeld','TR.PctOfSharesOutHeld.date','TR.InvestorType'],{'SDate':'2000-12-31','Frq':'Y', 'EDate':'2002-12-31'})…
...think someone could help ? I sent few emails this morning regarding the Refinitiv API that I want to link to Python. Do you think someone could help?
I want to add the YTM for a bond that the API is not pulling. I need it to match the same YTM criteria of the other bonds in my sample. Price History provides Bid and Ask which is not the one
It looks like you're new here. Sign in or register to get started.