
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 |
|---|---|---|---|
|
JIN MI FANG GROUP HOLDINGS LIMITED
F&B supply chain group integrating digital technology, data…
|
8300 | HK | Accommodation and food service … |
|
Jiumaojiu International Holdings Limited
Chinese catering group operating diversified multi-brand Ch…
|
9922 | KY | Accommodation and food service … |
|
JLogo Holdings Limited
Operates F&B establishments, including Asian restaurants an…
|
8527 | HK | Accommodation and food service … |
|
Joyfull Co.,Ltd.
Operates a chain of family-style restaurants specializing i…
|
9942 | JP | Accommodation and food service … |
|
Jubilant Foodworks Limited
Operates quick-service restaurants like Domino's, Dunkin', …
|
JUBLFOOD | IN | Accommodation and food service … |
|
JUMBO GROUP LIMITED
Prominent multi-dining concept F&B establishment with resta…
|
42R | SG | Accommodation and food service … |
|
Just Kitchen Holdings Corp.
Technology-enabled operator of ghost kitchens and delivery-…
|
JK | CA | Accommodation and food service … |
|
Kafelaku Coffee Holding Limited
Manages restaurant chains and offers specialized Chinese ca…
|
1869 | HK | Accommodation and food service … |
|
kaihan co.,Ltd.
Operates in food & beverage, including restaurants and seaf…
|
3133 | JP | Accommodation and food service … |
|
Kairikiya Co.,Ltd.
A restaurant management company operating a ramen chain and…
|
5891 | 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.