AutomationFlowsData & Sheets › Watchlist Enrichment

Watchlist Enrichment

Watchlist Enrichment. Uses googleSheets, n8n-nodes-market-sentiment. Manual trigger; 2 nodes.

Manual trigger★☆☆☆☆ complexity2 nodesGoogle SheetsN8N Nodes Market Sentiment
Data & Sheets Trigger: Manual Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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
          }
        ]
      ]
    }
  }
}
Pro

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 →

More Data & Sheets workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Data & Sheets

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

Google Sheets, Monday.com
Data & Sheets

Import Json Data Into Google Sheets And Csv File. Uses httpRequest, googleSheets, spreadsheetFile, stickyNote. Manual trigger; 6 nodes.

HTTP Request, Google Sheets, Spreadsheet File
Data & Sheets

Moving metrics from Google Sheets to Orbit. Uses orbit, googleSheets. Manual trigger; 6 nodes.

Orbit, Google Sheets
Data & Sheets

This workflow gets data from an API and exports it into Google Sheets and a CSV file.

HTTP Request, Google Sheets, Spreadsheet File
Data & Sheets

Add Data From Google Sheet To Dropbox. Uses googleSheets, spreadsheetFile, dropbox, interval. Manual trigger; 4 nodes.

Google Sheets, Spreadsheet File, Dropbox