Skip to content

TechTarget Holdings Inc.: filings

Every TechTarget Holdings 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-Q2024-11-12fiscal Q3 2024441270000950170-24-125315
10-Q2024-08-08fiscal Q2 2024441220000950170-24-093863
10-Q2024-05-09fiscal Q1 202444890000950170-24-056856
10-K2024-02-28fiscal FY 2023491300000950170-24-022035
10-Q2023-11-08fiscal Q3 2023441270000950170-23-061087
10-Q2023-08-08fiscal Q2 2023441220000950170-23-039786
10-Q2023-05-09fiscal Q1 202344890000950170-23-019673
10-K2023-02-28fiscal FY 2022501320000950170-23-005071
10-Q2022-11-09fiscal Q3 2022451290000950170-22-023859
10-Q2022-08-04fiscal Q2 2022451240000950170-22-014472
10-Q2022-05-10fiscal Q1 202245900000950170-22-008718
10-K2022-02-28fiscal FY 2021501330000950170-22-002322
10-Q2021-11-03fiscal Q3 2021451300001564590-21-053960
10-Q2021-08-04fiscal Q2 2021451250001564590-21-040818
10-Q2021-05-05fiscal Q1 202145920001564590-21-024064
10-K2021-03-01fiscal FY 2020511350001564590-21-009906
10-Q2020-11-04fiscal Q3 2020451280001564590-20-050499
10-Q2020-08-05fiscal Q2 2020451240001564590-20-036840
10-Q2020-05-06fiscal Q1 202043890001564590-20-021957
10-K2020-03-16fiscal FY 2019491290001564590-20-011181
10-Q2019-11-06fiscal Q3 2019441310001564590-19-041064
10-Q2019-08-07fiscal Q2 2019441250001564590-19-030081
10-Q2019-05-08fiscal Q1 201944890001564590-19-017240
10-K2019-03-13fiscal FY 2018471250001564590-19-007403
10-Q2018-11-07fiscal Q3 2018411120001564590-18-028050
10-Q2018-08-08fiscal Q2 2018421160001564590-18-020498
10-Q2018-05-09fiscal Q1 201838780001564590-18-012517
10-K2018-03-13fiscal FY 2017411580001564590-18-005332
10-Q2017-11-08fiscal Q3 2017361040001564590-17-022803
10-Q2017-08-09fiscal Q2 2017371050001564590-17-016973
10-Q2017-05-10fiscal Q1 201736730001564590-17-010273
10-K2017-03-10fiscal FY 2016421590001193125-17-078368
10-Q2016-11-09fiscal Q3 2016381060001193125-16-764381
10-Q2016-08-09fiscal Q2 2016371060001193125-16-676794
10-Q2016-05-09fiscal Q1 201635720001193125-16-583942
10-K2016-03-11fiscal FY 2015431620001193125-16-501216
10-Q2015-11-09fiscal Q3 2015381060001193125-15-372003
10-Q2015-08-07fiscal Q2 2015381060001193125-15-283061
10-Q2015-05-11fiscal Q1 201538760001193125-15-181737
10-K2015-03-13fiscal FY 2014441660001193125-15-090866
10-Q2014-11-07fiscal Q3 2014401120001193125-14-403577
10-Q2014-08-08fiscal Q2 2014391090001193125-14-302789
10-Q2014-05-12fiscal Q1 201438770001193125-14-195124
10-K2014-03-17fiscal FY 2013451680001193125-14-101991
10-Q2013-11-12fiscal Q3 2013421150001193125-13-438120
10-Q2013-08-09fiscal Q2 2013421150001193125-13-329276
10-Q2013-05-10fiscal Q1 201342850001193125-13-213565
10-K2013-03-18fiscal FY 2012461700001193125-13-112734
10-Q2012-11-09fiscal Q3 2012391070001193125-12-462986
10-Q2012-08-09fiscal Q2 2012381060001193125-12-347859
10-Q2012-05-10fiscal Q1 201237760001193125-12-225827
10-K2012-03-15fiscal FY 2011391010001193125-12-117637
10-Q2011-11-09fiscal Q3 2011371000000950123-11-097093
10-Q2011-08-09fiscal Q2 2011371000000950123-11-075124

Inspect the source

Entity
TechTarget Holdings Inc. / CIK 0001293282
Captured
2026-09-21T17:18:19.192Z
SEC response SHA-256
a484f7d11fb3d31b366e3eed5bd56e2e0e11d61c5b760292d027807e244f7b3f

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