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, recessions, 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
databases | Retrieve HaverView database information |
fetch | Request data from Haver Analytics database |
info | Retrieve information about Haver Analytics variables |
search | Search for HaverView variables |
series | Retrieve HaverView series information |
recessions | Retrieve HaverView recession information |
currencies | Retrieve HaverView currency information |
Examples
Version History
Introduced in R2024a
See Also
databases
| fetch
| info
| search
| series
| recessions
| currencies