To fetch time series dates: =Knoema.GetDates(datasetId, dates, optional modifier, dimensions...)
To fetch time series data: =Knoema.Get(datasetId, dates, transform, optional modifier, dimensions...)
To fetch time series data, dates, and metadata, use: =Knoema.GetA(datasetId, dates, transform, optional modifier, dimensions...)
To fetch the DataFinder version you are using: =Knoema.Version()
The dataset ID is a unique identifier that you can get from the Dataset Viewer by going to Tools > API > Excel Formula.
It’s also available from the webpage URL when you’re viewing the dataset.
Dimensions must be specified in the order that they appear in Dataset Viewer, surrounded by double quotes, and separated by semicolons if multiple values are included.