Can I download multiple time-series in a single API call?

Note that each data feed on Nasdaq Data Link is delivered through one of the following Nasdaq Data Link APIs:

  • Streaming API for real-time data
  • REST API for real-time or delayed data
  • REST API for time-series
  • REST API for tables

You can learn more about these APIs and data formats here.

When using the REST API for time-series data, it is not currently possible to download multiple time-series in a single API call. To download multiple time-series in one call, we recommend using another tool such as the Nasdaq Data Link R Package, Python Package, or the Excel Add-In: 

Nasdaq Data Link R Package
See installation instructions here
To download multiple time-series in one call, see examples here

Nasdaq Data Link Python Package
See installation instructions here.
To download multiple time-series in one call, see examples here. You can download multiple time-series in one call, like this: 

data = nasdaqdatalink.get(["XNAS/AAL", "XNAS/ACIW", "XNAS/ACLS"])

Nasdaq Data Link Excel Add-In
See installation instructions here
See introductory instructional videos here. To download multiple time-series in one call, see examples here

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.