Skip to content

BOX INC: filings

Every BOX INC annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-26fiscal Q2 2026441250001193125-26-368289
10-Q2026-05-27fiscal Q1 202644890001193125-26-241872
10-K2026-03-09fiscal FY 2026541400001193125-26-098466
10-Q2025-12-03fiscal Q3 2025441250001193125-25-306665
10-Q2025-08-27fiscal Q2 2025431230000950170-25-111701
10-Q2025-05-29fiscal Q1 202542850000950170-25-078934
10-K2025-03-10fiscal FY 2025531380000950170-25-036261
10-Q2024-12-04fiscal Q3 2024411170000950170-24-133239
10-Q2024-08-30fiscal Q2 2024411170000950170-24-102328
10-Q2024-05-30fiscal Q1 202441830000950170-24-066563
10-K2024-03-11fiscal FY 2024521350000950170-24-029241
10-Q2023-12-06fiscal Q3 2024441250000950170-23-068562
10-Q2023-08-31fiscal Q2 2024441250000950170-23-045781
10-Q2023-05-31fiscal Q1 202445910000950170-23-025323
10-K2023-03-13fiscal FY 2023511310000950170-23-007573
10-Q2022-12-02fiscal Q3 2023451420000950170-22-025992
10-Q2022-08-31fiscal Q2 2023451420000950170-22-017965
10-Q2022-06-02fiscal Q1 202345890000950170-22-011080
10-K2022-03-16fiscal FY 2022481200000950170-22-003913
10-Q2021-12-03fiscal Q3 2022421270000950170-21-005036
10-Q2021-09-03fiscal Q2 2022431350001564590-21-047099
10-Q2021-06-04fiscal Q1 202241860001564590-21-031777
10-K2021-03-19fiscal FY 2021481250001564590-21-014377
10-Q2020-12-07fiscal Q3 2021461570001564590-20-056296
10-Q2020-09-04fiscal Q2 2021461510001564590-20-042654
10-Q2020-06-04fiscal Q1 202146970001564590-20-028397
10-K2020-03-19fiscal FY 2020491260001564590-20-011799
10-Q2019-12-06fiscal Q3 2020461540001564590-19-045474
10-Q2019-09-06fiscal Q2 2020461480001564590-19-034260
10-Q2019-06-06fiscal Q1 202046950001564590-19-021912
10-K2019-03-20fiscal FY 2019461220001564590-19-008669
10-Q2018-12-06fiscal Q3 2019441400001564590-18-030602
10-Q2018-09-07fiscal Q2 2019431370001564590-18-022821
10-Q2018-06-08fiscal Q1 201943910001564590-18-015310
10-K2018-03-22fiscal FY 2018421120001564590-18-006572
10-Q2017-12-08fiscal Q3 2018381190001564590-17-024752
10-Q2017-09-08fiscal Q2 2018381170001564590-17-018493
10-Q2017-06-09fiscal Q1 201838780001564590-17-012394
10-K2017-03-24fiscal FY 2017421110001564590-17-005227
10-Q2016-12-08fiscal Q3 2016381200001564590-16-029999
10-Q2016-09-07fiscal Q2 2016381200001564590-16-024983
10-Q2016-06-09fiscal Q1 201638780001564590-16-020454
10-K2016-03-30fiscal FY 2016421110001564590-16-015649
10-Q2015-12-14fiscal Q3 2016391260001564590-15-011498
10-Q2015-09-11fiscal Q2 2016381220001564590-15-007935
10-Q2015-06-12fiscal Q1 201637760001564590-15-005056

Inspect the source

Entity
BOX INC / CIK 0001372612
Captured
2026-09-20T07:57:11.167Z
SEC response SHA-256
7db6f58b4571d237221682ee4e6b4797beda0b48b27e628f6b11ecc3e5285ac0

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