AutomationFlowsData & Sheets › Stock Price to Google Sheets

Stock Price to Google Sheets

Stock Price to Google Sheets. Uses n8n-nodes-twelve-data, googleSheets. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesN8N Nodes Twelve DataGoogle Sheets
Data & Sheets Trigger: Event Nodes: 3 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": "Stock Price to Google Sheets",
  "nodes": [
    {
      "parameters": {},
      "id": "manual-trigger",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "resource": "coreData",
        "operation": "getQuote",
        "symbol": "AAPL"
      },
      "id": "twelve-data-quote",
      "name": "Get Stock Quote",
      "type": "n8n-nodes-twelve-data.twelveData",
      "typeVersion": 1,
      "position": [
        450,
        300
      ],
      "credentials": {
        "twelveDataApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "operation": "append",
        "documentId": {
          "__rl": true,
          "value": "YOUR_SPREADSHEET_ID",
          "mode": "id"
        },
        "sheetName": {
          "__rl": true,
          "value": "Sheet1",
          "mode": "name"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "Symbol": "={{ $json.symbol }}",
            "Name": "={{ $json.name }}",
            "Price": "={{ $json.close }}",
            "Change": "={{ $json.change }}",
            "Percent Change": "={{ $json.percent_change }}",
            "Volume": "={{ $json.volume }}",
            "Timestamp": "={{ $json.datetime }}"
          }
        }
      },
      "id": "google-sheets",
      "name": "Append to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4,
      "position": [
        650,
        300
      ],
      "credentials": {
        "googleSheetsOAuth2Api": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Get Stock Quote",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Stock Quote": {
      "main": [
        [
          {
            "node": "Append to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "1",
  "meta": {
    "templateCredsSetupCompleted": false
  },
  "id": "stock-price-to-sheets",
  "tags": [
    {
      "name": "Twelve Data",
      "id": "twelve-data"
    },
    {
      "name": "Google Sheets",
      "id": "google-sheets"
    },
    {
      "name": "Example",
      "id": "example"
    }
  ]
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Stock Price to Google Sheets. Uses n8n-nodes-twelve-data, googleSheets. Event-driven trigger; 3 nodes.

Source: https://github.com/hallengray/n8n-nodes-twelvedata/blob/4eb6aac561f98b349825e505860772179cb854ed/examples/stock-price-to-sheets.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

Description: Easily collect keywords and country input, run automated keyword research via the Semrush Keyword Research API on RapidAPI, and store results in Google Sheets for seamless tracking and an

Form Trigger, HTTP Request, Google Sheets
Data & Sheets

Task: Make sure that data is in the right format before injecting it into a database/spreadsheet/CRM/etc.

Google Sheets, N8N Training Customer Datastore
Data & Sheets

This n8n template provides a practical and efficient way to manage your n8n workflows using Google Sheets as a user-friendly interface. It demonstrates how to leverage a simple spreadsheet to control

Google Sheets
Data & Sheets

This workflow automatically takes a long property URL from your Google Sheet, shortens it, generates a QR code, and then updates your sheet with the new links. 0. Google Sheets (New/Updated Row Trigge

Google Sheets Trigger, HTTP Request, Google Sheets
Data & Sheets

This workflow collects a business card photo/scan through an n8n form, uses LDX hub AnalyzeDoc (Gemini) to extract contact details as structured JSON, and appends the resulting fields as a new row in

Form Trigger, N8N Nodes Ldxhub, Google Sheets