
Algoma Central Corporation — Investor Relations & Filings
About Algoma Central Corporation
Algoma Central Corporation is a leading provider of marine transportation services, specializing in the movement of dry and liquid bulk cargo. The company owns and operates the largest fleet of dry and liquid bulk carriers serving the Great Lakes – St. Lawrence Waterway. Its fleet includes specialized vessels such as self-unloading bulk carriers, gearless bulk carriers, and product tankers, facilitating the transport of essential commodities for various critical industries. Algoma is committed to offering a sustainable and efficient mode of bulk shipping. The corporation also maintains secondary interests in commercial real estate and ship repair services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 52-109F2 - Certification of interim filings - CEO (E).pdf | 2024-08-02 | English | |
| 52-109F2 - Certification of interim filings - CFO (E).pdf | 2024-08-02 | English | |
| Interim MD&A - English.pdf | 2024-08-02 | English | |
| Interim financial statements/report – English.pdf | 2024-08-02 | English | |
| News release - English.pdf | 2024-05-23 | English | |
| News release - English.pdf | 2024-05-02 | English |
Market data
Market data not available
Price history
Peer group · Inland freight water transport
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Bulgarian River Shipping AD
A major shipowner providing cargo transportation services o…
|
BRP | BG | Transportation and storage |
|
KIRBY CORP
A domestic tank barge operator and provider of industrial e…
|
KEX | US | Transportation and storage |
|
Phoenix Shipping (Wuhan) Co.,Ltd.
Dry bulk cargo transportation and logistics along the Yangt…
|
000520 | CN | Transportation and storage |
|
TREVISA INVESTIMENTOS SA
Holding company specializing in inland waterway logistics a…
|
— | BR | Transportation and storage |
|
TTS (Transport Trade Services) S.A.
Integrated logistics and transportation provider on the Dan…
|
TTS | RO | Transportation and storage |
Algoma Central Corporation 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/42635/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=42635 | 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=42635 | 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=42635 \ -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": 42635}, 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 Algoma Central Corporation (id: 42635)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.