Skip to content

Science Applications International Corporation: filings

Every Science Applications International Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-31fiscal Q2 2027461320001571123-26-000133
10-Q2026-06-01fiscal Q1 202746960001571123-26-000079
10-K2026-03-16fiscal FY 2026521360001571123-26-000029
10-Q2025-12-04fiscal Q3 2026451300001571123-25-000189
10-Q2025-09-04fiscal Q2 2026451300001571123-25-000166
10-Q2025-06-02fiscal Q1 202644920001571123-25-000107
10-K2025-03-17fiscal FY 2025511340001571123-25-000022
10-Q2024-12-05fiscal Q3 2025461340001571123-24-000153
10-Q2024-09-05fiscal Q2 2025451300001571123-24-000129
10-Q2024-06-03fiscal Q1 202545920001571123-24-000086
10-K2024-03-20fiscal FY 2024511330001571123-24-000045
10-Q2023-12-04fiscal Q3 2024441280001571123-23-000135
10-Q2023-09-07fiscal Q2 2024441280001571123-23-000112
10-Q2023-06-05fiscal Q1 202444920001571123-23-000081
10-K2023-04-03fiscal FY 2023521360001571123-23-000031
10-Q2022-12-05fiscal Q3 2023451300001571123-22-000084
10-Q2022-09-01fiscal Q2 2023451300001571123-22-000064
10-Q2022-06-06fiscal Q1 202345940001571123-22-000026
10-K2022-03-28fiscal FY 2022521360001571123-22-000007
10-Q2021-12-06fiscal Q3 2022441280001571123-21-000043
10-Q2021-09-03fiscal Q2 2022441280001571123-21-000037
10-Q2021-06-04fiscal Q1 202243900001571123-21-000026
10-K2021-03-26fiscal FY 2021511350001571123-21-000015
10-Q2020-12-04fiscal Q3 2021461320001571123-20-000046
10-Q2020-09-03fiscal Q2 2021461320001571123-20-000040
10-Q2020-06-05fiscal Q1 202146960001571123-20-000029
10-K2020-03-27fiscal FY 2020511730001571123-20-000013
10-Q2019-12-06fiscal Q3 2020451260001571123-19-000036
10-Q2019-09-06fiscal Q2 2020451260001571123-19-000031
10-Q2019-06-06fiscal Q1 202042860001571123-19-000023
10-K2019-03-29fiscal FY 2019491750001571123-19-000004
10-Q2018-12-06fiscal Q3 2019371060001571123-18-000079
10-Q2018-09-10fiscal Q2 2019371060001571123-18-000039
10-Q2018-06-13fiscal Q1 201937770001571123-18-000028
10-K2018-03-29fiscal FY 2018461610001571123-18-000010
10-Q2017-12-08fiscal Q3 2018371040001571123-17-000011
10-Q2017-09-08fiscal Q2 2018361000001564590-17-018439
10-Q2017-06-13fiscal Q1 201835700001564590-17-012473
10-K2017-03-30fiscal FY 2017411480001564590-17-005636
10-Q2016-12-08fiscal Q3 201735980001564590-16-030000
10-Q2016-09-08fiscal Q2 201735980001564590-16-025044
10-Q2016-06-13fiscal Q1 201735720001564590-16-020531
10-K2016-03-29fiscal FY 2016411490001564590-16-015504
10-Q2015-12-02fiscal Q3 2016371040001564590-15-011216
10-Q2015-09-01fiscal Q2 2016371040001564590-15-007672
10-Q2015-06-09fiscal Q1 201633680001564590-15-004956
10-K2015-03-31fiscal FY 2015381370001564590-15-002280
10-Q2014-12-09fiscal Q3 201532900001564590-14-006109
10-Q2014-09-10fiscal Q2 201532860001193125-14-336973
10-Q2014-06-10fiscal Q1 201532630001193125-14-232131
10-K2014-04-09fiscal FY 2013411380001193125-14-135913
10-Q2013-12-13fiscal Q3 2013371010001193125-13-472090
10-Q2013-10-15fiscal Q2 201332940001193125-13-399793

Inspect the source

Entity
Science Applications International Corporation / CIK 0001571123
Captured
2026-09-20T09:21:19.156Z
SEC response SHA-256
4dec91ea83ea610bbd115d821b55129be88f09f70246f1e26704c63d36e8c7df

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