Skip to content

Navient Corporation: filings

Every Navient Corporation 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-07fiscal Q2 202628820001193125-26-340245
10-Q2026-04-29fiscal Q1 202627590001193125-26-191605
10-K2026-02-26fiscal FY 202533890001193125-26-076753
10-Q2025-10-29fiscal Q3 202527810001193125-25-256361
10-Q2025-07-30fiscal Q2 202527810000950170-25-100241
10-Q2025-04-30fiscal Q1 202527590000950170-25-061089
10-K/A2025-03-04fiscal FY 202433920000950170-25-032042
10-K2025-02-27fiscal FY 202433920000950170-25-029207
10-Q2024-10-30fiscal Q3 202431930000950170-24-119084
10-Q2024-07-24fiscal Q2 202429890000950170-24-086072
10-Q2024-04-24fiscal Q1 202428610000950170-24-047619
10-K2024-02-26fiscal FY 202334950000950170-24-020149
10-Q2023-10-25fiscal Q3 202328870000950170-23-055266
10-Q2023-07-26fiscal Q2 202328870000950170-23-034719
10-Q2023-04-26fiscal Q1 202329630000950170-23-014840
10-K2023-02-24fiscal FY 202235970000950170-23-004376
10-Q2022-10-26fiscal Q3 202229890001564590-22-035265
10-Q2022-07-27fiscal Q2 202229890001564590-22-026690
10-Q2022-04-27fiscal Q1 202229630001564590-22-016072
10-K2022-02-25fiscal FY 202135960001564590-22-007182
10-Q2021-10-27fiscal Q3 202129890001564590-21-052315
10-Q2021-07-28fiscal Q2 202129890001564590-21-038620
10-Q2021-04-28fiscal Q1 202129630001564590-21-021336
10-K2021-02-26fiscal FY 202035960001564590-21-009436
10-Q2020-10-30fiscal Q3 202029890001564590-20-049321
10-Q2020-08-05fiscal Q2 202029890001564590-20-036909
10-Q2020-05-01fiscal Q1 202029630001564590-20-020503
10-K2020-02-27fiscal FY 2019351360001564590-20-007457
10-Q2019-11-01fiscal Q3 201929890001564590-19-039431
10-Q2019-08-02fiscal Q2 201929880001564590-19-028388
10-Q2019-05-03fiscal Q1 201929620001564590-19-015717
10-K2019-02-26fiscal FY 2018351350001564590-19-004187
10-Q2018-11-02fiscal Q3 201829870001564590-18-026503
10-Q2018-08-03fiscal Q2 201829860001564590-18-019172
10-Q2018-05-03fiscal Q1 201826550001564590-18-010743
10-K2018-02-26fiscal FY 2017301220001564590-18-003273
10-Q2017-10-27fiscal Q3 201724760001193125-17-323117
10-Q2017-08-01fiscal Q2 201724760001193125-17-244289
10-Q2017-04-27fiscal Q1 201726560001193125-17-143137
10-K2017-02-24fiscal FY 2016331390001193125-17-056358
10-Q2016-11-07fiscal Q3 201625780001193125-16-761735
10-Q2016-07-25fiscal Q2 201625780001193125-16-656576
10-Q2016-04-28fiscal Q1 201624520001193125-16-563741
10-K2016-02-25fiscal FY 2015311420001193125-16-478393
10-Q2015-10-30fiscal Q3 201525780001193125-15-360320
10-Q2015-08-03fiscal Q2 201525780001193125-15-274878
10-Q2015-04-30fiscal Q1 201525540001193125-15-162088
10-K2015-02-27fiscal FY 2014311410001193125-15-070145
10-Q2014-10-30fiscal Q3 201424740001193125-14-389715
10-Q2014-08-01fiscal Q2 201427800001193125-14-291601
10-Q2014-05-09fiscal Q1 201426560001193125-14-192760

Inspect the source

Entity
Navient Corporation / CIK 0001593538
Captured
2026-09-20T09:24:24.948Z
SEC response SHA-256
58d9f9857c6fe3b61b76a7b0e7dc588c7cb782729be5c5dcdff436f06f7fdca2

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