Skip to content

Arista Networks, Inc.: filings

Every Arista 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-05fiscal Q2 2026511400001596532-26-000175
10-Q2026-05-06fiscal Q1 2026511060001596532-26-000078
10-K2026-02-17fiscal FY 2025551420001596532-26-000013
10-Q2025-11-05fiscal Q3 2025531460001596532-25-000286
10-Q2025-08-06fiscal Q2 2025531460001596532-25-000216
10-Q2025-05-07fiscal Q1 2025541110001596532-25-000106
10-K2025-02-19fiscal FY 2024551410001596532-25-000028
10-Q2024-11-08fiscal Q3 2024511420001596532-24-000368
10-Q2024-07-31fiscal Q2 2024531480001596532-24-000279
10-Q2024-05-08fiscal Q1 2024531090001596532-24-000173
10-K2024-02-13fiscal FY 2023571450001596532-24-000043
10-Q2023-10-31fiscal Q3 2023541500001596532-23-000274
10-Q2023-08-01fiscal Q2 2023531460001596532-23-000197
10-Q2023-05-02fiscal Q1 2023531100001596532-23-000104
10-K2023-02-14fiscal FY 2022571450001596532-23-000016
10-Q2022-11-01fiscal Q3 2022541470001596532-22-000294
10-Q2022-08-02fiscal Q2 2022541460001596532-22-000220
10-Q2022-05-03fiscal Q1 2022531100001596532-22-000112
10-K2022-02-15fiscal FY 2021581500001596532-22-000026
10-Q2021-11-02fiscal Q3 2021531440001596532-21-000354
10-Q2021-08-03fiscal Q2 2021531440001596532-21-000255
10-Q2021-05-06fiscal Q1 2021531100001596532-21-000149
10-K2021-02-19fiscal FY 2020592460001596532-21-000049
10-Q2020-11-03fiscal Q3 2020541490001596532-20-000226
10-Q2020-08-05fiscal Q2 2020541490001596532-20-000148
10-Q2020-05-06fiscal Q1 2020541130001628280-20-006504
10-K2020-02-14fiscal FY 2019602560001596532-20-000024
10-Q2019-11-01fiscal Q3 2019561580001596532-19-000230
10-Q2019-08-02fiscal Q2 2019561580001596532-19-000184
10-Q2019-05-06fiscal Q1 2019561190001596532-19-000104
10-K2019-02-15fiscal FY 2018562500001596532-19-000027
10-Q2018-11-05fiscal Q3 2018531460001596532-18-000233
10-Q2018-08-08fiscal Q2 2018491370001596532-18-000174
10-Q2018-05-04fiscal Q1 2018491010001596532-18-000109
10-K2018-02-20fiscal FY 2017502340001596532-18-000018
10-Q2017-11-03fiscal Q3 2017471300001596532-17-000251
10-Q2017-08-04fiscal Q2 2017471300001596532-17-000201
10-Q2017-05-08fiscal Q1 201747960001596532-17-000088
10-K2017-02-17fiscal FY 2016502370001596532-17-000019
10-Q2016-11-03fiscal Q3 2016471300001596532-16-000331
10-Q2016-08-05fiscal Q2 2016471300001596532-16-000291
10-Q2016-05-05fiscal Q1 201647960001596532-16-000255
10-K2016-02-25fiscal FY 2015502370001596532-16-000244
10-Q2015-11-06fiscal Q3 2015471300001596532-15-000176
10-Q2015-08-07fiscal Q2 2015471300001596532-15-000112
10-Q2015-05-15fiscal Q1 201547960001596532-15-000013
10-K2015-05-15fiscal FY 2014501330001596532-15-000011
10-K2015-03-12fiscal FY 2014501330001596532-15-000004
10-Q2014-11-07fiscal Q3 2014481340001596532-14-000005
10-Q2014-08-08fiscal Q2 2014481340001350278-14-000011

Inspect the source

Entity
Arista Networks, Inc. / CIK 0001596532
Captured
2026-09-20T09:24:44.206Z
SEC response SHA-256
e548756a238d794e61322ba2d70b913b5d2f925c161fba73236f54a13df85c2f

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