
Vialife — Investor Relations & Filings
Vialife SA, formerly known as Viapresse SA, specializes in the online marketing and sale of press publications. The company operates an e-commerce platform that offers a wide selection of magazines, newspapers, and periodicals to consumers, primarily through subscriptions but also as individual issues. Its offerings cover a broad range of categories, including news, lifestyle, sports, and culture. In addition to its direct-to-consumer business, Vialife partners with publishers to provide digital press and online subscription management solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Accord historique avec l'UNDP Lancement de la vente d'abonnements par les marchands de journaux | 2016-11-02 | French | |
| Forte progression des résultats - Nouvelles perspectives de développements | 2016-08-01 | French | |
| Résultats aux 31/12/2015 | 2016-05-25 | French | |
| RESULTATS SEMESTRIELS 2014/2015 | 2015-11-30 | French |
Browse filings by year
2 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2016
3 filings
| |||||
| 1032558 | Accord historique avec l'UNDP Lancement de la vente d'abonnements par les marchands de journaux | 2016-11-02 | French | ||
| 1045101 | Forte progression des résultats - Nouvelles perspectives de développements | 2016-08-01 | French | ||
| 1058367 | Résultats aux 31/12/2015 | 2016-05-25 | French | ||
|
2015
1 filing
| |||||
| 1073763 | RESULTATS SEMESTRIELS 2014/2015 | 2015-11-30 | French | ||
Market data
Market data not available
Price history
Peer group · Retail sale of books, newspapers, stationery and office supplies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SARAIVA LIVREIROS S.A. - FALIDA
Defunct bookstore chain and publisher undergoing liquidatio…
|
— | BR | Wholesale and retail trade |
|
THEWORKS.CO.UK PLC
A value retailer of books, arts and crafts, stationery, toy…
|
WRKS | GB | Wholesale and retail trade |
|
TORICO Co.,Ltd.
A manga business operating in e-commerce, digital media, pu…
|
7138 | JP | Wholesale and retail trade |
Vialife 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/1748/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=1748 | 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=1748 | 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=1748 \ -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": 1748}, 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 Vialife (id: 1748)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.