Skip to content

MMA Capital Holdings, LLC: filings

Every MMA Capital Holdings, LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-08-06

The latest filing in this captured record is a 10-Q filed 2021-08-06. No later filing is in the SEC companyfacts record captured on 2026-09-23. MMA Capital Holdings, LLC 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-Q2021-08-06fiscal Q2 202122600001558370-21-010645
10-Q2021-05-17fiscal Q1 202121420001558370-21-007410
10-K2021-03-31fiscal FY 202025510001558370-21-003847
10-Q2020-11-09fiscal Q3 202022660001558370-20-013386
10-Q2020-08-10fiscal Q2 202022620001558370-20-010135
10-Q2020-05-11fiscal Q1 202021450001558370-20-006241
10-K2020-03-13fiscal FY 201928550001558370-20-002605
10-Q2019-11-08fiscal Q3 201925810001558370-19-010468
10-Q2019-08-09fiscal Q2 201926810001558370-19-007778
10-Q2019-05-10fiscal Q1 201921450001558370-19-004750
10-K2019-03-14fiscal FY 201827550001558370-19-001956
10-Q2018-11-09fiscal Q3 201826860001144204-18-058816
10-Q2018-08-09fiscal Q2 201826750001144204-18-042946
10-Q2018-05-10fiscal Q1 201825510001144204-18-026794
10-K2018-03-16fiscal FY 2017251610001144204-18-015067
10-Q2017-11-09fiscal Q3 201725790001144204-17-057439
10-Q2017-08-09fiscal Q2 201725800001144204-17-041333
10-Q2017-05-10fiscal Q1 201725540001144204-17-025767
10-K2017-03-16fiscal FY 2016271750001144204-17-014870
10-Q2016-11-09fiscal Q3 201627870001144204-16-132543
10-Q2016-08-09fiscal Q2 201627870001144204-16-117401
10-Q2016-05-10fiscal Q1 201627570001144204-16-100442
10-K2016-03-15fiscal FY 201527560001144204-16-088237
10-Q2015-11-13fiscal Q3 201526820001144204-15-065377
10-Q2015-08-12fiscal Q2 201521680001144204-15-048578
10-Q2015-05-13fiscal Q1 201523500001144204-15-030101
10-K2015-03-18fiscal FY 201425530001144204-15-017000
10-Q2014-11-12fiscal Q3 201423740001144204-14-066977
10-Q2014-08-14fiscal Q2 201420680001144204-14-050023
10-Q2014-05-15fiscal Q1 201420440001144204-14-030885
10-K2014-03-21fiscal FY 201321440001144204-14-016991
10-Q2013-11-14fiscal Q3 201323730001144204-13-061806
10-Q2013-08-14fiscal Q2 201323700001144204-13-045976
10-Q2013-05-15fiscal Q1 201323470001144204-13-029267
10-K2013-03-26fiscal FY 201222460001144204-13-017605
10-Q/A2012-11-19fiscal Q3 201222700001144204-12-063601
10-Q2012-08-14fiscal Q2 201223740001144204-12-045778
10-Q2012-05-15fiscal Q1 201221440001144204-12-029122
10-K2012-03-29fiscal FY 201117360001144204-12-018039
10-Q2011-11-14fiscal Q3 201117520001144204-11-063551
10-Q2011-08-15fiscal Q2 201117520001144204-11-046341

Inspect the source

Entity
MMA Capital Holdings, LLC / CIK 0001003201
Captured
SEC response SHA-256
aabffdace3b3450df340025890cf6fb211c59f5cc3c45f579581cd4424375585

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