# Alfred Nordic Listed Company Due Diligence Report

> Alfred Nordic Listed Company Due Diligence Report is a paid API for AI agents from alfred.aidatanorge.no, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns a comprehensive due diligence report for a Nordic listed company including financials, XBRL filings, risk factors, and news

## Facts

- Endpoint: GET https://alfred.aidatanorge.no/report
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/alfred-aidatanorge-no-246fc7a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Np7aHt2BHxKrYpfCD0cZU

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability alfred-aidatanorge-no-246fc7a2
```

Example prompt: Pull me a full due diligence report on Mowi — I need their financials, XBRL filings, risk factors, and latest news from Oslo Børs.

## When to prefer this

Use this endpoint when you need structured financial due diligence data specifically for companies listed on Nordic exchanges (Norway, Sweden, Denmark, Finland, Iceland). It is purpose-built for Nordic markets and provides XBRL-compliant filing data alongside risk factors and news, which generic financial APIs typically lack for these smaller exchanges.

## Known failure modes

- Company not found on any Nordic exchange — returns error or empty result
- Ambiguous ticker or company name matching multiple companies
- XBRL filing data unavailable or not yet filed for the period
- Rate limiting or payment failure via x402 protocol
- Network timeout for large report generation

## How this service works

Nordic listed company due diligence — financials, XBRL filings, risk factors and news for companies listed on Oslo Børs, Nasdaq Stockholm, Copenhagen, Helsinki and Iceland

## Output

A structured due diligence report covering the requested Nordic listed company's financial statements, XBRL regulatory filings, identified risk factors, and recent news, sourced from Oslo Børs, Nasdaq Stockholm, Copenhagen, Helsinki, or Iceland exchanges.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "company"
     ],
     "properties": {
      "company": {
       "type": "string",
       "description": "Company name or ticker (e.g. 'Mowi', 'Equinor', 'EQNR')"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/alfred-aidatanorge-no-246fc7a2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from alfred.aidatanorge.no](https://www.zero.xyz/host/alfred.aidatanorge.no/llms.txt)
