NewestValues - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


DataSets[Quandl][Reference]

  

NewestValues

  

efficiently retrieves the newest values of a list of Quandl references

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

NewestValues(reflist)

Parameters

reflist

-

list of Quandl references

Description

• 

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.

Examples

withDataSets:

refaReferenceQuandl,FRED/CANPOPL

refaData setPopulation in Canada (DISCONTINUED)Quandl FRED/CANPOPLup to 52 rows (annual), 1 column1960-01-01 - 2011-01-01

(1)

refbReferenceQuandl,BITCOINWATCH/MINING

refbData setBitcoin Mining StatisticsQuandl BITCOINWATCH/MININGup to 2813 rows (daily), 13 columns2013-08-26 - 2021-05-08

(2)

Since the only argument must be of type list, the command must be accessed explicitly

refa:-NewestValuesrefa,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

(3)

Quandl:-Reference:-NewestValuesrefb

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

(4)

Compatibility

• 

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