Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22599 > unrolled thread
| Started by | SMac2347@comcast.net |
|---|---|
| First post | 2012-04-03 07:35 -0700 |
| Last post | 2012-04-04 10:59 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
Python and Bloomberg SMac2347@comcast.net - 2012-04-03 07:35 -0700
Re: Python and Bloomberg Bastian Ballmann <bastian.ballmann@notch-interactive.com> - 2012-04-04 10:59 +0200
| From | SMac2347@comcast.net |
|---|---|
| Date | 2012-04-03 07:35 -0700 |
| Subject | Python and Bloomberg |
| Message-ID | <26f6e8d4-6350-4d9b-96d1-44ea1be72a14@l30g2000yqb.googlegroups.com> |
Hello, I was just wondering if anyone had experience using Python to interact with Bloomberg. Ideally, I'd look to use Python to feed Bloomberg's OVML calculator with a list of inputs, and then use an additional program to grab the results of the calculator for each calculation, and pull them into another document, ideally an excel spreadsheet or alternatively a delimited .txt file. Any thoughts or ideas are very much appreciated. Thanks!
[toc] | [next] | [standalone]
| From | Bastian Ballmann <bastian.ballmann@notch-interactive.com> |
|---|---|
| Date | 2012-04-04 10:59 +0200 |
| Message-ID | <mailman.1310.1333530574.3037.python-list@python.org> |
| In reply to | #22599 |
Am 03.04.2012 16:35, schrieb SMac2347@comcast.net: > Hello, I was just wondering if anyone had experience using Python to > interact with Bloomberg. Ideally, I'd look to use Python to feed > Bloomberg's OVML calculator with a list of inputs, and then use an > additional program to grab the results of the calculator for each > calculation, and pull them into another document, ideally an excel > spreadsheet or alternatively a delimited .txt file. > > Any thoughts or ideas are very much appreciated. Thanks! Bloomberg has got SOAP for many (or all?) of its services. So maybe you could use SOAPpy to communicate with it. See http://www.ibm.com/developerworks/library/ws-pyth5/ HTH && Greets Basti -- Bastian Ballmann / Web Developer Notch Interactive GmbH / Badenerstrasse 571 / 8048 Zürich Phone +41 43 818 20 91 / www.notch-interactive.com
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web