Skip to content

TECH DATA CORP: filings

Every TECH DATA CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2020-06-03

The latest filing in this captured record is a 10-Q filed 2020-06-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. TECH DATA CORP 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-Q2020-06-03fiscal Q1 202143920000790703-20-000015
10-K2020-03-25fiscal FY 2020531870000790703-20-000006
10-Q2019-12-04fiscal Q3 2020471390000790703-19-000045
10-Q2019-09-05fiscal Q2 2020461330000790703-19-000036
10-Q2019-06-05fiscal Q1 202045930000790703-19-000026
10-K2019-03-20fiscal FY 2019501810000790703-19-000010
10-Q2018-12-06fiscal Q3 2019431220000790703-18-000029
10-Q2018-09-06fiscal Q2 2019421200000790703-18-000024
10-Q2018-06-07fiscal Q1 201940820000790703-18-000017
10-K2018-03-22fiscal FY 2018491700000790703-18-000011
10-Q2017-11-29fiscal Q3 2018401100000790703-17-000058
10-Q2017-09-07fiscal Q2 2018401100000790703-17-000047
10-Q2017-06-08fiscal Q1 201840820000790703-17-000037
10-K2017-03-30fiscal FY 2017491700000790703-17-000023
10-Q2016-11-30fiscal Q3 2017411120000790703-16-000047
10-Q2016-08-31fiscal Q2 2017411120000790703-16-000039
10-Q2016-06-02fiscal Q1 201741840000790703-16-000036
10-K2016-03-24fiscal FY 2016511720000790703-16-000030
10-Q2015-12-03fiscal Q3 2016391080000790703-15-000023
10-Q2015-09-02fiscal Q2 2016391080000790703-15-000016
10-Q2015-06-04fiscal Q1 201639800000790703-15-000013
10-K2015-03-26fiscal FY 2015511830000790703-15-000005
10-Q2014-12-05fiscal Q3 2015371040000790703-14-000048
10-Q2014-09-02fiscal Q2 2015371040000790703-14-000041
10-Q2014-06-06fiscal Q1 201539790000790703-14-000037
10-K2014-04-09fiscal FY 2013511840000790703-14-000027
10-Q2014-02-25fiscal Q3 2013411180000790703-14-000021
10-Q2014-02-25fiscal Q2 2013411180000790703-14-000020
10-Q2014-02-25fiscal Q1 201342850000790703-14-000019
10-K2014-02-05fiscal FY 2012513330000790703-14-000007
10-Q2012-11-28fiscal Q3 2012431210001193125-12-483748
10-Q2012-08-28fiscal Q2 2012421190001193125-12-371860
10-Q2012-05-31fiscal Q1 201242870001193125-12-253925
10-K2012-03-21fiscal FY 2011521790001193125-12-125548
10-Q2011-12-01fiscal Q3 2011431210001193125-11-327599
10-Q2011-09-01fiscal Q2 2011431210001193125-11-238177
10-Q2011-06-01fiscal Q1 201138780001193125-11-156315
10-K2011-03-23fiscal FY 2010381020001193125-11-075076
10-Q2010-12-01fiscal Q3 2010381020001193125-10-272202
10-Q2010-09-01fiscal Q2 2010381020001193125-10-202839

Inspect the source

Entity
TECH DATA CORP / CIK 0000790703
Captured
SEC response SHA-256
2f2d26ae6149faa6b1632d0846e07f088df381fdc2b854c077f10775acf7ed25

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