Skip to content

Artisan Partners Asset Management Inc.: filings

Every Artisan Partners Asset Management Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-07-31fiscal Q2 2026411250001517302-26-000114
10-Q2026-05-04fiscal Q1 202642880001517302-26-000091
10-K2026-02-20fiscal FY 2025451250001517302-26-000047
10-Q2025-10-31fiscal Q3 2025391220001517302-25-000086
10-Q2025-08-01fiscal Q2 2025391220001517302-25-000068
10-Q2025-05-02fiscal Q1 202539820001517302-25-000042
10-K2025-02-25fiscal FY 2024451250001517302-25-000015
10-Q2024-11-01fiscal Q3 2024391220001517302-24-000073
10-Q2024-07-26fiscal Q2 2024391220001517302-24-000057
10-Q2024-04-26fiscal Q1 202439820001517302-24-000031
10-K2024-02-22fiscal FY 2023451250001517302-24-000015
10-Q2023-11-02fiscal Q3 2023391220001517302-23-000092
10-Q2023-08-03fiscal Q2 2023391220001517302-23-000076
10-Q2023-05-05fiscal Q3 202239820001517302-23-000044
10-K2023-02-27fiscal FY 2022441230001517302-23-000016
10-Q2022-11-03fiscal Q3 2022401240001517302-22-000078
10-Q2022-08-04fiscal Q2 2022391220001517302-22-000057
10-Q2022-04-28fiscal Q1 202239820001517302-22-000038
10-K2022-02-22fiscal FY 2021441230001517302-22-000012
10-Q2021-10-27fiscal Q3 2021391220001517302-21-000064
10-Q2021-08-04fiscal Q2 2021381200001517302-21-000049
10-Q2021-04-28fiscal Q1 202138800001517302-21-000031
10-K2021-02-23fiscal FY 2020441220001517302-21-000019
10-Q2020-11-03fiscal Q3 2020371160001517302-20-000077
10-Q2020-07-31fiscal Q2 2020341040001517302-20-000057
10-Q2020-04-29fiscal Q1 202034730001517302-20-000040
10-K2020-02-18fiscal FY 2019391300001517302-20-000025
10-Q2019-10-30fiscal Q3 2019351040001517302-19-000065
10-Q2019-07-31fiscal Q2 2019351040001517302-19-000045
10-Q2019-05-01fiscal Q1 201935740001517302-19-000026
10-K2019-02-20fiscal FY 2018381330001517302-19-000012
10-Q2018-10-31fiscal Q3 2018331010001517302-18-000062
10-Q2018-08-01fiscal Q2 2018341050001517302-18-000045
10-Q2018-05-02fiscal Q1 201834730001517302-18-000031
10-K2018-02-21fiscal FY 2017361300001517302-18-000018
10-Q2017-11-01fiscal Q3 2017331000001517302-17-000054
10-Q2017-08-02fiscal Q2 2017331000001517302-17-000038
10-Q2017-05-03fiscal Q1 201732680001517302-17-000023
10-K2017-02-21fiscal FY 2016351270001517302-17-000013
10-Q2016-11-01fiscal Q3 201632960001517302-16-000114
10-Q2016-08-02fiscal Q2 2016331000001517302-16-000099
10-Q2016-05-03fiscal Q1 201633700001517302-16-000084
10-K2016-02-25fiscal FY 2015361310001517302-16-000074
10-Q2015-11-02fiscal Q3 2015331000001517302-15-000061
10-Q2015-08-03fiscal Q2 2015331000001517302-15-000042
10-Q2015-05-04fiscal Q1 201534720001517302-15-000026
10-K2015-02-25fiscal FY 2014381390001517302-15-000010
10-Q2014-11-03fiscal Q3 2014351140001517302-14-000048
10-Q2014-08-04fiscal Q2 2014351140001517302-14-000034
10-Q2014-05-07fiscal Q1 201435780001517302-14-000017
10-K2014-02-26fiscal FY 2013371310001517302-14-000009
10-Q2013-11-07fiscal Q3 2013351020001517302-13-000025
10-Q2013-08-05fiscal Q2 201334980001517302-13-000015
10-Q/A2013-06-04fiscal Q1 201334690001517302-13-000007

Inspect the source

Entity
Artisan Partners Asset Management Inc. / CIK 0001517302
Captured
2026-09-20T09:14:00.541Z
SEC response SHA-256
faf7b20fc3b33c8119c47a04ceadc640844ec0cc902098204a776affa43056c6

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