
Flux Power Holdings, Inc. — Investor Relations & Filings
Flux Power Holdings, Inc. designs, develops, manufactures, and sells advanced lithium-ion energy storage solutions. The company specializes in creating rechargeable battery packs that serve as a direct replacement for traditional lead-acid and propane power sources in various industrial applications. Key markets include material handling equipment (MHE), such as electric forklifts and pallet trucks; airport ground support equipment (GSE), including tugs and tractors; and other industrial machinery like automated guided vehicles (AGVs) and aerial lifts. Flux Power's products are engineered to deliver enhanced performance, a significantly longer life cycle, greater energy efficiency, and a lower total cost of ownership compared to conventional battery technologies. The company's solutions often incorporate smart telematics for data monitoring and support the broader trend of industrial electrification.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| S-1 | 2026-05-22 | English | |
| 424B3 | 2026-05-18 | English | |
| 8-K | 2026-05-18 | English | |
| 424B3 - Flux Power Holdings, Inc. (0001083743) (Filer) | 2026-05-07 | English | |
| 424B3 - Flux Power Holdings, Inc. (0001083743) (Filer) | 2026-04-03 | English | |
| 8-K - Flux Power Holdings, Inc. (0001083743) (Filer) | 2026-04-03 | English |
Browse filings by year
28 years- 2026 13 filings
- 2025 68 filings
- 2024 39 filings
- 2023 73 filings
- 2022 45 filings
- 2021 64 filings
- 2020 75 filings
- 2019 44 filings
- 2018 33 filings
- 2017 22 filings
- 2016 24 filings
- 2015 20 filings
- 2014 39 filings
- 2013 18 filings
- 2012 45 filings
- 2011 11 filings
- 2010 7 filings
- 2009 8 filings
- 2008 26 filings
- 2007 12 filings
- 2006 11 filings
- 2005 7 filings
- 2004 12 filings
- 2003 17 filings
- 2002 19 filings
- 2001 18 filings
- 2000 15 filings
- 1999 6 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
13 filings
| |||||
| 46860542 | S-1 | 2026-05-22 | English | ||
| 46383308 | 424B3 | 2026-05-18 | English | ||
| 46383310 | 8-K | 2026-05-18 | English | ||
| 43524882 | 424B3 - Flux Power Holdings, Inc. (0001083743) (Filer) | 2026-05-07 | English | ||
| 33267712 | 424B3 - Flux Power Holdings, Inc. (0001083743) (Filer) | 2026-04-03 | English | ||
| 33267294 | 8-K - Flux Power Holdings, Inc. (0001083743) (Filer) | 2026-04-03 | English | ||
| 33066233 | 424B3 - Flux Power Holdings, Inc. (0001083743) (Filer) | 2026-03-27 | English | ||
| 32981368 | 4 - Flux Power Holdings, Inc. (0001083743) (Issuer) | 2026-03-19 | English | ||
| 27222885 | SCHEDULE 13G/A Filing | 2026-02-13 | English | ||
| 32887184 | 10-Q - FLUX POWER HOLDINGS, INC. (0001083743) (Filer) | 2026-02-12 | English | ||
| 32887183 | 8-K - FLUX POWER HOLDINGS, INC. (0001083743) (Filer) | 2026-02-12 | English | ||
| 27222892 | 424B3 Filing | 2026-02-12 | English | ||
| 27222894 | DEF 14A Filing | 2026-02-10 | English | ||
|
2025
2 filings
| |||||
| 11174500 | Major Shareholding Notification 2025 | 2025-12-16 | English | ||
| 11174501 | 8-K | 2025-12-12 | English | ||
Market data
Market data not available
Price history
Peer group · Manufacture of batteries and accumulators
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABM FUJIYA BERHAD
Manufacturing and sale of automotive, storage, and EFB batt…
|
— | MY | Manufacturing |
|
Abound Energy
Develops patented zinc-air battery systems for reliable, lo…
|
ABND | CA | Manufacturing |
|
Aegis Critical Energy Defence Corp.
Develops and delivers advanced LFP Battery Energy Storage S…
|
QESS | CA | Manufacturing |
|
AES-KY
Develops lithium-ion battery modules for electric light veh…
|
6781 | TW | Manufacturing |
|
A.F.W Co., Ltd
Manufacturer of electric vehicle components using friction …
|
312610 | KR | Manufacturing |
|
Altech Advanced Materials AG
Develops materials for lithium-ion batteries and solid-stat…
|
AMA1 | DE | Manufacturing |
|
ALTECH BATTERIES LTD
Develops sodium-chloride solid-state batteries and lithium-…
|
ATC | AU | Manufacturing |
|
Amara Raja Energy & Mobility Limited
Provides energy storage solutions for automotive, industria…
|
ARE&M | IN | Manufacturing |
|
Amprius Technologies, Inc.
Develops and manufactures advanced lithium-ion batteries wi…
|
AMPX | US | Manufacturing |
|
ANHUI ANFU BATTERY TECHNOLOGY CO.,LTD.
Produces primary and secondary batteries for consumer and i…
|
603031 | CN | Manufacturing |
Flux Power Holdings, Inc. 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/34359/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=34359 | 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=34359 | 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=34359 \ -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": 34359}, 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 Flux Power Holdings, Inc. (id: 34359)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.