Skip to content

AVID TECHNOLOGY, INC.: filings

Every AVID TECHNOLOGY, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2023-11-07

The latest filing in this captured record is a 10-Q filed 2023-11-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. AVID TECHNOLOGY, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-11-07fiscal Q3 2023501440000896841-23-000153
10-Q2023-08-09fiscal Q2 2023501400000896841-23-000131
10-Q2023-05-04fiscal Q1 2023501030000896841-23-000065
10-K2023-03-01fiscal FY 2022571500000896841-23-000019
10-Q2022-11-08fiscal Q3 2022501420000896841-22-000162
10-Q2022-08-02fiscal Q2 2022501400000896841-22-000125
10-Q2022-05-04fiscal Q1 2022501040000896841-22-000062
10-K2022-03-01fiscal FY 2021592660000896841-22-000020
10-Q2021-11-09fiscal Q3 2021491420000896841-21-000208
10-Q2021-08-03fiscal Q2 2021471320000896841-21-000167
10-Q2021-05-05fiscal Q1 202145930000896841-21-000086
10-K2021-03-09fiscal FY 2020582590000896841-21-000035
10-Q2020-10-30fiscal Q3 2020461320000896841-20-000191
10-Q2020-08-03fiscal Q2 2020451240000896841-20-000160
10-Q2020-05-07fiscal Q1 202045940000896841-20-000109
10-K2020-03-09fiscal FY 2019602740000896841-20-000022
10-Q2019-11-07fiscal Q3 2019481280000896841-19-000204
10-Q2019-08-06fiscal Q2 2019461220000896841-19-000165
10-Q2019-05-06fiscal Q1 201948990000896841-19-000100
10-K2019-03-15fiscal FY 2018532270000896841-19-000019
10-Q2018-11-08fiscal Q3 2018441170000896841-18-000145
10-Q2018-08-09fiscal Q2 2018441170000896841-18-000118
10-Q2018-05-10fiscal Q1 201844910000896841-18-000070
10-K2018-03-16fiscal FY 2017532270000896841-18-000036
10-Q2017-11-09fiscal Q3 2017441180000896841-17-000179
10-Q2017-08-04fiscal Q2 2017441180000896841-17-000158
10-Q2017-05-10fiscal Q1 201741840000896841-17-000097
10-K2017-03-23fiscal FY 2016522240000896841-17-000052
10-Q2016-11-09fiscal Q3 2016441180000896841-16-000194
10-Q2016-08-05fiscal Q2 2016441200000896841-16-000187
10-Q2016-05-04fiscal Q1 201642860000896841-16-000175
10-K2016-03-15fiscal FY 2015512230000896841-16-000147
10-Q2015-11-06fiscal Q3 2015441180000896841-15-000114
10-Q2015-08-10fiscal Q2 2015421120000896841-15-000089
10-Q2015-05-08fiscal Q1 201541840000896841-15-000046
10-K2015-03-16fiscal FY 2014491630000896841-15-000018
10-Q2014-11-13fiscal Q3 2014411100000896841-14-000106
10-Q2014-10-20fiscal Q2 2014431180000896841-14-000081
10-Q2014-09-23fiscal Q1 201441840000896841-14-000069
10-K2014-09-12fiscal FY 2013501810000896841-14-000057
10-Q2014-09-12fiscal Q3 201340730000896841-14-000056
10-Q2014-09-12fiscal Q2 201342790000896841-14-000055
10-Q2014-09-12fiscal Q1 201341610000896841-14-000054
10-Q2012-11-09fiscal Q3 2012401040000896841-12-000059
10-Q2012-08-09fiscal Q2 2012401040000896841-12-000047
10-Q2012-05-10fiscal Q1 201240820000896841-12-000029
10-K/A2012-03-27fiscal FY 2011502330000896841-12-000016
10-Q/A2011-11-10fiscal Q3 2011401080000896841-11-000069
10-Q2011-08-09fiscal Q2 2011401080000896841-11-000047

Inspect the source

Entity
AVID TECHNOLOGY, INC. / CIK 0000896841
Captured
SEC response SHA-256
f288f3acfa06189ce8bd3939042cf0eb172887779b9fd87efa42cf1d6b2a9a1b

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