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