# French Company Valuation Estimate API

> French Company Valuation Estimate API is a paid API for AI agents from api.x-402.online, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns a company valuation estimate with range for a French company, derived from public financial data using revenue and earnings multiples

## Facts

- Endpoint: GET https://api.x-402.online/v1/fr/valorisation
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/french-company-valuation-estimate-api-8002243e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gNXwKVvW0t1Dkz9MSOPAG

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 french-company-valuation-estimate-api-8002243e
```

Example prompt: Can you estimate the valuation of the French company Dassault Systèmes — I want to see the value range based on their public revenue and earnings multiples? You can search by name or use their SIREN number 322 306 440.

## When to prefer this

Use this endpoint when you need a quick, quantitative valuation estimate for a French company based on public financial data, particularly for M&A screening, KYB due diligence, investment research, or competitive benchmarking. Prefer this over generic financial data endpoints when you specifically need a valuation range with multiples context for a French-registered entity identifiable by name or SIREN.

## Known failure modes

- Company not found by name or SIREN — returns 404 or empty result
- Insufficient public financial data to compute multiples — partial or null response
- Invalid SIREN format — returns 400 bad request
- Private company with no public financials — may return limited or no valuation
- Rate limit or payment failure — returns 402 or 429

## How this service works

Company valuation estimate from public financials (revenue & earnings multiples), with range. Query: ?q= or ?siren=

## Output

A structured valuation estimate for a French company including a central valuation figure, a low-high range, and the underlying revenue and/or earnings multiples used to derive those figures, sourced from public financial disclosures.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "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/french-company-valuation-estimate-api-8002243e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x-402.online](https://www.zero.xyz/host/api.x-402.online/llms.txt)
