Fox Corporation: net intangible assets excluding goodwill
Net intangible assets excluding goodwill for Fox Corporation. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All Fox Corporation 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 2018-06-30 to 2026-06-30. The SEC response was captured on 2026-09-21.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| At date | 2026-06-30 | 2,870,000,000 | USD | 2026-08-06 | 10-K · 0001628280-26-053960 |
| At date | 2025-06-30 | 2,969,000,000 | USD | 2026-08-06 | 10-K · 0001628280-26-053960 |
| At date | 2024-06-30 | 3,038,000,000 | USD | 2026-08-06 | 10-K · 0001628280-26-053960 |
| At date | 2023-06-30 | 3,084,000,000 | USD | 2025-08-06 | 10-K · 0001628280-25-038077 |
| At date | 2022-06-30 | 3,157,000,000 | USD | 2024-08-08 | 10-K · 0001628280-24-036123 |
| At date | 2021-06-30 | 3,154,000,000 | USD | 2023-08-11 | 10-K · 0001628280-23-029065 |
| At date | 2020-06-30 | 3,198,000,000 | USD | 2022-08-12 | 10-K · 0001628280-22-022584 |
| At date | 2019-06-30 | 2,851,000,000 | USD | 2021-08-10 | 10-K · 0001564590-21-043103 |
| At date | 2018-06-30 | 2,866,000,000 | USD | 2019-08-09 | 10-K · 0001564590-19-031285 |
Related financial histories
- Fox Corporation: total assets
- Fox Corporation: stockholders equity
- Fox Corporation: operating cash flow
- Fox Corporation: capital expenditure payments
- Fox Corporation: revenue
- Fox Corporation: contract revenue excluding tax
- Fox Corporation: financing cash flow
- Fox Corporation: investing cash flow
- Fox Corporation: retained earnings or deficit
- Fox Corporation: diluted weighted-average shares
- Fox Corporation: basic earnings per share
- Fox Corporation: diluted earnings per share
- Fox Corporation: income tax expense or benefit
- Fox Corporation: net property, plant and equipment
- Fox Corporation: share-based compensation expense
- Fox Corporation: current assets
- Fox Corporation: interest expense
- Fox Corporation: current liabilities
- Fox Corporation: goodwill carrying amount
- Fox Corporation: net finite-lived intangible assets
- Fox Corporation: net current accounts receivable
- Fox Corporation: common-stock repurchase payments
- Fox Corporation: net inventory
- Fox Corporation: selling, general and administrative expense
- Fox Corporation: cash including restricted cash
- Fox Corporation: accumulated other comprehensive income or loss
- Fox Corporation: total equity including noncontrolling interests
- Fox Corporation: operating lease right-of-use asset
- Fox Corporation: operating lease liability
- Fox Corporation: long-term debt
- Fox Corporation: gross property, plant and equipment
- Fox Corporation: accumulated depreciation on property, plant and equipment
- Fox Corporation: other noncurrent assets
- Fox Corporation: other noncurrent liabilities
- Fox Corporation: accrued current liabilities
- Fox Corporation: current contract liabilities
- Fox Corporation: pre-tax income or loss from continuing operations
- Fox Corporation: profit or loss including noncontrolling interests
- Fox Corporation: comprehensive income or loss
- Fox Corporation: net income available to common stockholders
- Fox Corporation: amortization of intangible assets
- Fox Corporation: nonoperating interest expense
- Fox Corporation: other nonoperating income or expense
- Fox Corporation: current income tax expense or benefit
- Fox Corporation: deferred income tax expense or benefit
- Fox Corporation: interest paid, net
- Fox Corporation: income taxes paid, net
- Fox Corporation: operating lease payments
Inspect the source
- Entity
- Fox Corporation / CIK 0001754301
- Captured
- 2026-09-21T17:26:06.938Z
- SEC response SHA-256
4a80ac8514d37da0a0ca8b01a090cf90c3eff2c3095b9b3602ac357627bf6589
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/0001754301.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"])))