Connect your AI agent to Nordic financial news.
Structured, translated financial news data from 70+ Nordic sources, delivered through a REST API, native MCP server, and CLI tool.
GET /api/v1/articles/art_k8x2m9p4
{
"article": {
"id": "art_k8x2m9p4",
"title": "Volvo Reports Record Q4 Deliveries",
"source_title": "Volvo rapporterar rekordleveranser Q4",
"article_url": "https://di.se/articles/volvo-q4-2026",
"source": { "name": "Dagens Industri", "domain": "di.se" },
"country": "SE",
"category": { "name": "Earnings & Financial Results" },
"published_at": "2026-04-15T08:32:00Z",
"companies": [{ "name": "AB Volvo", "ticker": "VOLV-B" }],
"summary": "Volvo reported record Q4 vehicle deliveries...",
"key_points": [
"Record Q4 deliveries across all segments",
"Strong European truck demand"
]
}
}
- Articles per day
- 1,000+
- Nordic sources
- 70+
- Companies tracked
- 5,000+
- Translation delay
- < 10 min
Coverage
Your agent reads the Nordics in English.
NFN monitors 70+ sources across Sweden, Denmark, Norway, Finland, and Iceland. News is translated, summarized into key points, matched to company records, and categorized before it reaches the API.
NFN runs that pipeline. You query the result.
Connect
API, MCP, or CLI.
Works with Claude Code, Codex, Cursor, OpenCode and more.
REST API
Standard HTTP, structured JSON. Your agent can filter articles and stories by company, country, category, or date range and get back data it can parse and act on immediately.
Quick start
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://nordicfinancialnews.com/api/v1/articles"
MCP Server
Connect your agent to our Model Context Protocol (MCP) server to access NFN's full dataset. Authentication runs over OAuth. Approve access once in your browser, no API key to paste. Your agent discovers the tools automatically.
Quick start
claude mcp add --transport http nordic-financial-news \
https://nordicfinancialnews.com/mcp
CLI Tool & Agent Skill
Any agent that can run shell commands gets full access to NFN
through the
nfn
CLI. Search articles, look up companies, and track stories. Add
the
SKILL.md
so your agent knows every command.
Quick start
brew install nordic-financial-news/tap/nfn
Install Agent Skill
npx skills add https://github.com/nordic-financial-news/nfn-cli/skills/nfn-cli
Data
Articles, companies, stories, and the calendar.
- Translated articles
- Each article gets an English title, summary, and key points extracted from the original source. Enriched with metadata: source, original language, publish time, categories, and matched companies. Every response includes the original article URL: we summarize, we don't republish.
- Company intelligence
- 5,000+ companies tracked, including all Nordic-listed companies, thousands of private firms, and international names that appear in the news. Profiles include registry data, website links, sector classification, and linked news coverage.
- Stories
- When multiple sources cover the same event, our AI synthesizes their reporting into one evolving narrative. Your agent can follow a profit warning or a takeover as it develops, without re-processing every article.
- Calendar events
- Earnings dates, dividends, AGMs, and capital markets days, extracted from source coverage as companies announce them. Queryable by company, country, and date range, so your agent can work the weeks ahead rather than the archive.
AI-ready API docs
Docs your agent can read too.
Let your agent read our API docs for you. Add the API docs Agent Skill to give your agent a working understanding of the API, so it can integrate and query NFN without hand-holding. Or connect to our documentation's MCP server to let your agent search the full API reference on demand.
Install the docs Agent Skill
npx skills add https://docs.nordicfinancialnews.com
Capabilities
Put it to work.
- Track a company end to end
- One lookup returns registry data, sector, listings, and the full news record. Your agent summarizes the day's developments and flags material events as they land.
- Monitor a portfolio across five markets
- Feed your agent a watchlist and it surfaces matching news across Nordic exchanges. Structured matches, not keyword noise.
- Cover five markets in one query
- All five Nordic markets in one feed, filterable by country, exchange, company, or category.
- Load Nordic news into your own pipeline
- Pull structured articles, companies, and stories into your data
warehouse, enrichment step, or analytics platform. Cursor
pagination and
updated_afterkeep the sync incremental.
Start building.
Free tier includes limited API access. Paid plans add full coverage, higher rate limits, and MCP server access.