Anyone know a service that provides easy access to historical income statements, balance sheet, and cash flow?
Bloomberg market data API made public for C++, .Net, Java, Perl
51–60 of 70 posts
Re: Bloomberg market data API made public for C++, .Net, Java, Perl
#52Bloomberg isn't offering this data for free. They can't offer full, real-time data for free. I'm surprised how many people on HN are interested in this. If you are looking for real-time feeds, the best vendor I've found is http://www.nanex.net/ . They offer the whole feed, real-time, over the internet. Unfortunately you have to access it through their windows based dll. I can't understand why they don't have a native…
Also check out Activetick (no relationship with them) for a few months. It works on all platforms. They even had an example program that made their API accessible via HTTP. I got away just with that. I compared their data with another feed and they matched. http://www.activetick.com/activetick/contents/ActiveTickFeed...
Re: Bloomberg market data API made public for C++, .Net, Java, Perl
#53Earlier quoted context omitted.
You are right, bloomberg is obviously in a different league. I meant there is an opportunity to offer market data to a different set of clients. However, that is not to say that the size of bloomberg's infrastructure is the biggest obstacle to competing with it. Today there are technologies (nosql, HDFS, virtual clustures, etc.) which make it reasonable for ambitious engineers to think about competing with sections o…
I'm honestly curious if 3rd party cloud pricing can allow competition that makes business sense, though. Maybe someone will attempt it.. As for the terminal, it is constantly evolving. Change takes time :) Mess with something that works and you might not like the outcome. Just ask Netflix ;)
In other words, you don't need a big machine, expensive colocation, upfront bandwidth costs, just to serve two clients.
Re: Bloomberg market data API made public for C++, .Net, Java, Perl
#54Re: Bloomberg market data API made public for C++, .Net, Java, Perl
#55Re: Bloomberg market data API made public for C++, .Net, Java, Perl
#56Bloomberg isn't offering this data for free. They can't offer full, real-time data for free. I'm surprised how many people on HN are interested in this. If you are looking for real-time feeds, the best vendor I've found is http://www.nanex.net/ . They offer the whole feed, real-time, over the internet. Unfortunately you have to access it through their windows based dll. I can't understand why they don't have a native…
Vendor agreements are only part of it. We actually run one of the largest private networks in the world. There are huge fixed costs with just the physical logistics of the operation. On the data side, I was curious and checked.. The aggregate amount of incoming ticks/messages is upwards of 45 billion a day.
Re: Bloomberg market data API made public for C++, .Net, Java, Perl
#57Earlier quoted context omitted.
You are right, bloomberg is obviously in a different league. I meant there is an opportunity to offer market data to a different set of clients. However, that is not to say that the size of bloomberg's infrastructure is the biggest obstacle to competing with it. Today there are technologies (nosql, HDFS, virtual clustures, etc.) which make it reasonable for ambitious engineers to think about competing with sections o…
I'm honestly curious if 3rd party cloud pricing can allow competition that makes business sense, though. Maybe someone will attempt it.. As for the terminal, it is constantly evolving. Change takes time :) Mess with something that works and you might not like the outcome. Just ask Netflix ;)
That explains why it installs .NET framework, Silverlight, Flash and God knows what else :)
Re: Bloomberg market data API made public for C++, .Net, Java, Perl
#58Bloomberg isn't offering this data for free. They can't offer full, real-time data for free. I'm surprised how many people on HN are interested in this. If you are looking for real-time feeds, the best vendor I've found is http://www.nanex.net/ . They offer the whole feed, real-time, over the internet. Unfortunately you have to access it through their windows based dll. I can't understand why they don't have a native…
Re: Bloomberg market data API made public for C++, .Net, Java, Perl
#59Earlier quoted context omitted.
I'm honestly curious if 3rd party cloud pricing can allow competition that makes business sense, though. Maybe someone will attempt it.. As for the terminal, it is constantly evolving. Change takes time :) Mess with something that works and you might not like the outcome. Just ask Netflix ;)
As for the terminal, it is constantly evolving That explains why it installs .NET framework, Silverlight, Flash and God knows what else :)
Re: Bloomberg market data API made public for C++, .Net, Java, Perl
#60My experience with using anything Reuters or Bloomberg is that you do not want their code anywhere near a critical system. It's poorly designed, poorly documented, low on features, hard to integrate, and incredibly expensive. Moving data from one place to another is a solved problem. But not if you are using RMDS. Then it's just a problem.