
FIPP — Investor Relations & Filings
FIPP is a global trade association for the media content industry. It serves to empower its members, which include leading international publishers and content creators, by providing industry intelligence, solutions, and partnership opportunities. The organization facilitates knowledge sharing through events, such as its flagship World Media Congress, and by publishing resources and reports on key trends including artificial intelligence, digital subscriptions, and media innovation. In a significant strategic move, FIPP has announced a planned merger with WAN-IFRA (the World Association of News Publishers) to form a new, comprehensive global alliance for publishers across the media spectrum.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| FIPP: Rapport Financier 2025 | 2026-04-29 | French | |
| FIPP : Communiqué de mise à disposition du rapport financier annuel 2025 | 2026-04-29 | French | |
| FIPP : Communiqué sur les résultats 2025 | 2026-04-24 | French | |
| FIPP : Communiqué sur le changement du Président Directeur Général | 2025-10-01 | French | |
| FIPP: Rapport Financier Semestriel au 30 juin 2025 | 2025-09-30 | French | |
| FIPP : Communiqué de mise à disposition du rapport financier semetriel au 30 juin 2025 | 2025-09-30 | French |
Browse filings by year
19 yearsFinancials
We couldn't load the financials
No data available yet
We have extracted financials for FIPP, but not for this combination of statement and period. Try a different combination.
Swipe the table to view all periods, or rotate your phone for a wider view.
| Line item | ! |
|---|---|
| Definition not yet available — coming soon. |
Market data
Market data not available
Price history
Peer group · Activities of business and employers membership organizations
No peer companies indexed
We could not find peers for this sub-industry yet.
FIPP via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/1334/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=1334 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=1334 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=1334 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 1334}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for FIPP (id: 1334)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.