
NRJ Group — Investor Relations & Filings
NRJ Group is a private media company engaged in publishing, producing, and broadcasting media content. The group's core business revolves around its portfolio of radio stations, including NRJ, Nostalgie, Chérie FM, and Rire & Chansons. In addition to traditional broadcasting, the company is a prominent operator of digital radio stations and webradios, extending its reach through various online platforms. The group's activities also encompass the production of musical theatre and the marketing of its media spaces. It operates both domestically and internationally, focusing on delivering music and entertainment content to a broad audience.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| NRJ Group - AGM 19 mai 2026 - Mise à disposition des documents préparatoires | 2026-04-23 | French | |
| Annual Shareholders' Meeting 2026 - Conditions of availability of the preparatory documents | 2026-04-23 | English | |
| NRJ Group - Information relative aux droits de vote au 31.03.2026 (French & English) | 2026-04-07 | French | |
| NRJ Group - Availability of the 2025 Universal Registration Document | 2026-03-31 | English | |
| NRJ Group - Mise à disposition du Document d'enregistrement universel 2025 | 2026-03-31 | French | |
| NRJ Group - NRJ Group confirme son éligibilité au PEA-PME | 2026-03-30 | French |
Market data
Market data not available
Price history
Peer group · Radio broadcasting and audio distribution activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
LiveOne, Inc.
A digital media platform for music, live streams, podcasts,…
|
LVO | US | Publishing, broadcasting, and c… |
|
MPR AUSTRALIA LIMITED
Non-profit community broadcaster providing diverse cultural…
|
MPR | AU | Publishing, broadcasting, and c… |
|
Music Broadcast Limited
Operates a private FM radio network with digital media and …
|
RADIOCITY | IN | Publishing, broadcasting, and c… |
|
Next Mediaworks Ltd
Provides radio broadcasting and digital media services for …
|
NEXTMEDIA | IN | Publishing, broadcasting, and c… |
|
NZME Limited
Operates integrated digital, print, and audio assets for ne…
|
NZM | NZ | Publishing, broadcasting, and c… |
|
PodcastOne, Inc.
A podcast platform and publisher providing solutions for cr…
|
PODC | US | Publishing, broadcasting, and c… |
|
Radiowalla Network Limited
Provides B2B audio services and digital signage for commerc…
|
RADIOWALLA | IN | Publishing, broadcasting, and c… |
|
SAGA COMMUNICATIONS INC
A broadcast media company operating radio stations and offe…
|
SGA | US | Publishing, broadcasting, and c… |
|
SIRIUS XM HOLDINGS INC.
Audio entertainment company offering subscription-based mus…
|
SIRI | US | Publishing, broadcasting, and c… |
|
SOUTHERN CROSS MEDIA GROUP LIMITED
Creates and distributes audio and visual content via radio,…
|
SXL | AU | Publishing, broadcasting, and c… |
NRJ Group 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/1560/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=1560 | 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=1560 | 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=1560 \ -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": 1560}, 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 NRJ Group (id: 1560)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.