Reputation: 610
I need to retrieve market close price of securities from bloomberg using Java on a Unix machine. How can I do that?
I browsed http://www.bloomberg.com/professional/software_support/ and have no idea which one should I use. If there's such java API, where could I access its Javadoc? Thank you!
Upvotes: 0
Views: 7345
Reputation: 1
The above two options are correct however there is a third way:
"Data License Per Security".
As the name suggests this follows a billing by usage model. There are two ways of accessing it:
Upvotes: 0
Reputation: 1674
Bloomberg has given API for Java, C, C++, C# and R. So you can use the api. The documentation is given in http://www.bloomberglabs.com/api/documentation/
Upvotes: 0
Reputation: 9707
There are two options available:
Your Bloomberg rep will be able to provide details for both options & appropriate documentation. Type BREP
to see contact details for your rep.
Upvotes: 2