Skip to content

Advantage Solutions Inc.: filings

Every Advantage Solutions Inc. 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-08-05fiscal Q2 2026471310001193125-26-334564
10-Q2026-05-06fiscal Q1 202647970001193125-26-209261
10-K2026-03-03fiscal FY 2025541370001193125-26-088543
10-Q2025-11-06fiscal Q3 2025451240001193125-25-269649
10-Q2025-08-07fiscal Q2 2025451240000950170-25-104995
10-Q2025-05-12fiscal Q1 202545940000950170-25-069287
10-K2025-03-07fiscal FY 2024551420000950170-25-035151
10-Q2024-11-12fiscal Q3 2024481340000950170-24-124611
10-Q2024-08-09fiscal Q2 2024481340000950170-24-094741
10-Q2024-05-10fiscal Q1 2024481000000950170-24-057869
10-K2024-03-01fiscal FY 2023561460000950170-24-023841
10-Q2023-11-07fiscal Q3 2023471330000950170-23-060199
10-Q2023-08-04fiscal Q2 2023471330000950170-23-038508
10-Q2023-05-10fiscal Q1 202346960000950170-23-020276
10-K2023-03-01fiscal FY 2022561470000950170-23-005522
10-Q2022-11-09fiscal Q3 2022441250000950170-22-023835
10-Q2022-08-09fiscal Q2 2022441250000950170-22-016038
10-Q2022-05-10fiscal Q1 202244930000950170-22-008943
10-K2022-03-01fiscal FY 2021541420000950170-22-002524
10-Q2021-11-09fiscal Q3 2021451260000950170-21-003733
10-Q2021-08-09fiscal Q2 2021431220001193125-21-240590
10-Q2021-05-17fiscal Q1 202138780001193125-21-163670
10-K/A2021-05-17fiscal FY 2020491240001193125-21-163655
10-K2021-03-16fiscal FY 2020491240001193125-21-082812
10-Q2020-10-22fiscal Q3 202019540001213900-20-032821
10-Q2020-08-13fiscal Q2 202019420001213900-20-021895
10-Q2020-05-13fiscal Q1 202018280001213900-20-012022
10-K2020-03-30fiscal FY 201920200001213900-20-007995
10-Q2019-11-14fiscal Q3 201918250001213900-19-023317

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
Advantage Solutions Inc. / CIK 0001776661
Captured
2026-09-21T17:30:28.377Z
SEC response SHA-256
900b4482ba5c576239f39e8e85fc2362992eab35078d4c4df764bf71a46b8a09

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