Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I use the bloomberg API to get FX data in a html site?

Tags:

bloomberg

I am new to the bloomberg API so forgive me if this is silly but I am creating a html website on a mac and I want to simply fill a div with some data from bloomberg e.g. the current value of the EURUSD.

How can this be done? Is this what the bloomberg API is for?

like image 613
user852974 Avatar asked Jun 22 '12 04:06

user852974


2 Answers

This is something that would typically be forbidden by the license - data obtained from the Bloomberg API can generally not be redistributed.

Plus (you might know that) the Bloomberg API is publicly available but to be able to receive actual data through the API, you need to subscribe to Bloomberg, which is a payable service.

There are probably better (and less expensive) ways to get EUR.USD rates.

like image 126
assylias Avatar answered Sep 19 '22 20:09

assylias


The API is for this, but the licensing is typically not. You can use the server mode and try to communicate with a Bloomber Server (paid component) and ask for licensing to redist the data. Your problem here is not technical but legal

like image 38
Sentinel Avatar answered Sep 17 '22 20:09

Sentinel