Is a Bloomberg license needed for the financial datafeed toolbox?

2 views (last 30 days)
Hi, I'm considering getting the datafeed toolbox to incorporate real time data from Bloomberg into my code.
The functions listed for the toolbox suggest they are all you need to call data from Bloomberg servers.
But having reflected on the $2,000+ price tag for a basic Bloomberg stand-alone service, I don't think that's likely.
Apart from downloading the datafeed toolbox, are there other files/software/ licenses that you need in order to call Bloomberg (or Reuters) data?
Because getting free access to Bloomberg embedded in the Matlab, without a Bloomberg account, sounds too good to be true.
Thanks
- 17 year old Matlab beginner

Accepted Answer

Andreas Goser
Andreas Goser on 12 Jun 2012
Your guess is correct. The BLOOMBERG functionality can only be used when you also have purchased data access from Bloomberg (I do not know however what types of business model they have).
If you are a student, then you likely are happy with using the YAHOO function. This is not real-time, but good enough to learn.

More Answers (1)

Thomas
Thomas on 12 Jun 2012
Google does provide every second data, as opposed to Bloomberg which is delayed by 15 mins. without the license.
  4 Comments
Thomas
Thomas on 12 Jun 2012
http://googleblog.blogspot.com/2008/06/at-long-last-real-time-stock-quotes-are.html here is google blog link announcing 'real-time' data
Xu Ji
Xu Ji on 12 Jun 2012
Thanks for the tip, I totally forgot about Google!
For reference to other Matlab newbies, I found this file: http://www.mathworks.com/matlabcentral/fileexchange/25433-google-finance-historical-stock-data-downloader
which allowed me to get quotes from the Google finance website.
The only downside for both Yahoo and Google is they don't have information on bonds, whereas Bloomberg has charts for every asset class. I was going to include some government bonds in my hypothetical portfolio, but I'll have to manually input the data myself, or figure out a way to grab from other websites.
And then build a front end in excel, and some sort of timer to make it update every second.
I guess this has eradicated my need for the datafeed toolbox! Thanks Andreas and Thomas, I may appear again if I have more questions :)

Sign in to comment.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!