The most recent content from our members.
...ia Python Script Hi everyone, I am trying to integrate some RIC information into Power BI through python scripts that have already been tested on Refinitiv Eikon API with CodeBook. All scripts worked just fine, both historical and real-time data, as shown below. Below are the codes used in the examples above. 1) "import…
Can't synchronize with Power BI via Python. Below is a simple example of the correct Python coding settings on my computer to synchronize with Power BI. "import pandas as pd data = [['Alex',10],['Bob',12],['Clarke',13]] df = pd.DataFrame(data,columns=['Name','Age']) print (df)" However, when I try to synchronize the code…
...be header Date. This causes an issue when you pull the data with a python script to Power BI as the col is ignored.
Hello, I'm trying to connect the Reikon API as a database into Power BI to generate some portfolio for our company and I'm following the two guides below but no success until now unfortunately. 1 - "Eikon Data API on Power BI app with py script" post…
I want to connect to PowerBI through API. Do we get API for a enterprise user like me to connect to PowerBI or other tool.
Hi, we would like to create a reporting for our portfolio via Microsoft Power BI. We can build an interface, but we have some challenges there. Our Power BI is running on a virtual machine via Microsoft Azure. Our lizenz is running on a local machine in our office. I see three typs of APIs? Whats the difference between…
How do I get data daily without me running the code in the refinitiv platform using Eikon API?
Can we directly connect Eikon API to power BI, so that we just schedule a refresh in power BI?
How Can we USE EIKON API to connect to any RPA tool like power automate ,
ca we feed data from eikon to microsoft power BI? thanks
It looks like you're new here. Sign in or register to get started.