# Norway Company Economic Indicator with AI Commentary

> Norway Company Economic Indicator with AI Commentary is a paid API for AI agents from global-econ-x402-production.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns economic indicator data with AI-generated commentary for a specific Norwegian company identified by its organization number

## Facts

- Endpoint: GET https://global-econ-x402-production.up.railway.app/no/company/923609016
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/norway-company-economic-indicator-with-ai-commentary-6ad63b02
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fpFGPK5bj9Z48i5fB8H23

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 norway-company-economic-indicator-with-ai-commentary-6ad63b02
```

Example prompt: Can you pull the economic indicators with AI commentary for Norwegian company with organization number 923609016?

## When to prefer this

Use this endpoint when you need AI-enriched economic indicator data for a specific Norwegian company identified by its 9-digit organization number, especially when you want not just raw metrics but also natural language interpretation and commentary on the economic indicators.

## Known failure modes

- Invalid or non-existent organization number returns 404 or empty result
- Payment not processed leads to 402 Payment Required response
- Malformed organization number format causes 400 Bad Request
- Company not found in Norwegian registry returns error or null data
- Service unavailability returns 503

## How this service works

Economic indicator with AI commentary

## Output

Economic indicator metrics for the specified Norwegian company along with AI-generated commentary interpreting the economic data and providing context or analysis.

## Example request

```json
{
 "corpNumber": "923609016"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/norway-company-economic-indicator-with-ai-commentary-6ad63b02/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from global-econ-x402-production.up.railway.app](https://www.zero.xyz/host/global-econ-x402-production.up.railway.app/llms.txt)
