AEHR TEST SYSTEMS: net intangible assets excluding goodwill
Net intangible assets excluding goodwill for AEHR TEST SYSTEMS. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All AEHR TEST SYSTEMS financial histories
What this measure means
Intangible assets other than goodwill after amortization and impairment. Internally developed intangibles are usually not recognized, so this understates what a company relies on.
Exact concept: us-gaap:IntangibleAssetsNetExcludingGoodwill. Each value is a balance at the reporting date, not a flow earned over a year. Different units remain separate; no currency conversion or interpolation is applied.
Coverage of this history
Selected reporting periods run from 2024-05-31 to 2026-05-29. The SEC response was captured on 2026-09-20.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| At date | 2026-05-29 | 9,552,000 | USD | 2026-07-27 | 10-K · 0001654954-26-006919 |
| At date | 2025-05-30 | 10,781,000 | USD | 2026-07-27 | 10-K · 0001654954-26-006919 |
| At date | 2024-05-31 | 0 | USD | 2025-07-28 | 10-K · 0001654954-25-008553 |
Related financial histories
- AEHR TEST SYSTEMS: total assets
- AEHR TEST SYSTEMS: total liabilities
- AEHR TEST SYSTEMS: stockholders equity
- AEHR TEST SYSTEMS: cash and cash equivalents
- AEHR TEST SYSTEMS: net income or loss
- AEHR TEST SYSTEMS: operating cash flow
- AEHR TEST SYSTEMS: capital expenditure payments
- AEHR TEST SYSTEMS: revenue
- AEHR TEST SYSTEMS: contract revenue excluding tax
- AEHR TEST SYSTEMS: financing cash flow
- AEHR TEST SYSTEMS: investing cash flow
- AEHR TEST SYSTEMS: retained earnings or deficit
- AEHR TEST SYSTEMS: basic weighted-average shares
- AEHR TEST SYSTEMS: diluted weighted-average shares
- AEHR TEST SYSTEMS: basic earnings per share
- AEHR TEST SYSTEMS: diluted earnings per share
- AEHR TEST SYSTEMS: income tax expense or benefit
- AEHR TEST SYSTEMS: net property, plant and equipment
- AEHR TEST SYSTEMS: share-based compensation expense
- AEHR TEST SYSTEMS: operating income or loss
- AEHR TEST SYSTEMS: current assets
- AEHR TEST SYSTEMS: interest expense
- AEHR TEST SYSTEMS: current liabilities
- AEHR TEST SYSTEMS: current accounts payable
- AEHR TEST SYSTEMS: goodwill carrying amount
- AEHR TEST SYSTEMS: net current accounts receivable
- AEHR TEST SYSTEMS: operating expenses
- AEHR TEST SYSTEMS: net inventory
- AEHR TEST SYSTEMS: gross profit
- AEHR TEST SYSTEMS: cost of revenue
- AEHR TEST SYSTEMS: selling, general and administrative expense
- AEHR TEST SYSTEMS: research and development expense
- AEHR TEST SYSTEMS: common shares outstanding
- AEHR TEST SYSTEMS: cash including restricted cash
- AEHR TEST SYSTEMS: additional paid-in capital
- AEHR TEST SYSTEMS: accumulated other comprehensive income or loss
- AEHR TEST SYSTEMS: total equity including noncontrolling interests
- AEHR TEST SYSTEMS: operating lease right-of-use asset
- AEHR TEST SYSTEMS: operating lease liability
- AEHR TEST SYSTEMS: long-term debt
- AEHR TEST SYSTEMS: gross property, plant and equipment
- AEHR TEST SYSTEMS: accumulated depreciation on property, plant and equipment
- AEHR TEST SYSTEMS: other noncurrent assets
- AEHR TEST SYSTEMS: other noncurrent liabilities
- AEHR TEST SYSTEMS: accrued current liabilities
- AEHR TEST SYSTEMS: prepaid expenses and other current assets
- AEHR TEST SYSTEMS: pre-tax income or loss from continuing operations
- AEHR TEST SYSTEMS: profit or loss including noncontrolling interests
- AEHR TEST SYSTEMS: comprehensive income or loss
- AEHR TEST SYSTEMS: depreciation expense
- AEHR TEST SYSTEMS: other nonoperating income or expense
- AEHR TEST SYSTEMS: interest paid, net
- AEHR TEST SYSTEMS: income taxes paid, net
- AEHR TEST SYSTEMS: proceeds from issuing common stock
- AEHR TEST SYSTEMS: operating lease payments
- AEHR TEST SYSTEMS: change in accounts receivable
- AEHR TEST SYSTEMS: change in inventories
- AEHR TEST SYSTEMS: change in accounts payable
Inspect the source
- Entity
- AEHR TEST SYSTEMS / CIK 0001040470
- Captured
- 2026-09-20T05:15:45.975Z
- SEC response SHA-256
d1ac26cb77318717f762ac36f6f4a5d2a2b31aa0ccdd121b2ab6b2b828e5589a
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/0001040470.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"])))