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 →
{
"name": "Watchlist Enrichment",
"nodes": [
{
"parameters": {},
"id": "1",
"name": "Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4,
"position": [
260,
300
]
},
{
"parameters": {
"operation": "enrichIncomingItems",
"tickerField": "symbol",
"targetField": "marketSentiment",
"days": 7,
"sources": [
"reddit",
"x",
"news"
],
"includeSources": true
},
"id": "2",
"name": "Market Sentiment",
"type": "n8n-nodes-market-sentiment.marketSentiment",
"typeVersion": 1,
"position": [
540,
300
]
}
],
"connections": {
"Google Sheets": {
"main": [
[
{
"node": "Market Sentiment",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Watchlist Enrichment. Uses googleSheets, n8n-nodes-market-sentiment. Manual trigger; 2 nodes.
Source: https://github.com/adanos-software/n8n-nodes-market-sentiment/blob/583639cbca424bcd38042f2c30ff4ed7b9fd3872/examples/watchlist-enrichment.workflow.json — 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 checks a Google Sheet for new tasks (marked ) and automatically creates them in a Monday.com board. Once added, the workflow updates the sheet to mark the task as . Copy this template to
Import Json Data Into Google Sheets And Csv File. Uses httpRequest, googleSheets, spreadsheetFile, stickyNote. Manual trigger; 6 nodes.
Moving metrics from Google Sheets to Orbit. Uses orbit, googleSheets. Manual trigger; 6 nodes.
This workflow gets data from an API and exports it into Google Sheets and a CSV file.
Add Data From Google Sheet To Dropbox. Uses googleSheets, spreadsheetFile, dropbox, interval. Manual trigger; 4 nodes.