Does Eikon API library work via Fabric notebooks?

avinash.sonde
edited February 17 in Eikon Data APIs

I wonder if there is a way to be using eikon library via Fabric notebooks ?
like so:
# Connect to Refinitiv and get datadf_holdings, FundHoldings = ek.get_data([fund_isin],['TR.FundHoldingName', 'TR.FundHoldingRIC','TR.FundPercentageOfFundAssets', 'TR.FundLatestFilingDate'],{'Endnum':'5000'})

would you have a code sample that i could use please? for example, i'm trying to download MarketCap

im transitioning from locally running it with Workspace open to using it on Fabric notebooks

Answers

  • Hello @avinash.sonde

    The target Notebook or Python code has to be run on the same machine as the one running Workspace app, and the data is for the consumption of the named user only. For getting the data into fabric, you will have to use enterprise product like RDP, Datascope etc.

  • Hello @avinash.sonde

    Additionally, you can use a CodeBook app which is a cloud hosted Jupyter Lab on the Workspace desktop/web version to run LSEG desktop APIs.