Skip to content

RAIT FINANCIAL TRUST: filings

Every RAIT FINANCIAL TRUST annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2019-11-07

The latest filing in this captured record is a 10-Q filed 2019-11-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. RAIT FINANCIAL TRUST may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2019-11-07fiscal Q2 2019351030001564590-19-041794
10-Q2019-11-07fiscal Q1 201935690001564590-19-041699
10-K2019-03-26fiscal FY 2018381160001564590-19-009354
10-Q2018-11-08fiscal Q3 2018351010001564590-18-028614
10-Q2018-08-09fiscal Q2 201835990001564590-18-021079
10-Q2018-05-10fiscal Q1 201834690001564590-18-012979
10-K2018-03-16fiscal FY 2017351350001564590-18-006057
10-Q2017-11-13fiscal Q3 2017351010001564590-17-023392
10-Q2017-08-09fiscal Q2 2017351040001564590-17-016934
10-Q2017-05-05fiscal Q1 201734690001564590-17-009117
10-K2017-03-13fiscal FY 2016381440001564590-17-004117
10-Q2016-11-10fiscal Q3 2016331010001564590-16-028783
10-Q2016-08-08fiscal Q2 201632990001564590-16-023346
10-Q2016-05-09fiscal Q1 201632660001564590-16-018677
10-K2016-03-11fiscal FY 2015351370001564590-16-014500
10-Q2015-11-09fiscal Q3 2015331000001564590-15-010165
10-Q2015-08-07fiscal Q2 2015331000001193125-15-283064
10-Q2015-05-08fiscal Q1 201533680001193125-15-179798
10-K2015-03-17fiscal FY 2014351360001193125-15-094352
10-Q2014-11-10fiscal Q3 201434990001193125-14-403814
10-Q2014-08-06fiscal Q2 2014341000001193125-14-296446
10-Q2014-05-12fiscal Q1 201437740001193125-14-195190
10-K2014-03-07fiscal FY 2013381460001193125-14-089337
10-Q2013-11-05fiscal Q3 2013341000001193125-13-427737
10-Q2013-08-07fiscal Q2 2013341000001193125-13-324354
10-Q2013-05-07fiscal Q1 201334700001193125-13-204743
10-K2013-03-18fiscal FY 2012381460001193125-13-112507
10-Q2012-11-06fiscal Q3 2012341000001193125-12-454753
10-Q2012-08-06fiscal Q2 2012341000001193125-12-335392
10-Q2012-05-10fiscal Q1 201234700001193125-12-225565
10-K2012-02-24fiscal FY 201135980001193125-12-078168
10-Q2011-11-04fiscal Q3 2011341000001193125-11-297251
10-Q2011-08-05fiscal Q2 2011341000001193125-11-212419

Inspect the source

Entity
RAIT FINANCIAL TRUST / CIK 0001045425
Captured
SEC response SHA-256
8108d9aa0de266ef098a5fbd665f6e710c29691aa8423057d54c3ba8907c0a94

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