
Cinram International Inc. — Investor Relations & Filings
Cinram International Inc. was a major global provider of media delivery services, specializing in the manufacturing, distribution, and logistics of pre-recorded multimedia products. The company's core activities focused on the replication of optical media, including Blu-ray Discs, DVDs, CD-Audio, and CD-ROMs. Historically, Cinram also manufactured magnetic media such as VHS tapes and audio cassettes. Operating across North America and Europe, the company offered comprehensive supply chain solutions, positioning itself as one of the world's largest providers of physical media replication and fulfillment services for content owners and retailers.
Recent filings
No filings indexed yet
We are still gathering filings for Cinram International Inc.. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Reproduction of recorded media
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Inter-Delta Tbk
Manufactures printing tools, processes photographic film, a…
|
INTD | ID | Manufacturing |
|
U-Tech Media Corporation
Professional manufacturer of optical discs and provider of …
|
3050 | TW | Manufacturing |
Cinram International Inc. 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/42768/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=42768 | 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=42768 | 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=42768 \ -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": 42768}, 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 Cinram International Inc. (id: 42768)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.