Skip to content

FIESTA RESTAURANT GROUP, INC.: filings

Every FIESTA RESTAURANT GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 filings, each linked to its SEC index.

Filing record ends 2023-08-11

The latest filing in this captured record is a 10-Q filed 2023-08-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. FIESTA RESTAURANT GROUP, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2023-08-11fiscal Q2 202331860001534992-23-000035
10-Q2023-05-10fiscal Q1 202331660001534992-23-000025
10-K2023-03-03fiscal FY 202234890001534992-23-000015
10-Q2022-11-10fiscal Q3 202231900001534992-22-000067
10-Q2022-08-11fiscal Q2 202230820001534992-22-000033
10-Q2022-05-12fiscal Q1 202231660001534992-22-000021
10-K2022-03-10fiscal FY 202137950001534992-22-000007
10-Q2021-11-12fiscal Q3 202130860001534992-21-000068
10-Q2021-08-13fiscal Q2 202129780001534992-21-000043
10-Q2021-05-13fiscal Q1 202135740001534992-21-000036
10-K2021-03-05fiscal FY 2020441560001534992-21-000020
10-Q2020-11-04fiscal Q3 2020341000001534992-20-000057
10-Q2020-08-05fiscal Q2 202034960001534992-20-000046
10-Q2020-05-08fiscal Q1 202034700001534992-20-000041
10-K2020-02-27fiscal FY 2019421480001534992-20-000019
10-Q2019-11-05fiscal Q3 2019361040001534992-19-000033
10-Q2019-08-07fiscal Q2 2019361000001534992-19-000022
10-Q2019-05-07fiscal Q1 201936720001534992-19-000014
10-K2019-02-26fiscal FY 2018391460001534992-19-000008
10-Q2018-11-05fiscal Q3 201833940001534992-18-000048
10-Q2018-08-06fiscal Q2 201832900001534992-18-000040
10-Q2018-05-07fiscal Q1 201832680001534992-18-000030
10-K2018-02-26fiscal FY 2017371320001534992-18-000010
10-Q2017-11-06fiscal Q3 201731880001534992-17-000052
10-Q2017-08-07fiscal Q2 201731880001534992-17-000031
10-Q2017-05-08fiscal Q1 201731660001534992-17-000022
10-K2017-02-27fiscal FY 2016371320001534992-17-000012
10-Q2016-11-07fiscal Q3 201631900001534992-16-000072
10-Q2016-08-03fiscal Q2 201632940001534992-16-000059
10-Q2016-05-09fiscal Q1 201632660001534992-16-000050
10-K2016-02-24fiscal FY 2015421490001534992-16-000043
10-Q2015-10-29fiscal Q3 201532920001534992-15-000036
10-Q2015-07-30fiscal Q2 201532920001534992-15-000028
10-Q2015-04-30fiscal Q1 201532660001534992-15-000019
10-K2015-02-19fiscal FY 2014431520001534992-15-000009
10-Q2014-11-04fiscal Q3 2014351040001534992-14-000033
10-Q2014-08-05fiscal Q2 2014351040001534992-14-000027
10-Q2014-05-06fiscal Q1 201435720001534992-14-000021
10-K2014-02-25fiscal FY 2013391250001534992-14-000011
10-Q2013-11-05fiscal Q3 201331880001534992-13-000027
10-Q2013-08-08fiscal Q2 201331880001534992-13-000019
10-Q2013-05-07fiscal Q1 201331620001534992-13-000010
10-K2013-03-01fiscal FY 2012381230001534992-13-000004
10-Q2012-11-13fiscal Q3 201233900001534992-12-000008
10-Q2012-08-15fiscal Q2 201234940001534992-12-000006
10-Q2012-05-10fiscal Q1 201230600001193125-12-225781

Inspect the source

Entity
FIESTA RESTAURANT GROUP, INC. / CIK 0001534992
Captured
SEC response SHA-256
9249539db79ffc1ae9082677be9c4e284b90f0fea2699c95d543e8958f6ffd7d

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001534992.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))