
RAVE RESTAURANT GROUP, INC. — Investor Relations & Filings
RAVE Restaurant Group, Inc. owns, franchises, and supplies two distinct pizza restaurant brands: Pizza Inn and Pie Five Pizza. Pizza Inn is an international chain established in 1958, offering traditional and specialty pizzas, pastas, salads, and desserts through buffet, delivery, and carry-out formats. Pie Five Pizza is a fast-casual concept where customers can order individual, handcrafted pizzas made with fresh ingredients that are ready in under five minutes. The company's portfolio targets different segments of the pizza market, from family-style dining to quick, customized meals.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K - RAVE RESTAURANT GROUP, INC. (0000718332) (Filer) | 2026-05-07 | English | |
| 10-Q - RAVE RESTAURANT GROUP, INC. (0000718332) (Filer) | 2026-05-07 | English | |
| 8-K - RAVE RESTAURANT GROUP, INC. (0000718332) (Filer) | 2026-02-17 | English | |
| 10-Q Filing | 2026-02-05 | English | |
| 8-K Filing | 2026-02-05 | English | |
| SCHEDULE 13G/A Filing | 2025-12-30 | English |
Browse filings by year
32 years- 2026 5 filings
- 2025 18 filings
- 2024 24 filings
- 2023 26 filings
- 2022 33 filings
- 2021 18 filings
- 2020 30 filings
- 2019 25 filings
- 2018 23 filings
- 2017 72 filings
- 2016 22 filings
- 2015 23 filings
- 2014 41 filings
- 2013 36 filings
- 2012 37 filings
- 2011 67 filings
- 2010 39 filings
- 2009 64 filings
- 2008 48 filings
- 2007 39 filings
- 2006 43 filings
- 2005 40 filings
- 2004 51 filings
- 2003 39 filings
- 2002 18 filings
- 2001 7 filings
- 2000 5 filings
- 1999 6 filings
- 1998 8 filings
- 1997 5 filings
- 1996 7 filings
- 1995 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
5 filings
| |||||
| 42970166 | 8-K - RAVE RESTAURANT GROUP, INC. (0000718332) (Filer) | 2026-05-07 | English | ||
| 42970393 | 10-Q - RAVE RESTAURANT GROUP, INC. (0000718332) (Filer) | 2026-05-07 | English | ||
| 32880095 | 8-K - RAVE RESTAURANT GROUP, INC. (0000718332) (Filer) | 2026-02-17 | English | ||
| 18203492 | 10-Q Filing | 2026-02-05 | English | ||
| 18203477 | 8-K Filing | 2026-02-05 | English | ||
|
2025
10 filings
| |||||
| 18203514 | SCHEDULE 13G/A Filing | 2025-12-30 | English | ||
| 18203501 | 8-K Filing | 2025-12-12 | English | ||
| 9386926 | ANNUAL REPORT PURSUANT TO SECTION 13 AND 15(D) | 2025-11-06 | English | ||
| 9386929 | 8-K | 2025-11-06 | English | ||
| 9386931 | QUARTERLY REPORT PURSUANT TO SECTION 13 OR 15(D) | 2025-11-06 | English | ||
| 9386932 | ARS | 2025-10-22 | English | ||
| 9386933 | DEFA14A | 2025-10-22 | English | ||
| 9386934 | DEF 14A | 2025-10-22 | English | ||
| 9386935 | FORM 4 | 2025-10-22 | English | ||
| 9386936 | FORM 4 | 2025-10-22 | English | ||
Market data
Market data not available
Price history
Peer group · Restaurants and mobile food service activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
El Pollo Loco Holdings, Inc.
Operates quick-service restaurants specializing in Mexican-…
|
LOCO | US | Accommodation and food service … |
|
EMPIRE PREMIUM FOOD BERHAD
Investment holding company operating a multi-format sushi r…
|
— | MY | Accommodation and food service … |
|
E-STATION GREEN TECHNOLOGY GROUP CO., LIMITED
Investment holding company primarily engaged in multi-brand…
|
8475 | HK | Accommodation and food service … |
|
Eternal Hospitality Group Co.,Ltd.
A food and beverage company operating restaurant chains spe…
|
3193 | JP | Accommodation and food service … |
|
ETİLER GIDA VE TİCARİ YATIRIMLAR SANAYİ VE TİCARET A.Ş.
Operates food establishments, provides catering, and trades…
|
ETILR | TR | Accommodation and food service … |
|
Fairwood Holdings Limited
Operates over 155 fast food and specialty restaurants with …
|
52 | HK | Accommodation and food service … |
|
FAMOUS BRANDS LIMITED
Africa's largest restaurant franchisor operating 30 quick s…
|
FBR | ZA | Accommodation and food service … |
|
First Watch Restaurant Group, Inc.
Daytime dining concept serving made-to-order breakfast, bru…
|
FWRG | US | Accommodation and food service … |
|
FLANIGANS ENTERPRISES INC
Operates full-service restaurants and package liquor stores…
|
BDL | US | Accommodation and food service … |
|
FLYING GARDEN CO., LTD
Operates a chain of family-style restaurants known for its …
|
3317 | JP | Accommodation and food service … |
RAVE RESTAURANT GROUP, 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/34616/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=34616 | 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=34616 | 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=34616 \ -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": 34616}, 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 RAVE RESTAURANT GROUP, INC. (id: 34616)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.