This n8n template researches a stock watchlist with Olostep, turns the results into a concise OpenAI-generated investment research report, converts the report into a styled HTML email, and sends it with Gmail.
It can run manually for testing or automatically at weekday US market open.
This workflow is for research automation only. It does not provide financial advice, price targets, or buy/sell/hold recommendations.
n8n-nodes-olostepCreate or select these credentials after importing the workflow:
Olostep Search - Investment SourcesOpenAI - Create Full Watchlist Email ReportSend HTML Email via GmailThe workflow export does not include API keys, OAuth tokens, credential IDs, personal email addresses, or instance metadata.
Install the Olostep community node in n8n:
Settings -> Community nodes -> Install
Package:
n8n-nodes-olostep
Open the credential-backed nodes and select your local credentials:
Olostep Search - Investment Sources
OpenAI - Create Full Watchlist Email Report
Send HTML Email via Gmail
Open Investment Watchlist and update:
tickers
email_to
email_from
email_subject_prefix
Run the workflow with Manual Test Trigger.
Review the email output.
Activate the workflow when ready.
The schedule trigger uses:
30 9 * * 1-5
Run n8n with the America/New_York timezone if you want this to match 9:30 AM US Eastern market open.
The workflow does not automatically skip US market holidays. Add a market-calendar check if you need holiday-aware execution.
An investor or analyst wants a daily pre-work research digest for a stock watchlist such as MSFT,NVDA,AAPL. Instead of manually searching filings, investor relations pages, earnings updates, and market news every morning, this workflow gathers public source results, summarizes opportunity signals and risk signals, and sends one structured HTML email for review.