Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Nasdaq Datasets API

Time-series datasets and their metadata.

Nasdaq Datasets API is one of 4 APIs that Nasdaq publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Datasets. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 3 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://data.nasdaq.com/api/v3.

3 operations 3 paths 1 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://data.nasdaq.com/api/v3
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Nasdaq Datasets API declares 1 security scheme for authenticating requests. An API key is passed in the query as api_key (apiKeyAuth). By default, every request must be authenticated.

  • apiKeyAuth — Pass your Nasdaq Data Link API key as the apikey query parameter.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Datasets 3

Time-series datasets and their metadata.

GET
/datasets/{database_code}/{dataset_code}/data.{format}
Retrieve time-series data for a dataset
getDatasetData 10 params → 200
GET
/datasets/{database_code}/{dataset_code}/metadata.{format}
Retrieve metadata for a dataset
getDatasetMetadata 3 params → 200
GET
/datasets/{database_code}/{dataset_code}.{format}
Retrieve combined data and metadata for a dataset
getDatasetDataAndMetadata 7 params → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. Each schema is shown below with its type and property counts.

Resource
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nasdaq-omx-group-datasets-api-openapi.yml Raw ↑

Other APIs Nasdaq publishes across the network.

Nasdaq Data Link Tables API
Nasdaq Data Link Streaming API
Nasdaq Databases API