
Contrans Corp. — Investor Relations & Filings
Contrans Corp. is a diversified transportation and logistics provider specializing in complex freight management and distribution services across North America. The company operates specialized truckload divisions, including flatbed operations for transporting legal weights and heavy loads, and bulk tank services. The bulk transportation segment services the dry, liquid, and compressed gas industries, including specialized transport of bulk cement. Contrans maintains a network of terminals primarily located in Ontario and Quebec, facilitating cross-border and regional heavy haul and bulk movements throughout North America.
Recent filings
No filings indexed yet
We are still gathering filings for Contrans Corp.. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Freight transport by road
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
WERNER ENTERPRISES INC
Offers supply chain solutions and freight transportation se…
|
WERN | US | Transportation and storage |
|
XPO, Inc.
Provider of asset-based less-than-truckload (LTL) freight t…
|
XPO | US | Transportation and storage |
|
Yuexiu Transport Infrastructure Limited
Construction, development, operation, and management of tol…
|
1052 | BM | Transportation and storage |
|
ZERO CO.,LTD.
Specializes in automotive logistics, vehicle transport, mai…
|
9028 | JP | Transportation and storage |
|
Zhejiang Expressway Co., Ltd.
Infrastructure holding company operating and managing high-…
|
576 | CN | Transportation and storage |
Contrans Corp. 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/42755/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=42755 | 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=42755 | 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=42755 \ -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": 42755}, 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 Contrans Corp. (id: 42755)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.