5

Possible Duplicate:
Bloomberg Server API and Ruby/Python

What's the best way to access Bloomberg server API from Python?
I need something that'll work on both Windows and Linux (the posts I've seen so far on SO are all for windows specific solutions). And I would prefer to use cpython and not jython etc.

Community
  • 1
  • 1
kefeizhou
  • 6,234
  • 10
  • 42
  • 55

2 Answers2

4

The Bloomberg Open API (BLPAPI) v3.5 release now includes a native Python SDK.

Bloomberg Server API and Ruby/Python

Community
  • 1
  • 1
Andrew Paprocki
  • 273
  • 2
  • 5
1

It works with standard python(I am using it), but your problem is it won't work using the terminal api on linux as the bloomberg software is only available for windows.

If you must have access on linux, then you'll need a server api type license which will allow you to query the server without the client running on the terminal. You need to speak with your sales rep to get pricing and more information about it.

Lostsoul
  • 25,013
  • 48
  • 144
  • 239