
Smart Powerr Corp. — Investor Relations & Filings
Smart Powerr Corp. provides comprehensive energy-saving and waste energy recycling solutions for energy-intensive industries. The company specializes in designing, financing, constructing, and operating systems that convert waste energy into power. Its core technologies include waste heat recovery, pressure differential power generation, high-efficiency power generation from combustible industrial gases, and biomass power generation. The firm offers an integrated service model, acting as a direct investor in projects to provide clients with customized energy efficiency solutions without requiring upfront capital expenditure from them. This approach helps industrial clients reduce energy costs and improve environmental compliance while focusing on their primary business operations.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| CURRENT REPORT | 2026-05-22 | English | |
| PROSPECTUS SUPPLEMENT | 2026-05-20 | English | |
| QUARTERLY REPORT | 2026-05-15 | English | |
| 8-K - Smart Powerr Corp. (0000721693) (Filer) | 2026-05-07 | English | |
| CURRENT REPORT | 2026-04-16 | English | |
| 10-K - Smart Powerr Corp. (0000721693) (Filer) | 2026-03-31 | English |
Browse filings by year
27 years- 2026 7 filings
- 2025 26 filings
- 2024 14 filings
- 2023 14 filings
- 2022 19 filings
- 2021 17 filings
- 2020 26 filings
- 2019 60 filings
- 2018 34 filings
- 2017 14 filings
- 2016 19 filings
- 2015 26 filings
- 2014 48 filings
- 2013 40 filings
- 2012 28 filings
- 2011 43 filings
- 2010 47 filings
- 2009 29 filings
- 2008 63 filings
- 2007 35 filings
- 2006 17 filings
- 2005 24 filings
- 2004 35 filings
- 2003 6 filings
- 2002 6 filings
- 2001 5 filings
- 2000 12 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
7 filings
| |||||
| 46821990 | CURRENT REPORT | 2026-05-22 | English | ||
| 46679060 | PROSPECTUS SUPPLEMENT | 2026-05-20 | English | ||
| 46360285 | QUARTERLY REPORT | 2026-05-15 | English | ||
| 43477078 | 8-K - Smart Powerr Corp. (0000721693) (Filer) | 2026-05-07 | English | ||
| 46080662 | CURRENT REPORT | 2026-04-16 | English | ||
| 33122853 | 10-K - Smart Powerr Corp. (0000721693) (Filer) | 2026-03-31 | English | ||
| 46080663 | Regulatory Filings 2026 | 2026-02-17 | English | ||
|
2025
8 filings
| |||||
| 18235712 | S-1 Filing | 2025-12-30 | English | ||
| 9403027 | CURRENT REPORT | 2025-11-14 | English | ||
| 9403032 | QUARTERLY REPORT | 2025-11-13 | English | ||
| 9403033 | CURRENT REPORT | 2025-10-28 | English | ||
| 9403034 | REGISTRATION STATEMENT | 2025-10-15 | English | ||
| 9403035 | CURRENT REPORT | 2025-09-24 | English | ||
| 9403038 | QUARTERLY REPORT | 2025-08-14 | English | ||
| 9403039 | PROXY STATEMENT | 2025-08-13 | English | ||
Market data
Market data not available
Price history
Peer group · Electric power generation activities from renewable sources
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Công ty Cổ phần Sông Ba
Specializes in hydropower project investment, construction,…
|
SBA | VN | Electricity, gas, steam and air… |
|
Công ty Cổ phần Tập đoàn PC1
Diversified conglomerate in power, renewables, manufacturin…
|
PC1 | VN | Electricity, gas, steam and air… |
|
Công ty Cổ phần Thiết bị Phụ tùng Sài Gòn
Operates an 18MW hydropower plant, supplying electricity to…
|
SMA | VN | Electricity, gas, steam and air… |
|
Công ty Cổ phần Thủy điện Cần Đơn
Generates, transmits, and distributes electricity from hydr…
|
SJD | VN | Electricity, gas, steam and air… |
|
Công ty Cổ phần Thủy điện - Điện lực 3
Specializes in hydropower generation, producing electricity…
|
DRL | VN | Electricity, gas, steam and air… |
|
Công ty Cổ phần Thủy điện Gia Lai
Produces and sells electricity, with a significant focus on…
|
GHC | VN | Electricity, gas, steam and air… |
|
Công ty Cổ phần Thủy điện Hủa Na
Specializes in hydroelectric power generation, operating a …
|
HNA | VN | Electricity, gas, steam and air… |
|
Công ty Cổ phần Thủy điện Miền Nam
Generates, transmits, distributes electricity; inspects ele…
|
SHP | VN | Electricity, gas, steam and air… |
|
Công ty Cổ phần Thủy điện Miền Trung
Produces and trades hydropower, contributing to the power s…
|
CHP | VN | Electricity, gas, steam and air… |
|
Công ty Cổ phần Thủy điện Sê San 4A
Generates electricity from hydropower, utilizing horizontal…
|
S4A | VN | Electricity, gas, steam and air… |
Smart Powerr 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/35421/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=35421 | 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=35421 | 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=35421 \ -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": 35421}, 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 Smart Powerr Corp. (id: 35421)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.