French Company Changes
company_fr_changesReturns explicit historized Sirene change flags for a French legal unit, with the normalized state that became effective on each change date. Use when: You need explainable administrative changes recorded in historized Sirene periods for one company. Avoid when: You need BODACC legal notices; use company/fr/events or company/fr/legal-announcements-search. Limitations: Only change flags explicitly provided by Sirene are returned; business events are not inferred. Sirene exposes one change indicator for the three usual-denomination fields; when it changes, the post-change values of all three fields are returned. Price: 0.015 USD per call via x402. Paid-call behavior: source records are not modified, but a successful invocation can consume the advertised x402 payment; the payment-required challenge is free, and repeating the tool after a completed paid invocation may require a new payment. Accepted x402 networks: eip155:8453, xrpl:0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum changes to return, up to 100 | |
| since | No | Optional inclusive change start date | |
| until | No | Optional inclusive change end date | |
| offset | No | Zero-based offset within the filtered change list; use next_offset to continue | |
| identifier | Yes | 9-digit SIREN or 14-digit SIRET |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Structured value returned for “limit” as defined by this API contract. | |
| since | Yes | Structured value returned for “since” as defined by this API contract. | |
| siren | Yes | Normalized 9-digit French SIREN when available. | |
| until | Yes | Structured value returned for “until” as defined by this API contract. | |
| exists | Yes | Whether the requested company or public record was found in the checked source. | |
| offset | Yes | Structured value returned for “offset” as defined by this API contract. | |
| changes | Yes | Structured value returned for “changes” as defined by this API contract. | |
| truncated | Yes | Whether additional matching records existed beyond the returned result limit. | |
| identifier | Yes | Identifier supplied for the request, echoed in normalized form when applicable. | |
| limitations | No | Known interpretation, source-coverage or freshness limitations for this result. | |
| next_offset | Yes | Structured value returned for “next offset” as defined by this API contract. | |
| total_count | Yes | Total number of matching records reported by the source or endpoint. | |
| returned_count | Yes | Number of records included in this response. | |
| identifier_type | Yes | Normalized identifier type, such as SIREN or SIRET when applicable. (allowed values: siren, siret). |