Sonovia Ltd. — Investor Relations & Filings
Sonovia Ltd. is a technology company developing sustainable solutions for the textile industry, with a primary focus on denim dyeing and finishing. The company's core innovation is a proprietary ultrasonic process that uses cavitation to mechanically infuse water-based, non-toxic dyes and other nano-particles into fibers. This method eliminates the need for chemical binders and traditional polluting techniques. Sonovia's technology is designed to significantly reduce water and energy consumption, CO₂ emissions, and toxic waste, offering a cost-effective and environmentally friendly alternative for textile manufacturing.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Investor Presentation | 2024-12-15 | English | |
| Investor Presentation | 2024-12-15 | Russian | |
| Investor Presentation | 2023-04-27 | English | |
| Investor Presentation | 2023-04-27 | Russian | |
| Capital Market Presentation | 2022-12-22 | English | |
| Capital Market Presentation | 2022-12-22 | Russian |
Market data
Market data not available
Price history
Peer group · Finishing of textiles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Shree Bhavya Fabrics Limited
Manufactures and processes diverse textiles for garment and…
|
521131 | IN | Manufacturing |
|
SOTOHCO.,LTD.
Specializes in dyeing and processing textiles and manufactu…
|
3571 | JP | Manufacturing |
|
STL Global Ltd
Integrated manufacturer and exporter of fabrics, apparel, a…
|
SGL | IN | Manufacturing |
|
Sunil Industries Ltd.
Manufactures and processes cotton, synthetic, and blended f…
|
521232 | IN | Manufacturing |
|
TAIHAN TEXTILE CO.,LTD
Manufacturer of yarns, fabrics, and functional industrial t…
|
001070 | KR | Manufacturing |
|
Tokai Senko K.K.
Specializes in textile processing, product design, and indu…
|
3577 | JP | Manufacturing |
|
Vaxtex Cotfab Limited
Manufactures and processes cotton, denim, and twill fabrics…
|
VCL | IN | Manufacturing |
|
Wuhu Fuchun Dye and Weave Co.,Ltd.
Specializes in the R&D and production of dyed yarns for glo…
|
605189 | CN | Manufacturing |
|
Zhejiang Hangmin Co.,Ltd
Specializes in textile printing, dyeing, and gold jewelry p…
|
600987 | CN | Manufacturing |
Sonovia Ltd. 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/7054/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=7054 | 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=7054 | 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=7054 \ -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": 7054}, 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 Sonovia Ltd. (id: 7054)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.