
Bluelinea — Investor Relations & Filings
Bluelinea is a company specializing in teleassistance and connected healthcare solutions designed to support the elderly and individuals with disabilities. It develops and provides electronic surveillance and medical teleassistance systems to enhance personal safety and facilitate independent living. The company's services offer 24/7 support for emergencies, such as falls or medical issues, by connecting individuals with a dedicated team for communication, assistance, and intervention. Bluelinea focuses on developing innovative and ergonomic solutions for information acquisition and personal safety.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Bluelinea annonce la mise à disposition de son rapport financier annuel 2025 et fait un point sur sa situation financière | 2026-04-29 | French | |
| Bluelinea publie ses résultats annuels 2025 et son chiffre d'affaires du 1er trimestre 2026 | 2026-04-09 | French | |
| Agenda financier 2026 | 2026-01-19 | French | |
| Bluelinea sélectionné par un acteur majeur de l'économie sociale et solidaire pour équiper ses établissements avec la solution Serenea(R) | 2026-01-15 | French | |
| Chiffre d'affaires 2025 en croissance de +9% | 2026-01-08 | French | |
| Bilan semestriel du contrat de liquidité au 31 décembre 2025 | 2026-01-05 | French |
Market data
Market data not available
Price history
Peer group · Social work activities without accommodation for older persons or persons with disabilities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Careium AB
A European provider of technology-enabled care and digital …
|
CARE | SE | Human health and social work ac… |
|
Cocorport Inc.
Provides employment and independence support for individual…
|
9346 | JP | Human health and social work ac… |
|
Continuum Health Care Inc.
Provides personalized, compassionate in-home senior care an…
|
— | CA | Human health and social work ac… |
|
E-Home Household Service Holdings Ltd
An online-to-offline platform for household, appliance, and…
|
EJH | US | Human health and social work ac… |
|
INCLUSIVE Inc.
A business development company promoting digital transforma…
|
7078 | JP | Human health and social work ac… |
|
internet infinity INC.
Offers direct services and technology to extend the healthy…
|
6545 | JP | Human health and social work ac… |
|
LITALICO Inc.
Offers employment, child development, and online support fo…
|
7366 | JP | Human health and social work ac… |
|
Nova Leap Health Corp.
A healthcare provider offering personalized private pay hom…
|
NLH | CA | Human health and social work ac… |
Bluelinea 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/1157/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=1157 | 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=1157 | 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=1157 \ -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": 1157}, 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 Bluelinea (id: 1157)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.