Skip to content

KURA SUSHI USA, INC.: filings

Every KURA SUSHI USA, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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-07-07fiscal Q3 2026401180001193125-26-297529
10-Q2026-04-07fiscal Q2 2026401140001193125-26-145622
10-Q2026-01-07fiscal Q1 202640810001193125-26-006355
10-K2025-11-06fiscal FY 2025421070001193125-25-269773
10-Q2025-07-08fiscal Q3 2025401170000950170-25-094616
10-Q2025-04-08fiscal Q2 2025391120000950170-25-052106
10-Q2025-01-07fiscal Q1 202538780000950170-25-002849
10-K2024-11-08fiscal FY 2024421080000950170-24-124091
10-Q2024-07-09fiscal Q3 2024411200000950170-24-082426
10-Q2024-04-04fiscal Q2 2024411160000950170-24-041858
10-Q2024-01-04fiscal Q1 202441830000950170-24-001912
10-K2023-11-09fiscal FY 2023431090000950170-23-061336
10-Q2023-07-06fiscal Q3 2023411190000950170-23-032029
10-Q2023-04-04fiscal Q2 2023391100000950170-23-011783
10-Q2023-01-05fiscal Q1 202239800000950170-23-000247
10-K2022-11-10fiscal FY 2022421090000950170-22-024540
10-Q2022-07-07fiscal Q3 2022391130000950170-22-012522
10-Q2022-04-07fiscal Q2 2022391090001564590-22-013859
10-Q2022-01-06fiscal Q1 202239790001564590-22-000556
10-K2021-11-12fiscal FY 2021421090001564590-21-056423
10-Q2021-07-13fiscal Q3 2021391130001564590-21-036462
10-Q2021-04-13fiscal Q2 2021411140001564590-21-018716
10-Q2021-01-11fiscal Q1 202141830001564590-21-000864
10-K2020-11-18fiscal FY 2020441520001564590-20-054401
10-Q2020-07-14fiscal Q3 2020411150001564590-20-032354
10-Q2020-04-14fiscal Q2 2020411110001564590-20-016687
10-Q2020-01-13fiscal Q1 202041810001564590-20-000838

Inspect the source

Entity
KURA SUSHI USA, INC. / CIK 0001772177
Captured
2026-09-21T17:26:54.635Z
SEC response SHA-256
2a6358aab6eef5f3c52dc71dd698e84308d0a61d94978e51381db93a588ca4c3

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