DataSets[Quandl][Reference]
NewestValues
efficiently retrieves the newest values of a list of Quandl references
Calling Sequence
Parameters
Description
Examples
Compatibility
NewestValues(reflist)
reflist
-
list of Quandl references
The NewestValues command returns a list of lists with the newest values of the references in reflist, preserving order.
Each inner list will contain the numerical values of the newest values corresponding to that data set, or undefined if the data cannot be retrieved. The order of the values in the inner lists will match the order of the columns.
This command tries to minimize the number of API calls required, and the amount of data retrieved.
with⁡DataSets:
refa ≔ Reference⁡Quandl,FRED/CANPOPL
refa≔Data setPopulation in Canada (DISCONTINUED)Quandl FRED/CANPOPLup to 52 rows (annual), 1 column1960-01-01 - 2011-01-01
refb ≔ Reference⁡Quandl,BITCOINWATCH/MINING
refb≔Data setBitcoin Mining StatisticsQuandl BITCOINWATCH/MININGup to 2813 rows (daily), 13 columns2013-08-26 - 2021-05-08
Since the only argument must be of type list, the command must be accessed explicitly
refa:-NewestValues⁡refa,refb
34.48,1.65228000×107,9.571142528640×1011,undefined,undefined,undefined,undefined,481823.0,0.,0.,9.232330684490×1011,8.877369440470×1011,6.35466857×106,8.070429084×107
Quandl:-Reference:-NewestValues⁡refb
1.65228000×107,9.571142528640×1011,undefined,undefined,undefined,undefined,481823.0,0.,0.,9.232330684490×1011,8.877369440470×1011,6.35466857×106,8.070429084×107
The DataSets[Quandl][Reference][NewestValues] command was introduced in Maple 2015.
For more information on Maple 2015 changes, see Updates in Maple 2015.
See Also
DataSets
Download Help Document