cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Bloomberg API and Databricks

kfloresip
New Contributor

Dear Databricks Community,
Do you have any experience connecting Databricks (Python) to the Bloomberg Terminal to retrieve data in an automated way? I tried running the following code without success:
%python
%pip install blpapi
Thanks for your help,
Kevin Flores

 
1 REPLY 1

filipniziol
Contributor III

Hi @kfloresip ,

As per documentation you need to run:

%pip install --index-url=https://blpapi.bloomberg.com/repository/releases/python/simple/ blpapi
 
It means that the package is not available on the standard Python Package Index (PyPI) and Bloomberg hosts it on their own package repository rather than on PyPI

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group