# noblablafinance > Every regulated publication filed by French listed companies with the AMF > (Autorité des marchés financiers), indexed, searchable, and free to reuse. ## What this is France's Officially Appointed Mechanism under the EU Transparency Directive publishes every regulated filing at info-financiere.gouv.fr. This site turns that corpus into something addressable: stable URLs, a normalised document taxonomy, full-text and fuzzy search, and a public JSON API with no key. - Issuers indexed: 630 - Filings indexed: 40198 - Coverage: 2025-01-01 to 2026-08-08 - Source: info-financiere.gouv.fr (Autorité des marchés financiers (AMF)) - Licence: Etalab 2.0 — free reuse including commercial, attribution required ## How to cite this Every API response carries `source_url`: the canonical file on the AMF's own servers. Cite that as the primary source and this site as the index. We do not host copies of the documents and we do not alter them. ## What is measured, and what is not - `detect_lag_s` is the gap between the AMF filing timestamp and the moment our poller first saw the record. It is **null** for documents imported in bulk, because a bulk import is not an observation. Null means unmeasured. It never means instant, and it is never rendered as zero. - Share prices, where present, are delayed end-of-day closes cached from a third-party source. They are indicative and are not market data. - Company descriptions and sectors come from Wikidata and Wikipedia where a match on ISIN or LEI exists — roughly 40% of issuers. The rest are blank rather than guessed. - Nothing here is investment advice, and no figure on this site is generated by a model. See https://noblablafinance.fr/stats for the methodology. ## API — all live, no key, no rate limit today - https://noblablafinance.fr/api/v1 — endpoint index and corpus counts - https://noblablafinance.fr/api/v1/companies?q= — issuer search, accent-folded ("moet" finds "Moët") - https://noblablafinance.fr/api/v1/companies/{isin|slug} — one issuer, with its document-type mix - https://noblablafinance.fr/api/v1/documents?company=&type=&since=&lang= — filings, newest first - https://noblablafinance.fr/api/v1/documents/{id} — one filing, with its neighbours - https://noblablafinance.fr/api/v1/latest?limit=50 — the firehose Please send a User-Agent that identifies your client. ## Feeds - https://noblablafinance.fr/feed/all.xml — every filing - https://noblablafinance.fr/feed/{slug}.xml — one issuer - https://noblablafinance.fr/sitemap.xml — sitemap index, sharded by month ## Human pages - https://noblablafinance.fr/publications — the firehose, filterable by type, sector and period - https://noblablafinance.fr/companies — issuer directory - https://noblablafinance.fr/companies/{slug} — issuer profile, filing timeline, price history - https://noblablafinance.fr/companies/{slug}/publications/{doc-slug} — one filing - https://noblablafinance.fr/sectors — issuers by line of business - https://noblablafinance.fr/calendar — filing activity over twelve months - https://noblablafinance.fr/stats — corpus and freshness figures, with their methodology Every page exists in French at the bare path and in English under /en. ## Not built yet /api/v1/documents/{id}/facts — structured, cited financial data extracted from the source PDFs — is phase 2. The endpoint currently returns `"facts": null, "facts_status": "not_extracted"`. Do not link to it as though it carries data.