
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 |
|---|---|---|---|
|
GINZA RENOIR CO.,LTD
Operates coffee shops, cafes, rental meeting rooms, and pri…
|
9853 | JP | Accommodation and food service … |
|
GLOBAL-DINING,INC.
Manages a diverse portfolio of international restaurants, h…
|
7625 | JP | Accommodation and food service … |
|
Global Uin Intelligence Holdings Limited
Investment holding entity managing F&B operations, bakery r…
|
8496 | HK | Accommodation and food service … |
|
Good Times Restaurants Inc.
Owns, operates, and franchises a quick-service drive-throug…
|
GTIM | US | Accommodation and food service … |
|
Gourmet
Global coffee, bakery, and dessert retailer operating under…
|
2723 | TW | Accommodation and food service … |
|
GOURMET KINEYA CO.,LTD.
Operates restaurants and provides in-flight meals, frozen f…
|
9850 | JP | Accommodation and food service … |
|
Green Tea Group Limited
Leading casual Chinese cuisine chain focusing on value-for-…
|
6831 | KY | Accommodation and food service … |
|
Greggs PLC
A food-on-the-go retailer specializing in freshly prepared …
|
GRG | GB | Accommodation and food service … |
|
Grill Splendour Services Limited
Produces and distributes bakery and confectionery goods via…
|
BIRDYS | IN | Accommodation and food service … |
|
Groupe Flo
A restaurant operator managing a portfolio of themed dining…
|
FLO | FR | 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.