Skip to content

Aramark: filings

Every Aramark annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-11fiscal Q3 2026461290001584509-26-000122
10-Q2026-05-12fiscal Q2 2026461250001584509-26-000088
10-Q2026-02-10fiscal Q1 202646970001584509-26-000040
10-K2025-11-25fiscal FY 2025501300001584509-25-000219
10-Q2025-08-05fiscal Q3 2025461270001584509-25-000169
10-Q2025-05-06fiscal Q2 2025461230001584509-25-000118
10-Q2025-02-04fiscal Q1 202544930001584509-25-000053
10-K2024-11-19fiscal FY 2024491270001584509-24-000212
10-Q2024-08-06fiscal Q3 2024421230001584509-24-000153
10-Q2024-05-07fiscal Q2 2024411170001584509-24-000097
10-Q2024-02-06fiscal Q1 202441870001584509-24-000047
10-K2023-11-21fiscal FY 2023511320001584509-23-000237
10-Q2023-08-08fiscal Q3 2023431220001584509-23-000154
10-Q2023-05-09fiscal Q2 2023431180001584509-23-000108
10-Q2023-02-07fiscal Q1 202343900001584509-23-000044
10-K2022-11-22fiscal FY 2022501270001584509-22-000236
10-Q2022-08-09fiscal Q3 2022431220001584509-22-000156
10-Q2022-05-10fiscal Q2 2022431180001584509-22-000109
10-Q2022-02-08fiscal Q1 202243900001584509-22-000053
10-K2021-11-23fiscal FY 2021501260001584509-21-000256
10-Q2021-08-10fiscal Q3 2021441240001584509-21-000169
10-Q2021-05-11fiscal Q2 2021441140001584509-21-000111
10-Q2021-02-09fiscal Q1 202143880001584509-21-000046
10-K2020-11-24fiscal FY 2020531500001584509-20-000230
10-Q2020-08-04fiscal Q3 2020441120001584509-20-000156
10-Q2020-05-05fiscal Q2 2020451180001584509-20-000105
10-Q2020-02-04fiscal Q1 202045900001584509-20-000044
10-K2019-11-26fiscal FY 2019471520001584509-19-000237
10-Q2019-08-06fiscal Q3 2019421120001584509-19-000152
10-Q2019-05-07fiscal Q2 2019421120001584509-19-000111
10-Q2019-02-05fiscal Q1 201941840001584509-19-000036
10-K2018-11-21fiscal FY 2018461480001584509-18-000226
10-Q2018-08-07fiscal Q3 2018401080001584509-18-000151
10-Q2018-05-08fiscal Q2 2018401080001584509-18-000095
10-Q2018-02-06fiscal Q1 201837760001584509-18-000044
10-K2017-11-22fiscal FY 2017451450001584509-17-000247
10-Q2017-08-08fiscal Q3 2017371020001584509-17-000164
10-Q2017-05-09fiscal Q2 2017371020001584509-17-000099
10-Q2017-02-07fiscal Q1 201736740001584509-17-000042
10-K2016-11-23fiscal FY 2016451440001584509-16-000514
10-Q2016-08-10fiscal Q3 2016361020001584509-16-000436
10-Q2016-05-11fiscal Q2 2016361020001584509-16-000370
10-Q2016-02-10fiscal Q1 201636760001584509-16-000312
10-K2015-12-01fiscal FY 2015451520001584509-15-000215
10-Q2015-08-12fiscal Q3 2015361020001584509-15-000137
10-Q2015-05-13fiscal Q2 2015361020001584509-15-000089
10-Q2015-02-11fiscal Q1 201536760001584509-15-000031
10-K2014-12-03fiscal FY 2014451520001584509-14-000122
10-Q2014-08-11fiscal Q3 2014371040001584509-14-000048
10-Q2014-05-08fiscal Q2 2014361000001584509-14-000017
10-Q2014-02-05fiscal Q1 201436760001584509-14-000006

Inspect the source

Entity
Aramark / CIK 0001584509
Captured
2026-09-20T09:23:12.045Z
SEC response SHA-256
576f3ffd9563668e49ffa6ea4684938f2760be0a60f888ad0d47c60518c7485c

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