> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nordicfinancialnews.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Nordic Financial News API

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

## Get started

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" color="#01B2FF" href="/getting-started" horizontal>
    Get your API key and make your first request in minutes.
  </Card>

  <Card title="Try the MCP server" icon="robot" color="#01B2FF" href="/model-context-protocol/index" horizontal>
    Connect AI assistants to query Nordic Financial News data.
  </Card>

  <Card title="API reference" icon="square-terminal" color="#01B2FF" href="/api-reference/introduction" horizontal>
    Browse all endpoints with interactive examples.
  </Card>

  <Card title="AI tools & resources" icon="sparkles" color="#01B2FF" href="/ai-tools" horizontal>
    Send API docs pages to AI agents, connect your IDE, and more.
  </Card>
</Columns>

## API endpoints

### News and events

The data you read: what happened, and what is scheduled to happen.

* **[Articles](/api-reference/articles/list-articles)** - News articles from Nordic sources with English headlines, summaries, and key points, links to source articles, and company associations.
* **[Stories](/api-reference/stories/list-stories)** - AI-generated narratives that synthesize coverage of a developing event from multiple source articles.
* **[Calendar events](/api-reference/calendar-events/list-calendar-events)** - Scheduled Nordic financial events: earnings reports, earnings calls, dividends, AGMs/EGMs, capital markets days, and M\&A milestones, each tied to a company.
* **[Search](/api-reference/search/search)** - Full-text search across articles, stories, companies, countries, and exchanges.

### Reference data

Lookup endpoints that return the IDs and slugs you filter news and events by.

* **[Companies](/api-reference/companies/list-companies)** - Nordic company profiles with stock listings and exchange data.
* **[Countries](/api-reference/countries/list-countries)** - Sweden, Norway, Denmark, Finland, and Iceland with associated exchanges and articles.
* **[Exchanges](/api-reference/exchanges/list-exchanges)** - Nordic stock exchanges (XSTO, XCSE, XHEL, XOSL, XICE) with listed companies.
* **[Indices](/api-reference/indices/list-indices)** - Nordic stock market indices with constituent companies.
* **[Categories](/api-reference/categories/list-categories)** - Article categories like earnings, M\&A, and regulatory news.
* **[Sources](/api-reference/sources/list-sources)** - Nordic news publishers. Use source IDs to filter articles and stories.

### Your account

* **[Watchlists](/api-reference/watchlists/list-watchlists)** - Your named watchlists of followed companies, managed from your account.

## Disclaimer

<div style={{fontSize: '0.875rem', opacity: 0.7}}>
  <p>This API provides AI-processed, aggregated financial news and data for informational purposes only, not financial advice.</p>
  <p>Data is sourced from third parties and may be translated, summarised, or otherwise processed using automated systems. It may contain errors, inaccuracies, omissions, or lack full context.</p>
  <p>You are responsible for validating any data before relying on it and for how this data is used in your applications, including compliance with any applicable laws or regulations. Do not use this API as the sole basis for investment or financial decisions.</p>
  <p>Nordic Financial News does not guarantee the accuracy, completeness, or timeliness of the data and is not responsible for any loss or damage resulting from its use.</p>
</div>
