Bloomberg Open Sources Its Market Data Distribution Technology
First time accepted submitter Cara_Latham writes "Hoping to spur innovation and collaboration, Bloomberg LP is opening its market data interfaces to anyone, without cost or restriction. The market data provider's application programming interface (API), known as BLPAPI (Bloomberg LP API), is already used by Bloomberg, its clients and other technology providers to build connections between financial firms' applications and Bloomberg's market data and applications. Today any technology professional, or even students at a university, can access BLPAPI to quickly build connections to market data feeds. The BLPAPI interface works with a number of programming languages and operating systems, including Java, C, C++, .NET, COM and Perl."
Wow this is amazing! Kudos to Bloomberg for such an unexpected and generous gift! Why, now anyone at all can connect to Bloomberg's proprietary and expensive market data feeds. That's what I call true philanthropy.
It is only the API that they have released and you should still pay if you need the data... Not useful for me!
I've worked for Bloomberg, and I can tell you they're not doing it for the philanthropy. They're most certainly in it for the money. So they give you the API to build plug-ins or more create a tight Bloomberg feed to your own product. Big deal. I didn't see anything about giving the data away.
This is great for entrepreneurs who want to build better representations of these massive data sets. As someone pointed out, the feed isn't free, but this is still a big move. The financial sector is in need of some major tech overhaul. Even though this helps Bloomberg, it helps the marketplace too.
Had a quick review of the API, for high-freq use cases the design is crap. For historical data use-cases, the design crap.
To add to that, if there is no access to data, even limited access (no real-time or complete historical views), then what is all this fuss about? and furthermore, what is open source about providing APIs? they were already doing it for free if you had an account and asked for it, if thats the case for calling something open source, then by that measure MS as open sourced its entire .NET platform from day one. lots of astro-turfing and shills on slashdot these days.
I sometimes wonder if the people that design the BB and RFA interfaces are not people but rather monkeys randomly pounding a keyboard....
Bloomberg has a HUGE set of libraries for C++ that are similar to C++98 and C++0x/C++11 stl, but don't necessarily rely on all the advanced compiler features of C++0x/C++11. If they'd release those libraries, then this would be news. It wouldn't put them at a disadvantage in their market, but it would help gain some respect from the C++ community.
Open API's are not the same as open source. An Open API allows anyone to create a client to use their stuff, which would be to their advantage. It also allows implicitly allows anyone to try to duplicate the back end system, but that is a heck of a lot of work for which they aren't providing source code for.
This reminds me of the time back in the '90s when Microsoft "opened" (this was before the term Open Source) the COM/DCOM/ActiveX specifications by turning them over to ECMA (a computer manufacturer's trade group) for "standardization". Then they paid Software AG to port the COM support stack to Unix, which didn't work very well because (for one thing) there were numerous dependencies on Windows data structures such as hWnd and hDC. Except for a few gullible journalists in the trade press, the world basically ignored "cross-platform DCOM", and soon it went away.
Opening an API that was already open to pretty much anyone who asked != opensource. The correct title of the article would be: Bloomberg opens part of market data API to non-clients and tries to pass it off as open source. There is no new source to be gotten and recompiled here.
I just scanned through the Javadoc for the Java part. It looks horrible ( I mean the set-up & architecture, not the javadoc ). Binspam + dupe.
Religous speak to God. Insane are spoken to by God. When all shut up, one can finally hear Shostakovich in peace
No source , therefore not open source.
Look into interactivebrokers.com. You do need to open an account there (which IMHO isn't too much to ask. A roth IRA can be opened for $3k I think) but when you do, they'll give you (on request) a test/paper trade account with $1,000,000 in it and access to the real time functions.
We've got them beat by a long shot ;-)
Login here and query away about the APIs.
https://customers.reuters.com
You should know that Bloomberg has contributed some of these improvements to the new C++ standard. Quite a few people from Bloomberg are on the C++ Standards Committee