Nasdaq Data Link is a powerful, centralized, cloud-based technology platform providing access to more than 250 trusted data sets, available via API. Search, discover and build.
Go to siteimport { 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}`,
},
})
},
})
Nasdaq Data Link (Time Series and Table data) uses API keys for authentication. When you connect your Nasdaq Data Link (Time Series and Table data) account, Pipedream securely stores the keys so you can easily authenticate to Nasdaq Data Link (Time Series and Table data) APIs in both code and no-code steps.
To retrieve your API Key,