Skip to content

Parsons Corporation: filings

Every Parsons Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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-04-29fiscal Q1 2026521060001193125-26-188862
10-K2026-02-11fiscal FY 2025561440001193125-26-045495
10-Q2025-11-05fiscal Q3 2025521400001193125-25-265659
10-Q2025-08-06fiscal Q2 2025521400000950170-25-103507
10-Q2025-04-30fiscal Q1 2025511040000950170-25-060544
10-K2025-02-19fiscal FY 2024561570000950170-25-022754
10-Q2024-10-30fiscal Q3 2024521400000950170-24-118574
10-Q2024-07-31fiscal Q2 2024521400000950170-24-088219
10-Q2024-05-01fiscal Q1 2024511050000950170-24-050876
10-K2024-02-14fiscal FY 2023561440000950170-24-014927
10-Q2023-11-01fiscal Q3 2023521400000950170-23-057104
10-Q2023-08-02fiscal Q2 2023521400000950170-23-037332
10-Q2023-05-03fiscal Q1 2023511040000950170-23-016867
10-K2023-02-17fiscal FY 2022561440001564590-23-002040
10-Q2022-11-02fiscal Q3 2022521400001564590-22-036205
10-Q2022-08-03fiscal Q2 2022521400001564590-22-027607
10-Q2022-05-04fiscal Q1 2022511040001564590-22-017655
10-K2022-02-23fiscal FY 2021551420001564590-22-006026
10-Q2021-11-03fiscal Q3 2021521400001564590-21-053722
10-Q2021-08-04fiscal Q2 2021511380001564590-21-040486
10-Q2021-05-05fiscal Q1 2021501020001564590-21-023613
10-K2021-02-24fiscal FY 2020541710001564590-21-007800
10-Q2020-11-04fiscal Q3 2020511380001564590-20-050173
10-Q2020-08-05fiscal Q2 2020511380001564590-20-036405
10-Q2020-05-06fiscal Q1 2020501020001564590-20-021527
10-K2020-03-10fiscal FY 2019541850001564590-20-009791
10-Q2019-11-12fiscal Q3 2019481280001564590-19-042547
10-Q2019-08-13fiscal Q2 2019481300001564590-19-031615
10-Q2019-06-18fiscal Q1 201946950001564590-19-022714

Inspect the source

Entity
Parsons Corporation / CIK 0000275880
Captured
2026-09-19T14:55:33.156Z
SEC response SHA-256
647c7b85c1f72c856f6ff2c920d1fdbc2cba6b733ae1dbbd2f49de7195b926d6

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