Skip to content

Cantor Fitzgerald Income Trust, Inc.: filings

Every Cantor Fitzgerald Income Trust, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-Q2026-08-13fiscal Q2 202630870001193125-26-349682
10-Q2026-05-14fiscal Q1 202631640001193125-26-224359
10-K2026-03-24fiscal FY 202531620001193125-26-120239
10-Q2025-11-14fiscal Q3 202531920001193125-25-280764
10-Q2025-08-14fiscal Q2 202531900001193125-25-180028
10-Q2025-05-15fiscal Q1 202531640000950170-25-072387
10-K2025-03-31fiscal FY 202430610000950170-25-047855
10-Q2024-11-14fiscal Q3 202430920000950170-24-127100
10-Q2024-08-14fiscal Q2 202430900000950170-24-096743
10-Q2024-05-15fiscal Q1 202430650000950170-24-059817
10-K2024-03-29fiscal FY 202330630000950170-24-038325
10-Q2023-11-14fiscal Q3 202330930000950170-23-063235
10-Q2023-08-11fiscal Q2 202328850000950170-23-041871
10-Q2023-05-12fiscal Q1 202328620000950170-23-021692
10-K2023-03-30fiscal FY 202228590000950170-23-010998
10-Q2022-11-14fiscal Q3 202228870000950170-22-024939
10-Q2022-08-11fiscal Q2 202228850001564590-22-029132
10-Q2022-05-16fiscal Q1 202224530001564590-22-020408
10-K2022-03-30fiscal FY 202124480001564590-22-012650
10-Q2021-11-15fiscal Q3 202123620001564590-21-056891
10-Q2021-08-13fiscal Q2 202120570001564590-21-044242
10-Q2021-05-17fiscal Q1 202120430001564590-21-028446
10-K2021-03-25fiscal FY 202020430001564590-21-015520
10-Q2020-11-13fiscal Q3 202020590001564590-20-053764
10-Q2020-08-13fiscal Q2 202020570001564590-20-039982
10-Q2020-05-13fiscal Q1 202020420001564590-20-024880
10-K2020-03-19fiscal FY 201920420001564590-20-011795
10-Q2019-11-14fiscal Q3 201920590001564590-19-043450
10-Q2019-08-14fiscal Q2 201919580001564590-19-032097
10-Q2019-05-15fiscal Q1 201919440001564590-19-019354
10-K2019-03-27fiscal FY 201819420001564590-19-009556
10-Q2018-11-14fiscal Q3 201820570001564590-18-029595
10-Q2018-08-13fiscal Q2 201819510001564590-18-021489
10-Q2018-05-15fiscal Q1 201815290001564590-18-013653
10-K2018-03-30fiscal FY 201715240001564590-18-007187
10-Q2017-11-14fiscal Q3 201716340001564590-17-023829
10-Q2017-08-11fiscal Q2 201713270001193125-17-256114
10-Q2017-05-12fiscal Q1 20179200001193125-17-168663

Inspect the source

Entity
Cantor Fitzgerald Income Trust, Inc. / CIK 0001666244
Captured
2026-09-21T17:23:15.506Z
SEC response SHA-256
c0fa883dd51e1d940849e3299f76d11a2cb4227525cf4496f472e854b2c5f057

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