Financial news in your n8n workflows.
Scored, ticker-linked market news and SEC Form 4 insider data, as ready-to-import n8n workflows. There is no code to write: the feed arrives already scored and tagged. The free tier gives you 20 req/min and 100 req/day, no card needed.
Node: HTTP Request
URL: https://api.alphai.io/api/news/trending/
Auth: Generic Credential Type → Bearer Auth
Token: ak_live_… (no "Bearer " prefix — n8n adds it)Import, add your key, done.
In n8n, choose Import from File and pick a template. On the AlphaAI HTTP node, set Bearer Auth with your key, then point the last node at your Discord webhook or SMTP. Execute to test, then activate.
Node: HTTP Request
URL: https://api.alphai.io/api/news/trending/
Auth: Generic Credential Type → Bearer Auth
Token: ak_live_… (no "Bearer " prefix — n8n adds it)Ready-made workflows
Daily AI market briefings to email and Discord
Our flagship workflow, now in the official n8n library. It pulls news, sentiment, and SEC Form 4 insider activity for your watchlist, flags the movers with rule-based red flags, writes a briefing with GPT, and sends it by email with an urgent Discord ping. Import it straight into your n8n.
Trending news alerts
Fresh top stories (relevance ≥ 8) posted to a channel as rich cards showing AI sentiment, confidence, actionability, and likely price impact, each linking to the full analysis. De-duped across runs.
Import JSON →02 · EmailDaily watchlist digest
Once a day, one clean HTML email of the high-relevance news for your watchlist tickers, grouped by ticker, with each item linking to alphai.io. Edit one array to set your list.
Import JSON →03 · DiscordInsider (SEC Form 4) alerts
Material insider activity (Form 4 buys and sells) as color-coded cards: detected direction, direct or indirect holding, ticker, and a link to the filing.
Import JSON →What you get
Pre-enriched
Every article carries a 1–10 relevance score, a category, and AI sentiment, so you can skip the fetch-then-classify-with-an-LLM step entirely.
Ticker-linked
Stories are tagged with validated symbols, so you filter by ticker instead of keywords.
SEC Form 4
Insider buys and sells surface as structured news, ready to alert on.
Links back
Every alert links back to the full analysis on alphai.io rather than a bare headline.
No secrets in the flow
Your key lives in an n8n credential, never in the workflow file, so the workflows are safe to fork and share.
Cloud or self-hosted
Built on the generic HTTP Request node, so the templates run identically everywhere.
Any endpoint, one HTTP node.
The templates are a starting point. Point n8n's HTTP Request node at api.alphai.io with the same Bearer Auth credential and you have the whole API: the feed, trending, the insider feed, and the per-ticker sentiment and insider rollups.
GET /api/news/ # the feed — filter by symbol, category, min_relevance
GET /api/news/trending/ # top stories, last 48h
GET /api/news/insider/ # SEC Form 4 insider feed
GET /api/news/{uid}/ # one article
GET /api/symbols/{ticker}/sentiment-summary/ # 7-day AI sentiment
GET /api/symbols/{ticker}/insider-summary/ # 30-day Form 4 rollupWhere to go next
Automate the beat.
Sign up for any plan, generate a key in your account, then import a template and drop the key in.
Get API key