This workflow corresponds to n8n.io template #7836 — we link there as the canonical source.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"meta": {
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "8d555d4e-03ad-4950-b224-19c61dd6754c",
"name": "When clicking \u2018Execute workflow\u2019",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-1760,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "f69f79bf-78ea-4ff3-9893-26c8c602a3e7",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1520,
-280
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "71ed1ac6-cc48-4f47-afbe-27efa9ca5b82",
"name": "Add API Key",
"type": "n8n-nodes-base.set",
"position": [
-1380,
0
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "af1eb03e-b297-4f1d-9d72-65c4a69e7c58",
"name": "Get Data From Nasdaq Data Link",
"type": "n8n-nodes-base.httpRequest",
"position": [
-900,
0
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "34a4d77e-cbe7-4a58-acf6-0ce90f9bd2ff",
"name": "Format the Output",
"type": "n8n-nodes-base.code",
"position": [
-680,
0
],
"parameters": {},
"typeVersion": 2
},
{
"id": "cb81fc9b-74dc-4d29-b803-2fd38a112730",
"name": "Combine All Items Into One Array",
"type": "n8n-nodes-base.code",
"position": [
-440,
0
],
"parameters": {},
"typeVersion": 2
},
{
"id": "54703ce6-67e9-4cd4-bbe7-da9a44cfb971",
"name": "Fetch, Edit and Update Template From APITemplate",
"type": "n8n-nodes-base.httpRequest",
"position": [
40,
0
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "ee5b29b2-dc44-47ec-905e-6aab08f5554c",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-160,
-320
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "c3221f27-4680-4da5-9c50-f8ffd40ad02c",
"name": "Download PDF Report",
"type": "n8n-nodes-base.httpRequest",
"position": [
520,
0
],
"parameters": {},
"typeVersion": 4.2
}
],
"connections": {
"Add API Key": {
"main": [
[
{
"node": "Get Data From Nasdaq Data Link",
"type": "main",
"index": 0
}
]
]
},
"Format the Output": {
"main": [
[
{
"node": "Combine All Items Into One Array",
"type": "main",
"index": 0
}
]
]
},
"Get Data From Nasdaq Data Link": {
"main": [
[
{
"node": "Format the Output",
"type": "main",
"index": 0
}
]
]
},
"Combine All Items Into One Array": {
"main": [
[
{
"node": "Fetch, Edit and Update Template From APITemplate",
"type": "main",
"index": 0
}
]
]
},
"When clicking \u2018Execute workflow\u2019": {
"main": [
[
{
"node": "Add API Key",
"type": "main",
"index": 0
}
]
]
},
"Fetch, Edit and Update Template From APITemplate": {
"main": [
[
{
"node": "Download PDF Report",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This n8n automation workflow is designed to generate a Bitcoin Daily On-Chain Metrics report in PDF format by fetching and transforming real-time blockchain data. It is ideal for cryptocurrency analysts, traders, investors, and blockchain enthusiasts who want to monitor…
Source: https://n8n.io/workflows/7836/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow allows you to import any workflow from a file or another n8n instance and map the credentials easily. A multi-form setup guides you through the entire process At the beginning you have t
[n8n] Advanced URL Parsing and Shortening Workflow - Switchy.io Integration. Uses splitInBatches, stickyNote, httpRequest, html. Event-driven trigger; 56 nodes.
[](https://youtu.be/c7yCZhmMjtI)
This automation organizes your n8n workflows files into categorizes (Active, Template, Done, Archived) and uploads them directly to a categorized Google Drive folders. It is designed to help users man
Create Animated Stories using GPT-4o-mini, Midjourney, Kling and Creatomate API. Uses httpRequest. Event-driven trigger; 51 nodes.