# Nordic Financial News ## Docs - [Get article details](https://docs.nordicfinancialnews.com/api-reference/articles/get-article-details.md): Returns the full details of a single article, including AI-translated content, key points, associated companies, and topic tags. Supports conditional requests via `If-None-Match` for efficient caching. - [List articles](https://docs.nordicfinancialnews.com/api-reference/articles/list-articles.md): Returns a paginated list of live, translated articles ordered by publication date (newest first). Supports filtering by country, category, company ticker, and content type. Use `updated_after` for incremental syncing, or `q` for full-text search ranked by relevance. Use `ids` for batch lookup of spe… - [Get category details](https://docs.nordicfinancialnews.com/api-reference/categories/get-category-details.md): Returns details for a single category, including its description. - [List categories](https://docs.nordicfinancialnews.com/api-reference/categories/list-categories.md): Returns all enabled article categories, ordered alphabetically by name. Categories are used to classify articles and stories (e.g. Earnings, M&A, IPO). Use category IDs to filter articles and stories by topic. - [List category articles](https://docs.nordicfinancialnews.com/api-reference/categories/list-category-articles.md): Returns articles classified under a specific category, ordered by publication date (newest first). Supports incremental syncing via `updated_after` and field projection. - [List category stories](https://docs.nordicfinancialnews.com/api-reference/categories/list-category-stories.md): Returns stories classified under a specific category, ordered by publication date (newest first). Supports incremental syncing via `updated_after`. - [Get company details](https://docs.nordicfinancialnews.com/api-reference/companies/get-company-details.md): Returns detailed information about a single company, including alternative names (aliases), article and story counts, and stock listing details. Look up by company ID (e.g. `comp_apple123`) or ticker symbol (e.g. `AAPL`, `VOLV-B.ST`). - [List companies](https://docs.nordicfinancialnews.com/api-reference/companies/list-companies.md): Returns a paginated list of verified Nordic companies, ordered alphabetically by name. Use `q` for full-text search across company names and aliases, ranked by relevance. - [List company articles](https://docs.nordicfinancialnews.com/api-reference/companies/list-company-articles.md): Returns articles that mention a specific company, ordered by publication date (newest first). Use `primary_only=true` to return only articles where this company is the primary subject of the article. - [List company stories](https://docs.nordicfinancialnews.com/api-reference/companies/list-company-stories.md): Returns stories that mention a specific company, ordered by publication date (newest first). - [Get country details](https://docs.nordicfinancialnews.com/api-reference/countries/get-country-details.md): Returns details for a single country. Look up by country ID, ISO 3166-1 alpha-2 code (e.g. `SE`), or slug (e.g. `sweden`). - [List countries](https://docs.nordicfinancialnews.com/api-reference/countries/list-countries.md): Returns active Nordic countries covered by the API, ordered alphabetically. Currently includes Sweden, Norway, Denmark, Finland, and Iceland. Use country identifiers to filter articles and stories by geographic region. - [List country articles](https://docs.nordicfinancialnews.com/api-reference/countries/list-country-articles.md): Returns articles from a specific country, ordered by publication date (newest first). Supports incremental syncing via `updated_after` and field projection. - [List country exchanges](https://docs.nordicfinancialnews.com/api-reference/countries/list-country-exchanges.md): Returns stock exchanges located in a specific country, ordered alphabetically. Requires `read:exchanges` scope. - [List country stories](https://docs.nordicfinancialnews.com/api-reference/countries/list-country-stories.md): Returns stories from a specific country, ordered by publication date (newest first). Supports incremental syncing via `updated_after`. - [Get exchange details](https://docs.nordicfinancialnews.com/api-reference/exchanges/get-exchange-details.md): Returns detailed information about a stock exchange, including currency, timezone, and location. Look up by exchange ID (e.g. `exch_nasdaq1`) or MIC code (e.g. `XSTO`). - [List exchange companies](https://docs.nordicfinancialnews.com/api-reference/exchanges/list-exchange-companies.md): Returns verified companies with stock listings on a specific exchange, ordered alphabetically by name. Only companies that are verified and have an active ticker symbol are included. - [List exchanges](https://docs.nordicfinancialnews.com/api-reference/exchanges/list-exchanges.md): Returns active Nordic stock exchanges, ordered alphabetically. Supports filtering by country. - [Health check endpoint](https://docs.nordicfinancialnews.com/api-reference/health/health-check-endpoint.md): Returns the health status of the API - [Get stock index details](https://docs.nordicfinancialnews.com/api-reference/indices/get-stock-index-details.md): Returns detailed information about a stock index, including description and companies count. Look up by index ID or symbol (case-insensitive, e.g. `OMXS30`). - [List index companies](https://docs.nordicfinancialnews.com/api-reference/indices/list-index-companies.md): Returns verified companies that are members of a specific stock index, ordered alphabetically by name. - [List stock indexes](https://docs.nordicfinancialnews.com/api-reference/indices/list-stock-indexes.md): Returns stock indexes, ordered alphabetically by name. Supports filtering by exchange MIC code. - [API reference](https://docs.nordicfinancialnews.com/api-reference/introduction.md): Complete reference for the Nordic Financial News REST API. - [Get API metadata](https://docs.nordicfinancialnews.com/api-reference/meta/get-api-metadata.md): Returns API metadata including version, capabilities, supported fields, content types, and rate limit policy. - [Search across all resource types](https://docs.nordicfinancialnews.com/api-reference/search/search-across-all-resource-types.md): Performs a unified full-text search across articles, stories, companies, countries, and exchanges. Results are grouped by resource type and ordered by relevance within each group. Only returns results for resource types that the API key has access to (based on scopes). Use `type` to limit which reso… - [Get story details](https://docs.nordicfinancialnews.com/api-reference/stories/get-story-details.md): Returns the full details of a single story, including AI-generated content in Markdown format, associated articles, companies, and topic tags. Supports conditional requests via `If-None-Match` for efficient caching. - [List articles in a story](https://docs.nordicfinancialnews.com/api-reference/stories/list-articles-in-a-story.md): Returns the articles that belong to a story cluster, ordered by relevance score (most relevant first). Each article includes its full summary representation. - [List stories](https://docs.nordicfinancialnews.com/api-reference/stories/list-stories.md): Returns a paginated list of published stories ordered by publication date (newest first). Stories are AI-generated clusters of related articles about the same event or topic. Supports filtering by country, category, and company ticker. Use `updated_after` for incremental syncing, or `q` for full-tex… - [AI tools & resources](https://docs.nordicfinancialnews.com/guides/ai-tools.md): Use AI assistants and agents to explore the Nordic Financial News API and docs. - [Authentication](https://docs.nordicfinancialnews.com/guides/authentication.md): API key authentication, scopes, rate limits, and monthly usage quotas. - [Caching](https://docs.nordicfinancialnews.com/guides/caching.md): Use ETags and conditional requests to save bandwidth and reduce API usage. - [Error handling](https://docs.nordicfinancialnews.com/guides/errors.md): Error format, status codes, and how to handle API errors. - [Field projection](https://docs.nordicfinancialnews.com/guides/field-projection.md): Select specific response fields to minimize payload size and speed up requests. - [Pagination](https://docs.nordicfinancialnews.com/guides/pagination.md): Cursor-based pagination for stable, efficient paging through large result sets. - [Real-time updates](https://docs.nordicfinancialnews.com/guides/real-time-updates.md): Keep a local mirror in sync using the updated_after polling pattern. - [Nordic Financial News API](https://docs.nordicfinancialnews.com/index.md): Access translated Nordic business news, company data, and market stories through a REST API and MCP server. - [MCP server](https://docs.nordicfinancialnews.com/model-context-protocol/index.md): Connect AI assistants to query Nordic Financial News data using the Model Context Protocol. - [Resources](https://docs.nordicfinancialnews.com/model-context-protocol/resources.md): MCP resources for priming AI assistant context with recent Nordic financial data. - [Tools](https://docs.nordicfinancialnews.com/model-context-protocol/tools.md): MCP tools available for querying Nordic Financial News data. - [Quickstart](https://docs.nordicfinancialnews.com/quickstart.md): Get your API key and make your first request to the Nordic Financial News API. ## OpenAPI Specs - [swagger](https://nordicfinancialnews.com/api-docs/v1/swagger.yaml) - [openapi](https://docs.nordicfinancialnews.com/openapi.yaml) Built with [Mintlify](https://mintlify.com).