
EMERSON RADIO CORP — Investor Relations & Filings
Emerson Radio Corp. is a distributor that designs, sources, imports, and markets a range of consumer electronics and houseware products. Its portfolio includes small appliances such as microwaves, compact refrigerators, fans, and heaters, as well as electronics like clock radios, wireless charging devices, power banks, and televisions. The company leverages its long-standing brand, which has been in continuous use since the early 20th century. In addition to direct sales, Emerson Radio Corp. engages in the licensing of its trademarks, including Emerson and SmartSet, to other manufacturers and marketers. The company serves both general consumers and the hotel and hospitality sector.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K - EMERSON RADIO CORP (0000032621) (Filer) | 2026-03-30 | English | |
| ARS - EMERSON RADIO CORP (0000032621) (Filer) | 2026-02-20 | English | |
| DEF 14A - EMERSON RADIO CORP (0000032621) (Filer) | 2026-02-20 | English | |
| 10-Q - EMERSON RADIO CORP (0000032621) (Filer) | 2026-02-17 | English | |
| FORM 10-Q | 2025-11-14 | English | |
| FORM 10-Q | 2025-08-14 | English |
Browse filings by year
32 years- 2026 4 filings
- 2025 7 filings
- 2024 11 filings
- 2023 8 filings
- 2022 11 filings
- 2021 9 filings
- 2020 8 filings
- 2019 10 filings
- 2018 18 filings
- 2017 21 filings
- 2016 30 filings
- 2015 16 filings
- 2014 26 filings
- 2013 28 filings
- 2012 26 filings
- 2011 23 filings
- 2010 19 filings
- 2009 42 filings
- 2008 29 filings
- 2007 30 filings
- 2006 100 filings
- 2005 33 filings
- 2004 32 filings
- 2003 32 filings
- 2002 19 filings
- 2001 22 filings
- 2000 25 filings
- 1999 15 filings
- 1998 10 filings
- 1997 8 filings
- 1996 22 filings
- 1995 15 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
4 filings
| |||||
| 33086943 | 8-K - EMERSON RADIO CORP (0000032621) (Filer) | 2026-03-30 | English | ||
| 32875857 | ARS - EMERSON RADIO CORP (0000032621) (Filer) | 2026-02-20 | English | ||
| 32875859 | DEF 14A - EMERSON RADIO CORP (0000032621) (Filer) | 2026-02-20 | English | ||
| 32875865 | 10-Q - EMERSON RADIO CORP (0000032621) (Filer) | 2026-02-17 | English | ||
|
2025
7 filings
| |||||
| 8432655 | FORM 10-Q | 2025-11-14 | English | ||
| 8432656 | FORM 10-Q | 2025-08-14 | English | ||
| 8432657 | FORM 10-K | 2025-06-27 | English | ||
| 8432658 | FORM 8-K | 2025-03-25 | English | ||
| 8432659 | Annual Report 2025 | 2025-02-18 | English | ||
| 8432660 | FORM DEF 14A | 2025-02-18 | English | ||
| 8432661 | FORM 10-Q | 2025-02-14 | English | ||
|
2024
4 filings
| |||||
| 8432662 | FORM 10-Q | 2024-11-14 | English | ||
| 8432663 | FORM 10-Q | 2024-08-14 | English | ||
| 8432664 | FORM 10-K | 2024-06-27 | English | ||
| 8432665 | FORM 10-Q/A | 2024-06-26 | English | ||
Market data
Market data not available
Price history
Peer group · Manufacture of domestic appliances
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AUCMA Co., Ltd.
Manufactures refrigeration equipment, cold chain systems, a…
|
600336 | CN | Manufacturing |
|
AUPU INTELLIGENT TECHNOLOGY CORPORATION LIMITED
Provides integrated home solutions, bathroom master units, …
|
603551 | CN | Manufacturing |
|
AUX Electric Co., Ltd.
Designs, manufactures, and sells smart, energy-efficient re…
|
2580 | HK | Manufacturing |
|
Bajaj Electricals Ltd.
Provides consumer appliances, lighting, and power transmiss…
|
BAJAJELEC | IN | Manufacturing |
|
BALMUDA Inc.
A design and engineering company creating premium home appl…
|
6612 | JP | Manufacturing |
|
BEAR ELECTRIC APPLIANCE CO.,LTD.
Specializes in the design and manufacture of creative small…
|
002959 | CN | Manufacturing |
|
Beijing Liven Technology Co.,Ltd.
Develops and manufactures small kitchen appliances, special…
|
001259 | CN | Manufacturing |
|
Beijing Roborock Technology Co., Ltd.
Develops advanced robotic vacuums and intelligent floor car…
|
688169 | CN | Manufacturing |
|
BREVILLE GROUP LIMITED
Global designer, developer, and marketer of premium small k…
|
BRG | AU | Manufacturing |
|
Bubang Co., Ltd.
Diversified company in appliances, retail, IT services, and…
|
014470 | KR | Manufacturing |
EMERSON RADIO 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/35262/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=35262 | 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=35262 | 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=35262 \ -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": 35262}, 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 EMERSON RADIO CORP (id: 35262)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.