Tracks ETF/stock investments stored in Baserow, fetches live prices via webscraping, compiles data into HTML, and sends daily email briefings using Cron and SendGrid.
This n8n workflow automates investment portfolio tracking by integrating Baserow as a database for storing investment details like Name, ISIN, Count, and Purchase Price. It runs daily via a Cron trigger, fetching current market data from stock exchanges (e.g., Tradegate) using HTTP Request and HTML Extract nodes for webscraping. A Function node processes the data into a custom HTML email body, which is sent via SendGrid for a morning briefing.
Key benefits include real-time price updates withou
Platform
n8n
Category
Sales
Price
$14.99
Creator
Jose Maurino
investments
baserow
webscraping
cron
sendgrid
stocks
etfs
finance
email-automation
portfolio-tracking
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.