Skip to content

Releases: pyxll/blpapi-python

v3.14.0

21 Sep 09:31
Compare
Choose a tag to compare
  • Updated to blpapi 3.14.0
  • Built using Bloomberg C API 3.14.3.1

Note The Bloomberg API 3.14.3.1 is the experimental release at the time of this Python release. If you want to use the stable/supported Bloomberg API use the previous release v3.12 instead.

v3.12.3

21 Sep 09:01
Compare
Choose a tag to compare
  • Update to latest Bloomberg API stable release 3.12.3
  • Add binaries for Python 3.8 and 3.9

v3.12.2

04 Feb 16:17
Compare
Choose a tag to compare
Add version number to Bloomberg API DLL name

On Windows get the version info from the Bloomberg API DLL and create a
version specific lib/dll for the Python extensions to link against.

This resolves any conflict where Python in embedded somewhere where
another version of the Bloomberg API is already being loaded (eg Excel).