
FLANIGANS ENTERPRISES INC — Investor Relations & Filings
Flanigan's Enterprises, Inc. operates a dual-segment business model centered in South Florida, consisting of full-service restaurants and package liquor stores. The company's primary operation is a chain of casual dining restaurants branded as Flanigan's, which are positioned as family-friendly neighborhood establishments with a sports bar atmosphere. The restaurants are known for their menu featuring seafood and grilled dishes, as well as a strong emphasis on daily specials, meal deals, and happy hour promotions. Complementing its restaurant business, the company also runs a chain of retail package liquor stores under the name Big Daddy's Wine & Liquors, offering a wide selection of beer, wine, and spirits.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q - FLANIGANS ENTERPRISES INC (0000012040) (Filer) | 2026-05-12 | English | |
| 8-K - FLANIGANS ENTERPRISES INC (0000012040) (Filer) | 2026-03-02 | English | |
| 10-Q Filing | 2026-02-10 | English | |
| DEF 14A Filing | 2026-01-23 | English | |
| 8-K Filing | 2026-01-12 | English | |
| 4 Filing | 2026-01-02 | English |
Browse filings by year
32 years- 2026 6 filings
- 2025 11 filings
- 2024 6 filings
- 2023 9 filings
- 2022 12 filings
- 2021 13 filings
- 2020 11 filings
- 2019 9 filings
- 2018 11 filings
- 2017 7 filings
- 2016 9 filings
- 2015 17 filings
- 2014 10 filings
- 2013 7 filings
- 2012 6 filings
- 2011 10 filings
- 2010 12 filings
- 2009 10 filings
- 2008 13 filings
- 2007 17 filings
- 2006 15 filings
- 2005 12 filings
- 2004 13 filings
- 2003 9 filings
- 2002 7 filings
- 2001 6 filings
- 2000 10 filings
- 1999 10 filings
- 1998 8 filings
- 1997 6 filings
- 1996 6 filings
- 1995 3 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
6 filings
| |||||
| 45330961 | 10-Q - FLANIGANS ENTERPRISES INC (0000012040) (Filer) | 2026-05-12 | English | ||
| 32874880 | 8-K - FLANIGANS ENTERPRISES INC (0000012040) (Filer) | 2026-03-02 | English | ||
| 19811645 | 10-Q Filing | 2026-02-10 | English | ||
| 15468531 | DEF 14A Filing | 2026-01-23 | English | ||
| 15468530 | 8-K Filing | 2026-01-12 | English | ||
| 15468532 | 4 Filing | 2026-01-02 | English | ||
|
2025
9 filings
| |||||
| 10472363 | 10-K | 2025-12-19 | English | ||
| 8211746 | CURRENT REPORT | 2025-08-28 | English | ||
| 8211749 | QUARTERLY REPORT | 2025-08-12 | English | ||
| 8211750 | Director's Dealing 2025 | 2025-05-31 | English | ||
| 8211751 | Director's Dealing 2025 | 2025-05-30 | English | ||
| 8211756 | 10-Q | 2025-05-19 | English | ||
| 8211759 | 8-K | 2025-05-13 | English | ||
| 8211760 | NT 10-Q | 2025-05-13 | English | ||
| 8211761 | 8-K | 2025-03-06 | English | ||
Market data
Market data not available
Price history
Peer group · Restaurants and mobile food service activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BÜYÜK ŞEFLER GIDA TURİZM TEKSTİL DANIŞMANLIK ORGANİZASYON EĞİTİM SANAYİ VE TİCARET A.Ş.
A multi-brand operator of full-service casual dining restau…
|
BIGCH | TR | Accommodation and food service … |
|
Cafe de Coral Holdings Limited
World's largest Chinese fast-food group operating QSR and c…
|
341 | HK | Accommodation and food service … |
|
CAKE BOX HOLDINGS PLC
A franchise retailer of 100% egg-free fresh cream celebrati…
|
CBOX | GB | Accommodation and food service … |
|
Carrianna Group Holdings Company Limited
Investment holding company with operations in food, restaur…
|
126 | HK | Accommodation and food service … |
|
CAVA GROUP, INC.
Operates Mediterranean fast-casual restaurants and sells pa…
|
CAVA | US | Accommodation and food service … |
|
CBK Holdings Limited
Operates hotpot specialty restaurants, processes food, and …
|
8428 | HK | Accommodation and food service … |
|
Chanson International Holding
Manufactures and sells bakery products, beverages, and meal…
|
CHSN | US | Accommodation and food service … |
|
CHEESECAKE FACTORY INC
Operates upscale casual restaurants and a bakery producing …
|
CAKE | US | Accommodation and food service … |
|
CHIKARANOMOTO HOLDINGS Co.,Ltd.
A holding company managing a global network of ramen restau…
|
3561 | JP | Accommodation and food service … |
|
CHIMNEY CO., LTD.
Operator of directly managed and franchised Japanese-style …
|
3178 | JP | Accommodation and food service … |
FLANIGANS ENTERPRISES 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/34523/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=34523 | 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=34523 | 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=34523 \ -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": 34523}, 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 FLANIGANS ENTERPRISES INC (id: 34523)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.