← Tools Reference

Nasdaq Data Link

Nasdaq Data Link integration (Finance, Data). Imported from open-connector.

API key7 toolshttps://data.nasdaq.com/api/v3
GET
nasdaq_get_datatable_metadata
Retrieve schema, filter, refresh, and premium metadata for a Nasdaq Data Link datatable.

/datatables/{vendorCode}/{tableCode}/metadata.json

3 parameters
ParamTypeRequiredDescription
datatableCodestringrequiredThe datatable code in VENDOR/TABLE format, such as SHARADAR/SF1.
vendorCodestringrequiredPath parameter: vendorCode
tableCodestringrequiredPath parameter: tableCode
GET
nasdaq_get_datatable
Request a bulk export for a Nasdaq Data Link datatable and return the current file status plus download link when available.

/datatables/{vendorCode}/{tableCode}.json

3 parameters
ParamTypeRequiredDescription
datatableCodestringrequiredThe datatable code in VENDOR/TABLE format, such as SHARADAR/SF1.
vendorCodestringrequiredPath parameter: vendorCode
tableCodestringrequiredPath parameter: tableCode
GET
nasdaq_get_table_row
Query a Nasdaq Data Link datatable with a single filter column and normalize the returned rows into key-value objects.

/datatables/{vendorCode}/{tableCode}.json

8 parameters
ParamTypeRequiredDescription
datatableCodestringoptionalThe full datatable code in VENDOR/TABLE format. Use this or vendorCode + tableC…
vendorCodestringrequiredThe vendor code when the datatable is provided as separate vendor and table cod…
tableCodestringrequiredThe table code when the datatable is provided as separate vendor and table code…
filterColumnNamestringrequiredThe column name used as the datatable filter.
filterColumnValuestringrequiredThe value used for the datatable filter.
columnsarrayoptionalThe selected columns to include in the datatable response.
perPageintegeroptionalThe number of rows to request per page.
cursorIdstringoptionalThe cursor ID used to fetch the next page.
GET
nasdaq_get_dividend_history
Retrieve quarterly dividend fundamentals for a ticker from SHARADAR/SF1 using the ARQ dimension.

/datatables/{vendorCode}/{tableCode}.json

7 parameters
ParamTypeRequiredDescription
tickerstringrequiredThe stock ticker symbol, such as AAPL.
datestringoptionalAn optional datekey filter in YYYY-MM-DD format applied to the SF1 table.
columnsarrayoptionalThe selected columns to include in the datatable response.
perPageintegeroptionalThe number of rows to request per page.
cursorIdstringoptionalThe cursor ID used to fetch the next page.
vendorCodestringrequiredPath parameter: vendorCode
tableCodestringrequiredPath parameter: tableCode
GET
nasdaq_get_analyst_ratings
Retrieve analyst recommendation and target-price history for a stock symbol from the ZACKS analyst datatables.

/datatables/{vendorCode}/{tableCode}.json

3 parameters
ParamTypeRequiredDescription
symbolstringrequiredThe stock ticker symbol, such as AAPL.
vendorCodestringrequiredPath parameter: vendorCode
tableCodestringrequiredPath parameter: tableCode
GET
nasdaq_get_end_of_day_quote
Retrieve QuoteMedia end-of-day price rows for a ticker, optionally filtered by a date range.

/datatables/{vendorCode}/{tableCode}.json

7 parameters
ParamTypeRequiredDescription
tickerstringrequiredThe stock ticker symbol, such as AAPL.
dateGtestringoptionalThe inclusive lower-bound date filter in YYYY-MM-DD format.
dateLtestringoptionalThe inclusive upper-bound date filter in YYYY-MM-DD format.
perPageintegeroptionalThe number of rows to request per page.
cursorIdstringoptionalThe cursor ID used to fetch the next page.
vendorCodestringrequiredPath parameter: vendorCode
tableCodestringrequiredPath parameter: tableCode
GET
nasdaq_get_real_time_quote
Compatibility alias of get_end_of_day_quote. Returns QuoteMedia end-of-day price rows rather than live real-time quotes.

/datatables/{vendorCode}/{tableCode}.json

7 parameters
ParamTypeRequiredDescription
tickerstringrequiredThe stock ticker symbol, such as AAPL.
dateGtestringoptionalThe inclusive lower-bound date filter in YYYY-MM-DD format.
dateLtestringoptionalThe inclusive upper-bound date filter in YYYY-MM-DD format.
perPageintegeroptionalThe number of rows to request per page.
cursorIdstringoptionalThe cursor ID used to fetch the next page.
vendorCodestringrequiredPath parameter: vendorCode
tableCodestringrequiredPath parameter: tableCode