I saw from some past questions that it's possible to access transcripts by leveraging the ongoing connection with Eikon / Workspace using the get_data or get_news function. However, what I want to do …
Hi! I'm using DAtascope and this API for chainrics: def get_chain_ric_market_depth(futures_ric, query_start_date, query_end_date): """ Example futures ric: 0#1YM: """ json_blob = { "ExtractionRequest"…
Hello, We regularly query banks data from Refinitiv Workspace for TotalAssetsActual. We noticed several discrepancies between the values of this variable and those of TotAssets, though in principle th…
I’m wondering how I can obtain institutional ownership percentage data in Excel format for time series analysis across multiple firms. Thank you in advance for your help.
Hi all, I'm a student at the University of Amsterdam currently working on my thesis. I'm researching M&A deals and trying to gather historical ESG ratings for the target companies involved. I used DSC…
Hello! I am a student at the University of Ghent and for an assignment, we need to follow an option. We choose the option AIR12920F5.p, but we need to find the historical ask price. How can I do this?…
Hi, I am extracting multiple ESG metrics for various companies from 2006 to 2024. However, I’m facing an issue: the output structure does not include a date for every company when data is missing. I w…
I using the code below to extract data on companies' segment code, name, and revenue. The results return multiple segment codes in each column (for each segment). Is there any other items like primary…