Roblon — Investor Relations & Filings
Roblon is a developer and supplier of high-performance fiber solutions for the global industrial market. The company specializes in fiber-based products designed to reinforce and protect vital cables and other industrial applications. Its core offerings include strength members for fiber optic cables, utilizing materials such as glass fiber and aramid, as well as glass-reinforced plastics, specialized cords, and high-voltage pulling ropes. Drawing on extensive experience in fiber technology, properties, and processing, Roblon focuses on innovation and close collaboration with industrial partners to deliver solutions that meet demanding quality and performance standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Roblon A/S: Interim report for Q1 2017/18 | 2018-03-13 | English | |
| Roblon A/S: Interim report for Q1 2017/18 | 2018-03-13 | English | |
| Earnings Release 2017 | 2018-02-23 | English | |
| M&A Activity 2018 | 2018-02-23 | English | |
| M&A Activity 2018 | 2018-02-23 | Danish | |
| Roblon A/S: Roblon enhances focus on the Industrial Fiber business segment | 2018-02-23 | English |
Market data
Market data not available
Price history
Peer group · Manufacture of cordage, rope, twine and netting
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
GARWARE TECHNICAL FIBRES LIMITED
Global manufacturer of high-performance technical textiles …
|
GARFIBRES | IN | Manufacturing |
|
Hampiðjan hf.
Designs and produces fishing gear and high-performance synt…
|
HAMP | IS | Manufacturing |
|
NITTO SEIMO CO., LTD.
Manufacturer of knotless nets and fishing gear for fishery …
|
3524 | JP | Manufacturing |
|
Piippo Oyj
A company in strategic transition evaluating alternatives a…
|
PIIPO | FI | Manufacturing |
|
Vera Synthetic Limited
Manufactures and distributes HDPE fishing nets, synthetic y…
|
VERA | IN | Manufacturing |
Roblon 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/3456/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=3456 | 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=3456 | 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=3456 \ -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": 3456}, 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 Roblon (id: 3456)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.