
Halterm Income Fund — Investor Relations & Filings
About Halterm Income Fund
Halterm Income Fund was an investment trust established to hold and operate Halterm Ltd., a key container handling facility located at the Port of Halifax. The fund's core business involved managing terminal operations, providing essential services for international container shipping lines and logistics providers. As an income fund, its primary purpose was distributing cash flow generated by the terminal's operations to its unit holders. Halterm Income Fund ceased independent operations following its acquisition by Macquarie Infrastructure Partners in November 2006.
Recent filings
No filings indexed yet
We are still gathering filings for Halterm Income Fund. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Cargo handling
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Allcargo Terminals Limited
Provides CFS and ICD services, cargo handling, and speciali…
|
ATL | IN | Transportation and storage |
|
Bremer Lagerhaus Gesellschaft AG von 1877
A global seaport-oriented logistics provider for automobile…
|
BLH | DE | Transportation and storage |
|
China Infrastructure & Logistics Group Ltd.
Develops, operates, and manages container ports, offering c…
|
1719 | HK | Transportation and storage |
|
China Merchants Port Holdings Company Limited
Leading global port operator managing an extensive internat…
|
144 | HK | Transportation and storage |
|
CLN Ventures Inc
Provides integrated logistics, railcar storage, transloadin…
|
YLN | CA | Transportation and storage |
|
Gateway Distriparks Limited
Integrated inter-modal logistics provider specializing in c…
|
GATEWAY | IN | Transportation and storage |
|
GRINDROD LIMITED
Integrated logistics solutions and infrastructure connectin…
|
GNDE | ZA | Transportation and storage |
|
Gwil Industries Inc.
Diversified industrial services company providing crane ren…
|
— | CA | Transportation and storage |
|
HARGREAVES SERVICES PLC
A diversified group providing services to environmental, in…
|
HSP | GB | Transportation and storage |
|
INTERGIS CO., LTD
A logistics company providing stevedoring, land transportat…
|
129260 | KR | Transportation and storage |
Halterm Income Fund 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/43504/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=43504 | 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=43504 | 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=43504 \ -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": 43504}, 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 Halterm Income Fund (id: 43504)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.