I use the get_data API to download USA municipal bond data by deals. However, I get much less observation compared to screen based on "Date deal was created". I wonder how is the download limit of USA municipal bond data by deals? How to get the full data?
this works in one of my virtual environments but not in another. Can you tell me how to find what package I have to have installed for this to work.
Good afternoon, I try to request Eikon API from python to find EUA options open interest relative to strike prices. I want to get open interest for all strike prices of a contract, for example Dec24 (CFI2Z4). Please find below my code. I think the code i am using for options is wrong : 0#GCFI2Z*.EX Thank you for your…
Hi! I notice a problem when I pull data in my Jupyter notebook, and when I pull the same data with the same way on the CodeBook environment, this problem does not appear. However, for more flexibility in my work, I need to get these data outside the CodeBook environent. Below you can see two prints that ilustrate the…
hello, because querying using TickerSymbol trying to get RIC isn't bulletproof, i thought i might try relying on CUSIP. it turns out that is not bulletproof either. here is a list of CUSIPs that fail using this code: 'G96629103', 'G9892K100', 'N94209108', '81807M205', 'M98068105', 'M9T951109', 'N3144W105', 'M97628107',…
Hi team, we used to use python library eikon before (import eikon as ek), and I noticed recently the codecreator in terminal changed to use refinitiv.data (import refinitiv.data as rd) package. Besides, I also found some code samples using refinitiv.dataplatform.eikon (import refinitiv.dataplatform.eikon as rd). May I know…
Hi, I followed Eikon Python api, but it gave me different data. please help me. I would like to get these news, so i put that query in my python code, but it gives me the latest news, not what i wanted. Here is what i did and what it provided. please let me know, what is wrong..
I am trying to use the Eikon api to download this page from various fund managers. I have the code which works for mutual funds and other funds that have Lipper codes, but it doesnt work when you just use the Company ID (starting with 429... here) . Is there a way to view these equity holdings for funds through the API?…
Is there a way to get GRAINTENDERS via the api? GRAINTENDERS is not really an instrument key or a chain. I have tried df = ek.get_data(['graintenders'], fields="Commodity") and df = ek.get_timeseries(['graintenders'], start_date=start_date, end_date=end_date, fields="Commodity") But get "nothing found" or invalid RIC.
Need EOD closing and settlement prices day wise data for CL Options Contract . Also need information of deriving the the same prices data for expired option contracts . Need all the above info for NG also so kindly let know on generic basis
It looks like you're new here. Sign in or register to get started.