Provenance
PublisherNasdaq Data Link
API basehttps://data.nasdaq.com/api/v3
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (API key)
Methods (9)
getDataset
readTime-series dataset values.
Required paramsdatabaseCodedatasetCodeInput schema
{ "type": "object", "properties": { "databaseCode": { "type": "string" }, "datasetCode": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "limit": { "type": "number" }, "order": { "oneOf": [ { "type": "string", "enum": [ "asc" ] }, { "type": "string", "enum": [ "desc" ] } ] }, "columnIndex": { "type": "number" }, "collapse": { "oneOf": [ { "type": "string", "enum": [ "monthly" ] }, { "type": "string", "enum": [ "daily" ] }, { "type": "string", "enum": [ "quarterly" ] }, { "type": "string", "enum": [ "annual" ] }, { "type": "string", "enum": [ "weekly" ] } ] }, "transform": { "oneOf": [ { "type": "string", "enum": [ "diff" ] }, { "type": "string", "enum": [ "rdiff" ] }, { "type": "string", "enum": [ "rdiff_from" ] }, { "type": "string", "enum": [ "cumul" ] }, { "type": "string", "enum": [ "normalize" ] } ] } }, "additionalProperties": false, "required": [ "databaseCode", "datasetCode" ] }getDatasetMetadata
readDataset metadata only.
Required paramsdatabaseCodedatasetCodeInput schema
{ "type": "object", "properties": { "databaseCode": { "type": "string" }, "datasetCode": { "type": "string" } }, "additionalProperties": false, "required": [ "databaseCode", "datasetCode" ] }searchDatasets
readSearch datasets by keyword (Nasdaq Data Link).
Required paramsqueryInput schema
{ "type": "object", "properties": { "query": { "type": "string" }, "databaseCode": { "type": "string" }, "perPage": { "type": "number" }, "page": { "type": "number" } }, "additionalProperties": false, "required": [ "query" ] }listDatabases
readAll available databases.
Input schema
{ "type": "object", "properties": { "perPage": { "type": "number" }, "page": { "type": "number" } }, "additionalProperties": false }getDatabase
readDatabase metadata.
Required paramsdatabaseCodeInput schema
{ "type": "object", "properties": { "databaseCode": { "type": "string" } }, "additionalProperties": false, "required": [ "databaseCode" ] }getWTIFutures
readWTI crude front-month futures.
Input schema
{ "type": "object", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false }getNatGasFutures
readNatural gas front-month futures.
Input schema
{ "type": "object", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false }getOPECBasketPrice
readOPEC basket crude price.
Input schema
{ "type": "object", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false }getHenryHubSpot
readHenry Hub natural gas spot.
Input schema
{ "type": "object", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false }
