[FinancialReports](/)
 / 
[Companies](/companies/search/)
 / 
[Canada](/companies/countries/canada/)
 / 
**AE.UN**

![Acclaim Energy Trust logo](https://cdn.financialreports.eu/financialreports/media/Acclaim%20Energy%20Trust/other/Acclaim_Energy_Trust-logo.png)

# Acclaim Energy Trust — Investor Relations & Filings

Ticker · **AE.UN**
TSX
Professional, scientific and technical activities

[Open in API](/api-solutions/)

Overview

Filings 0
Market data
Peer group
API

Filings indexed
0
across all filing types

Latest filing
—
no filings yet

Country
CA
Canada

Listing
TSX
AE.UN

## About Acclaim Energy Trust

<https://acclaimenergy.com/>

Acclaim Energy, historically known as Acclaim Energy Trust in its context as an oil and gas income trust, now operates as a specialized energy management and consulting firm. Following the May 2025 acquisition of its U.S. energy procurement division by Usource, the company pivoted its core focus to Acclaim Reliability Solutions. This initiative centers on advanced energy management, including resiliency planning, microgrid strategy, and complex reliability solutions for large commercial and institutional clients. Acclaim serves sectors such as healthcare, manufacturing, hospitality, and municipal utility districts, leveraging deep market insights to optimize energy spend, manage over $1 billion in client expenditures, and deliver substantial cost savings.

## Recent filings

View all 0 →

### No filings indexed yet

We are still gathering filings for Acclaim Energy Trust. Report a missing filing.

[]
[]

Filing type

Language

Start date

End date

Apply filters
[Clear](/companies/acclaim-energy-trust/)
Report missing filing

Download originals
Download Markdown

### No filings match the current filters

Try clearing the filters, or report a missing filing.

## Market data

### Market data not available

Last price

Market cap

volume

Day range

today

52-week range

trailing

### Price history

1Y
5Y
10Y

## Peer group · Business and other management consultancy activities

147 peers

| Company | Ticker | Country | Sector |
| --- | --- | --- | --- |
| [**Adsure Services PLC**](/companies/adsure-services-plc/) A business assurance provider for public and government-fun… | ADS | GB | Professional, scientific and te… |
| [**Agencja Rozwoju Innowacji Spolka Akcyjna**](/companies/agencja-rozwoju-innowacji-spolka-akcyjna/) Financial advisory and investment firm specializing in rais… | ARI | PL | Professional, scientific and te… |
| [**Aidma Holdings, Inc.**](/companies/aidma-holdings-inc/) Provides AI-driven sales and business support services for … | 7373 | JP | Professional, scientific and te… |
| [**ALVAREZ & MARSAL INVESTIMENTOS I S.A.**](/companies/alvarez-marsal-investimentos-i-sa/) Provides turnaround management, restructuring, and performa… | — | BR | Professional, scientific and te… |
| [**AMCG Co., Ltd.**](/companies/amcg-co-ltd/) Develops an AI-powered diagnostic platform for cardiac cond… | 495900 | KR | Professional, scientific and te… |
| [**Aoyama Zaisan Networks Company,Limited**](/companies/aoyama-zaisan-networks-companylimited/) A consulting firm specializing in property and asset manage… | 8929 | JP | Professional, scientific and te… |
| [**AQUILA SERVICES GROUP PLC**](/companies/aquila-services-group-plc/) A consultancy group providing support services to socially … | AQSG | GB | Professional, scientific and te… |
| [**ATIF Holdings Ltd**](/companies/atif-holdings-ltd/) Offers IPO, M&A, and financial advisory services to small a… | ZBAI | US | Professional, scientific and te… |
| [**ATOMIC EAGLE LTD**](/companies/atomic-eagle-ltd/) Professional services firm providing strategic advisory and… | AEU | AU | Professional, scientific and te… |
| [**BayCurrent, Inc.**](/companies/baycurrent-inc/) Consulting firm providing end-to-end support from strategy … | 6532 | JP | Professional, scientific and te… |

Page **1** of **15**

1
[2](?peer_page=2#peers)
[3](?peer_page=3#peers)
…
[Next](?peer_page=2#peers)

### Acclaim Energy Trust 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.

[Get API access](/api-solutions/)
[Read API reference](/developers/reference/)

Base URLapi.financialreports.eu

Auth headerx-api-key

Company ID43188

TickerAE.UN

### Endpoints

most-used routes for this company

|  |  |  |
| --- | --- | --- |
| GET | /api/companies/43188/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=43188 | 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=43188 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |

Full reference: [API reference](/developers/reference/) · [OpenAPI schema](/api/schema/)

### cURL

latest filings for Acclaim Energy Trust

```
$ curl https://api.financialreports.eu/api/filings/?company=43188 \
    -H "x-api-key: $FR_API_KEY" \
    -H "Accept: application/json"
```

### Python

requests

```
import requests

r = requests.get(
    "https://api.financialreports.eu/api/filings/",
    params={"company": 43188},
    headers={"x-api-key": API_KEY},
)
filings = r.json()["results"]
```

### MCP server

Claude · Claude Code · ChatGPT

[Claude setup →](/integrations/claude/)
[ChatGPT setup →](/integrations/chatgpt/)
[Claude Code setup →](/integrations/claude-code/)

```
// MCP server URL
https://mcp.financialfilings.com/mcp

// Once connected, the LLM can query this company directly:
"Pull the latest 5 filings for Acclaim Energy Trust (id: 43188)"
```

#### AI · Markdown

Filings as Markdown

Drop the latest filing into Claude or ChatGPT, or query via MCP from your client.

[Browse filings↗](#filings)
[Open in MCP↗](/integrations/claude/)
[cURL endpoint$](/api-solutions/)

#### Identity

Legal nameAcclaim Energy Trust

HQCA

ListingTSX

Sector[Professional, scientific and technical activities](/companies/sectors/professional-scientific-and-technical-activities/)

Industry[Business and other management consultancy activities](/companies/sectors/professional-scientific-and-technical-activities/business-and-other-management-consultancy-activities/)

#### Coverage

Filings indexed
0

### Report missing filing

Can't find a specific document? Let us know and we'll add it within 24 hours.

What is missing or wrong?

Your email

We will notify you once the filing is added.

Cancel

Send report
Sending…

Report sent

Thank you. We will check the data and update it shortly.

×

(function() {
const tabs = document.querySelectorAll('.cmp-tabs-wrap .fr-tab');
const panes = document.querySelectorAll('.tab-pane');
function activate(target, pushHash) {
tabs.forEach(t => {
const isActive = t.dataset.tab === target;
t.classList.toggle('fr-tab--active', isActive);
t.setAttribute('aria-selected', isActive ? 'true' : 'false');
});
panes.forEach(p => {
const isActive = p.dataset.pane === target;
p.classList.toggle('tab-pane--active', isActive);
p.hidden = !isActive;
});
if (pushHash) {
try { history.replaceState(null, '', '#' + target); } catch (e) {}
}
}
tabs.forEach(tab => {
tab.addEventListener('click', () => { activate(tab.dataset.tab, true); window.scrollTo({ top: 0, behavior: 'instant' }); });
});
const initial = (window.location.hash || '').replace('#', '');
const validTabs = ['overview', 'filings', 'financials', 'market', 'peers', 'api'];
const legacyMap = { 'market-data': 'market', 'peer-group': 'peers' };
let target = legacyMap[initial] || (validTabs.indexOf(initial) >= 0 ? initial : 'overview');
if (target !== 'overview') activate(target, false);
})();