tags
Syntax
Description
additionally specifies a comma-separated list of FRED REST API parameters. For example,
d = tags(c,s,"series",fredParams)tags(c,"nsa","series","limit","20") returns a table with a limit of
twenty time series associated with the nsa tag ID, while
tags(c,[],"series","limit","20") returns a table with a limit of twenty
tags. For more information on specifying FRED parameters, see the FRED REST API
documentation.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026a