Skip to content

EL POLLO LOCO HOLDINGS, INC.: filings

Every EL POLLO LOCO HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

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-Q2026-08-07fiscal Q2 2026461170001606366-26-000047
10-Q2026-05-08fiscal Q1 202645910001606366-26-000038
10-K2026-03-13fiscal FY 2025491270001606366-26-000017
10-Q2025-10-31fiscal Q3 2025461200001606366-25-000050
10-Q2025-08-01fiscal Q2 2025461200001606366-25-000038
10-Q2025-05-02fiscal Q1 202545910001606366-25-000030
10-K2025-03-07fiscal FY 2024491260001606366-25-000008
10-Q2024-11-01fiscal Q3 2024471240001606366-24-000049
10-Q2024-08-02fiscal Q2 2024471240001606366-24-000041
10-Q2024-05-03fiscal Q1 202447950001606366-24-000028
10-K2024-03-08fiscal FY 2023511310001606366-24-000013
10-Q2023-11-03fiscal Q3 2023491280001606366-23-000047
10-Q2023-08-04fiscal Q2 2023491280001606366-23-000033
10-Q2023-05-05fiscal Q1 202349980001606366-23-000022
10-K2023-03-10fiscal FY 2022501290001606366-23-000007
10-Q2022-11-04fiscal Q3 2022481280001606366-22-000066
10-Q2022-08-05fiscal Q2 2022471260001606366-22-000050
10-Q2022-05-06fiscal Q1 202247950001606366-22-000033
10-K2022-03-11fiscal FY 2021501290001606366-22-000014
10-Q2021-11-05fiscal Q3 2021471260001606366-21-000071
10-Q2021-08-06fiscal Q2 2021471260001606366-21-000054
10-Q2021-05-07fiscal Q1 202146930001606366-21-000031
10-K2021-03-15fiscal FY 2020501280001606366-21-000015
10-Q2020-10-30fiscal Q3 2020481300001606366-20-000036
10-Q2020-07-31fiscal Q2 2020471280001606366-20-000031
10-Q2020-05-01fiscal Q1 202046950001606366-20-000020
10-K2020-03-06fiscal FY 2019481890001606366-20-000004
10-Q2019-11-01fiscal Q3 2019461220001606366-19-000032
10-Q2019-08-02fiscal Q2 2019441190001606366-19-000028
10-Q2019-05-03fiscal Q1 201942880001606366-19-000019
10-K2019-03-08fiscal FY 2018431790001606366-19-000007
10-Q2018-11-02fiscal Q3 2018401080001606366-18-000034
10-Q2018-08-03fiscal Q2 2018371020001606366-18-000024
10-Q2018-05-07fiscal Q1 201835720001606366-18-000015
10-K2018-03-09fiscal FY 2017381630001606366-18-000006
10-Q2017-11-03fiscal Q3 2017361020001606366-17-000019
10-Q2017-08-07fiscal Q2 201736980001606366-17-000014
10-Q2017-05-05fiscal Q1 201737750001606366-17-000009
10-K2017-03-10fiscal FY 2016381620001564590-17-003982
10-Q2016-11-04fiscal Q3 2016371030001564590-16-027675
10-Q2016-08-05fiscal Q2 2016381050001564590-16-022809
10-Q2016-05-06fiscal Q1 201638750001564590-16-018275
10-K2016-03-11fiscal FY 2015401590001564590-16-014602
10-Q2015-11-13fiscal Q3 2015371000001564590-15-010655
10-Q2015-08-14fiscal Q2 201536990001564590-15-007395
10-Q2015-05-15fiscal Q1 201536720001193125-15-189916
10-K2015-03-17fiscal FY 2014381530001193125-15-094245
10-Q2014-11-07fiscal Q3 201436960001193125-14-403640
10-Q2014-09-29fiscal Q2 201436970001193125-14-355189

Inspect the source

Entity
EL POLLO LOCO HOLDINGS, INC. / CIK 0001606366
Captured
2026-09-20T09:26:14.084Z
SEC response SHA-256
89472fb2d9aa465e71a12a6cd7eb0ca041c68e66b1709d7da2f9693a7cc00269

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/0001606366.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"])))