What do you want to automate

with npm and Nasdaq Data Link (Time Series and Table data)?

Prompt, edit and deploy AI agents that connect to npm, Nasdaq Data Link (Time Series and Table data) and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Export Table (Bulk Download) with Nasdaq Data Link (Time Series and Table data) API on New Download Counts from npm API
npm + Nasdaq Data Link (Time Series and Table data)
 
Try it
Get Table Data with Nasdaq Data Link (Time Series and Table data) API on New Download Counts from npm API
npm + Nasdaq Data Link (Time Series and Table data)
 
Try it
Get Table Metadata with Nasdaq Data Link (Time Series and Table data) API on New Download Counts from npm API
npm + Nasdaq Data Link (Time Series and Table data)
 
Try it
Export Table (Bulk Download) with Nasdaq Data Link (Time Series and Table data) API on New Package Version from npm API
npm + Nasdaq Data Link (Time Series and Table data)
 
Try it
Get Table Data with Nasdaq Data Link (Time Series and Table data) API on New Package Version from npm API
npm + Nasdaq Data Link (Time Series and Table data)
 
Try it
New Download Counts from the npm API

Emit new event with the latest count of downloads for an npm package. See the documentation

 
Try it
New Package Version from the npm API

Emit new event when a new version of an npm package is published. See the documentation

 
Try it
Export Table (Bulk Download) with the Nasdaq Data Link (Time Series and Table data) API

Exports an entire table or a filtered subset as a zipped CSV file. Returns a download link for the data. Premium subscribers can use this feature up to 60 times per hour. See the documentation

 
Try it
Get Table Data with the Nasdaq Data Link (Time Series and Table data) API

Retrieves data from a specific Nasdaq Data Link table with automatic pagination. Supports filtering by columns and rows. See the documentation

 
Try it
Get Table Metadata with the Nasdaq Data Link (Time Series and Table data) API

Retrieves metadata for a specific Nasdaq Data Link table, including column names, types, filterable columns, and primary keys. See the documentation

 
Try it
Integrate the npm API with the Nasdaq Data Link (Time Series and Table data) API
Setup the npm API trigger to run a workflow which integrates with the Nasdaq Data Link (Time Series and Table data) API. Pipedream's integration platform allows you to integrate npm and Nasdaq Data Link (Time Series and Table data) remarkably fast. Free for developers.

The Nasdaq Data Link API provides access to financial, economic, and alternative data that powers investment decisions, research, and more. Within Pipedream, you can use this API to automate workflows involving time series and table data. This might include fetching stock prices, economic indicators, or data for quantitative analysis. By creating workflows that trigger on schedules or events, you can efficiently process and act upon this data. Combine it with other apps to gain insights, notify stakeholders, or integrate with your databases.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    nasdaq_data_link_time_series_and_table_data_: {
      type: "app",
      app: "nasdaq_data_link_time_series_and_table_data_",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://data.nasdaq.com/api/v3/datatables/ETFG/FUND.json`,
      params: {
        api_key: `${this.nasdaq_data_link_time_series_and_table_data_.$auth.api_key}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo