haverview
Description
The haverview function creates an object that represents a
connection to the HaverView™ cloud platform. After you create a haverview object, you can
retrieve historical data for a specified range as well as information about database lists,
variables, and currencies.
Accessing the HaverView platform requires an authentication token from Haver Analytics®. For details on obtaining a token, see https://haverproducts.com/.
From MATLAB®, you can retrieve HaverView data by following these steps:
Creation
Syntax
Description
creates a connection to a database on the HaverView cloud platform using a valid authentication token.c = haverview(token,databasename)
sets the timeout value, the HaverView base endpoint URL, the REST API call media type, and the MATLAB HTTP library debug value.c = haverview(token,databasename,timeout,url,mediatype,debugmodevalue)
Input Arguments
Properties
Object Functions
Examples
Version History
Introduced in R2024a