MATLAB: How to access Haver data using Datafeed Toolbox 3.3 (R2009a)

Datafeed Toolbox

I would like to use Haver data from Haver Analytics but I do not know who to get to it using the Datafeed Toolbox.

Best Answer

To be able to use the Haver Analytics database with Datafeed Toolbox in MATLAB, you need to install proprietary software from Haver Analytics on your computer and to obtain the database form Haver Analytics. For more information about how to obtain required software, contact your data server sales representative. For more information, visit Haver Analytics website at:
<http://www.haver.com/>
Once you obtained the database, to be able to use it with MATLAB, you will need to provide the local path to the database, for example, if the database is located at the path d:\work\haver\data\haverd.dat, use the following command to connect to the database:
H = haver('d:\work\haver\data\haverd.dat')
To see a list of functions you can use with the Haver Analytics database, execute the following in the MATLAB command prompt:
web([docroot '/toolbox/datafeed/bp_usto-1.html#bq0mkxe-1'])