Skip to content

A10 Networks, Inc.: filings

Every A10 Networks, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-06fiscal Q2 2026581550001580808-26-000045
10-Q2026-05-07fiscal Q1 2026571170001580808-26-000032
10-K2026-02-25fiscal FY 2025601540001580808-26-000014
10-Q2025-11-04fiscal Q3 2025561510001580808-25-000111
10-Q2025-08-05fiscal Q2 2025551490001580808-25-000099
10-Q2025-05-06fiscal Q1 2024551130001580808-25-000075
10-K2025-02-25fiscal FY 2024571490001580808-25-000043
10-Q2024-11-07fiscal Q3 2024521440001580808-24-000120
10-Q2024-07-30fiscal Q2 2024521440001580808-24-000105
10-Q2024-05-03fiscal Q1 2024521080001580808-24-000077
10-K2024-02-29fiscal FY 2022591500001580808-24-000049
10-Q2023-11-07fiscal Q3 2023521410001580808-23-000214
10-Q2023-08-01fiscal Q2 2023521410001580808-23-000142
10-Q2023-05-04fiscal Q1 2023521050001580808-23-000092
10-K2023-02-27fiscal FY 2022601930001580808-23-000058
10-Q2022-11-03fiscal Q3 2022531430001580808-22-000187
10-Q2022-08-04fiscal Q2 2022531430001580808-22-000146
10-Q2022-05-05fiscal Q1 2022521040001580808-22-000092
10-K2022-03-08fiscal FY 2021621980001580808-22-000053
10-Q2021-11-03fiscal Q3 2021541450001580808-21-000177
10-Q2021-07-30fiscal Q2 2021541450001580808-21-000114
10-Q2021-04-30fiscal Q1 2021541090001580808-21-000077
10-K2021-03-08fiscal FY 2020611940001580808-21-000043
10-Q2020-10-30fiscal Q3 2020551490001580808-20-000123
10-Q2020-07-30fiscal Q2 2020551490001580808-20-000085
10-Q2020-05-08fiscal Q1 2020541080001580808-20-000029
10-K2020-03-10fiscal FY 2019581810001580808-20-000014
10-Q2019-11-01fiscal Q3 2019541460001628280-19-013090
10-Q2019-08-02fiscal Q2 2019501280001580808-19-000019
10-Q2019-05-08fiscal Q1 2019511020001580808-19-000008
10-K2019-03-18fiscal FY 2018551800001628280-19-003017
10-Q2018-11-01fiscal Q3 2018481280001580808-18-000040
10-Q2018-10-09fiscal Q2 2018481280001580808-18-000037
10-Q2018-09-24fiscal Q1 201847970001580808-18-000033
10-K2018-08-29fiscal FY 2017511540001628280-18-011503
10-Q2017-11-02fiscal Q3 2017451180001580808-17-000064
10-Q2017-08-03fiscal Q2 2017451180001580808-17-000050
10-Q2017-05-05fiscal Q1 201744900001580808-17-000031
10-K2017-02-24fiscal FY 2016511320001580808-17-000013
10-Q2016-11-03fiscal Q3 2016431110001580808-16-000111
10-Q2016-08-05fiscal Q2 2016441170001580808-16-000104
10-Q2016-05-05fiscal Q1 201643880001580808-16-000083
10-K2016-03-01fiscal FY 2015471250001580808-16-000073
10-Q2015-11-06fiscal Q3 2015421160001580808-15-000044
10-Q2015-08-06fiscal Q2 2015441240001580808-15-000036
10-Q2015-05-06fiscal Q1 201544900001580808-15-000018
10-K2015-03-11fiscal FY 2014491310001580808-15-000010
10-Q2014-11-07fiscal Q3 2014431220001580808-14-000026
10-Q2014-08-04fiscal Q2 2014431220001580808-14-000006
10-Q2014-05-13fiscal Q1 201444900001564590-14-002100

Inspect the source

Entity
A10 Networks, Inc. / CIK 0001580808
Captured
2026-09-20T09:22:40.654Z
SEC response SHA-256
132370850cc07f0fdaf1ad9f191d79979ff7e71f48c02c82e719eadb6e9761e6

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