TechTarget Holdings Inc.: other nonoperating income or expense
Other nonoperating income or expense for TechTarget Holdings Inc. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All TechTarget Holdings Inc. financial histories
What this measure means
Other income or expense outside operations under this concept. The composition is filer-specific and can include one-time items.
Exact concept: us-gaap:OtherNonoperatingIncomeExpense. Each value covers an annual-duration reporting interval, shown with both start and end dates. Different units remain separate; no currency conversion or interpolation is applied.
Coverage of this history
Selected reporting periods run from 2012-01-01 to 2014-12-31. The SEC response was captured on 2026-09-21.
This selected history ends more than two years before capture. Do not treat its final value as a current balance or current annual result. More recent filings may use another accounting tag; inspect the filings before drawing conclusions about the company.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| 2014-01-01 | 2014-12-31 | -333,000 | USD | 2015-03-13 | 10-K · 0001193125-15-090866 |
| 2013-01-01 | 2013-12-31 | -260,000 | USD | 2015-03-13 | 10-K · 0001193125-15-090866 |
| 2012-01-01 | 2012-12-31 | 13,000 | USD | 2015-03-13 | 10-K · 0001193125-15-090866 |
Related financial histories
- TechTarget Holdings Inc.: total assets
- TechTarget Holdings Inc.: total liabilities
- TechTarget Holdings Inc.: stockholders equity
- TechTarget Holdings Inc.: cash and cash equivalents
- TechTarget Holdings Inc.: net income or loss
- TechTarget Holdings Inc.: operating cash flow
- TechTarget Holdings Inc.: capital expenditure payments
- TechTarget Holdings Inc.: contract revenue excluding tax
- TechTarget Holdings Inc.: financing cash flow
- TechTarget Holdings Inc.: investing cash flow
- TechTarget Holdings Inc.: retained earnings or deficit
- TechTarget Holdings Inc.: basic weighted-average shares
- TechTarget Holdings Inc.: diluted weighted-average shares
- TechTarget Holdings Inc.: basic earnings per share
- TechTarget Holdings Inc.: diluted earnings per share
- TechTarget Holdings Inc.: income tax expense or benefit
- TechTarget Holdings Inc.: net property, plant and equipment
- TechTarget Holdings Inc.: share-based compensation expense
- TechTarget Holdings Inc.: operating income or loss
- TechTarget Holdings Inc.: current assets
- TechTarget Holdings Inc.: current liabilities
- TechTarget Holdings Inc.: goodwill carrying amount
- TechTarget Holdings Inc.: net finite-lived intangible assets
- TechTarget Holdings Inc.: net current accounts receivable
- TechTarget Holdings Inc.: common-stock repurchase payments
- TechTarget Holdings Inc.: operating expenses
- TechTarget Holdings Inc.: gross profit
- TechTarget Holdings Inc.: research and development expense
- TechTarget Holdings Inc.: common shares outstanding
- TechTarget Holdings Inc.: accumulated other comprehensive income or loss
- TechTarget Holdings Inc.: operating lease right-of-use asset
- TechTarget Holdings Inc.: operating lease liability
- TechTarget Holdings Inc.: gross property, plant and equipment
- TechTarget Holdings Inc.: accumulated depreciation on property, plant and equipment
- TechTarget Holdings Inc.: other noncurrent assets
- TechTarget Holdings Inc.: other noncurrent liabilities
- TechTarget Holdings Inc.: prepaid expenses and other current assets
- TechTarget Holdings Inc.: current contract liabilities
- TechTarget Holdings Inc.: net deferred tax assets
- TechTarget Holdings Inc.: net deferred tax liabilities
- TechTarget Holdings Inc.: pre-tax income or loss from continuing operations
- TechTarget Holdings Inc.: profit or loss including noncontrolling interests
- TechTarget Holdings Inc.: comprehensive income or loss
- TechTarget Holdings Inc.: general and administrative expense
- TechTarget Holdings Inc.: depreciation expense
- TechTarget Holdings Inc.: depreciation, depletion and amortization
- TechTarget Holdings Inc.: amortization of intangible assets
- TechTarget Holdings Inc.: nonoperating income or expense
- TechTarget Holdings Inc.: current income tax expense or benefit
- TechTarget Holdings Inc.: deferred income tax expense or benefit
- TechTarget Holdings Inc.: interest paid, net
- TechTarget Holdings Inc.: income taxes paid, net
- TechTarget Holdings Inc.: change in accounts receivable
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
Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.
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.
- Get an API key and run your first validation
- Connect the MCP server to your coding assistant
- Inspect the ALPHAC engine on GitHub
- Read the MCP server source and integration examples
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"])))