Skip to content

Emergent Capital, Inc.: filings

Every Emergent Capital, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2020-10-15

The latest filing in this captured record is a 10-Q filed 2020-10-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. Emergent Capital, Inc. 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-Q2020-10-15fiscal Q3 202025780001494448-20-000066
10-Q2020-07-09fiscal Q2 202026750001494448-20-000049
10-Q2020-04-20fiscal Q1 202026550001494448-20-000036
10-K/A2020-03-16fiscal FY 2019281030001494448-20-000017
10-K2020-03-13fiscal FY 2019281030001494448-20-000012
10-Q2019-10-09fiscal Q3 201924770001494448-19-000067
10-Q2019-07-10fiscal Q2 201919530001494448-19-000053
10-Q2019-04-10fiscal Q1 201923480001494448-19-000037
10-Q2018-11-16fiscal Q3 201824660001494448-18-000065
10-Q2018-08-20fiscal Q2 201817440001494448-18-000052
10-Q2018-05-10fiscal Q1 201818380001494448-18-000033
10-K2018-03-14fiscal FY 201725870001494448-18-000014
10-Q2017-11-02fiscal Q3 201725660001494448-17-000096
10-Q2017-08-14fiscal Q2 201718460001494448-17-000085
10-Q2017-05-15fiscal Q1 201718380001494448-17-000043
10-K2017-03-21fiscal FY 201623790001494448-17-000024
10-Q2016-11-07fiscal Q3 201620490001494448-16-000044
10-Q2016-08-03fiscal Q2 201621540001494448-16-000036
10-Q2016-05-09fiscal Q1 201618370001494448-16-000025
10-K2016-03-14fiscal FY 2015281100001494448-16-000008
10-Q2015-11-09fiscal Q3 201520490001628280-15-008573
10-Q2015-08-04fiscal Q2 201521540001193125-15-276750
10-Q2015-05-06fiscal Q1 201519380001193125-15-174799
10-K2015-03-05fiscal FY 2014261040001193125-15-078990
10-Q2014-11-10fiscal Q3 201423640001193125-14-406190
10-Q2014-07-30fiscal Q2 201420520001193125-14-287101
10-Q2014-05-08fiscal Q1 201421420001193125-14-190232
10-K2014-03-10fiscal FY 2013261020001193125-14-091791
10-Q2013-11-05fiscal Q3 201325680001193125-13-427888
10-Q2013-08-13fiscal Q2 201325670001193125-13-332907
10-Q2013-05-14fiscal Q1 201325490001193125-13-219608
10-K2013-03-28fiscal FY 2012331060001193125-13-130032
10-Q2013-01-16fiscal Q3 201227760001193125-13-013512
10-Q2012-11-13fiscal Q2 201227760001193125-12-465245
10-Q2012-11-02fiscal Q1 201225510001193125-12-447258
10-K2012-10-05fiscal FY 201121530001193125-12-416930
10-Q2011-11-14fiscal Q3 201122590001193125-11-311188
10-Q2011-08-11fiscal Q2 201123610000950123-11-076218

Inspect the source

Entity
Emergent Capital, Inc. / CIK 0001494448
Captured
SEC response SHA-256
396793b16c6584b4e35e6df291d9ce18c2d042d98db748de432892675bd39ccb

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