Connect your AI agent to Nordic financial news.

Structured, translated financial news from 60+ Nordic sources, delivered through a REST API, native MCP server, and CLI tool.

API Response
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,200+
Nordic sources
60+
Companies tracked
5,000+
Translation delay
< 10 min

The challenge

Nordic markets move on news your agent can't read.

Five languages, dozens of fragmented sources, and no standardized feed. Before your agent can act on Nordic financial news, it needs to scrape, translate, deduplicate, and structure the data itself.

NFN handles the pipeline.

It gets structured, English-language news enriched with company metadata, ready to query, filter, and reason over.

Integration

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. Your agent discovers available tools automatically — no integration code needed.

Quick start

claude mcp add --transport http nordic-financial-news \
  https://nordicfinancialnews.com/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"

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

Everything your agent needs.

Core data
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 an earnings miss, a regulatory filing, or an acquisition without re-processing every article.

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.

Use cases

What you can build.

Research agents
Build agents that monitor Nordic companies, summarize daily developments, and flag material events, such as earnings surprises, management changes, regulatory shifts.
Portfolio monitoring
Feed your agent a watchlist and let it surface relevant news across Nordic exchanges. Get structured alerts instead of keyword noise.
Cross-market analysis
Nordic markets move on local-language news that doesn't make it to English-language terminals. Your agent can catch what others miss.
Data pipelines
Pull structured Nordic financial news into your data warehouse, enrichment pipeline, or analytics platform. No scraping infrastructure needed.

Start building.

Free tier includes limited API access. Paid plans add full coverage, higher rate limits, and MCP server access.

Loading...