
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 |
|---|---|---|---|
|
CRACKER BARREL OLD COUNTRY STORE, INC
Operates restaurants and gift stores with a Southern theme …
|
CBRL | US | Accommodation and food service … |
|
create restaurants holdings inc.
A holding company that manages a diverse portfolio of resta…
|
3387 | JP | Accommodation and food service … |
|
Daesan F&B Inc.
Processes, distributes, and sells livestock products and op…
|
065150 | KR | Accommodation and food service … |
|
DAISYO CORPORATION
Operates a chain of Japanese restaurants and pubs with food…
|
9979 | JP | Accommodation and food service … |
|
Daniel Thwaites PLC
Hospitality company operating hotels, inns, pubs, spas, and…
|
DLT | GB | Accommodation and food service … |
|
DARDEN RESTAURANTS INC
A full-service dining company that owns and operates a port…
|
DRI | US | Accommodation and food service … |
|
DD GROUP Co.,Ltd.
Manages over 100 brands in dining, amusement, and hospitali…
|
3073 | JP | Accommodation and food service … |
|
DENNY'S Corp
A multi-brand restaurant operator of diner and breakfast ca…
|
DENN | US | Accommodation and food service … |
|
Development Works Food Co.
Operates and franchises fast-casual dining outlets focused …
|
6013 | SA | Accommodation and food service … |
|
Devyani International Limited
Major QSR operator and franchisee for KFC, Pizza Hut, Costa…
|
DEVYANI | IN | 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.