Skip to content

ASTA FUNDING INC: filings

Every ASTA FUNDING INC annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2020-08-14

The latest filing in this captured record is a 10-Q filed 2020-08-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. ASTA FUNDING 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-08-14fiscal Q3 202030870001437749-20-018049
10-Q2020-05-29fiscal Q2 202029890001437749-20-012080
10-Q2020-02-21fiscal Q1 202029590001437749-20-003273
10-K2019-12-20fiscal FY 201936930001437749-19-024736
10-Q2019-08-13fiscal Q3 201932950001437749-19-016585
10-Q2019-05-13fiscal Q2 201929860001437749-19-009696
10-Q2019-02-14fiscal Q1 201928570001437749-19-002627
10-K2018-12-24fiscal FY 201836730001437749-18-022554
10-Q2018-11-15fiscal Q3 2018351000001437749-18-020940
10-Q2018-11-15fiscal Q2 201834980001437749-18-020937
10-Q2018-11-15fiscal Q1 201832670001437749-18-020936
10-K2018-10-12fiscal FY 201736720001437749-18-018233
10-Q/A2018-09-18fiscal Q3 201731850001437749-18-017137
10-Q/A2018-09-18fiscal Q2 201734930001437749-18-017136
10-Q/A2018-09-18fiscal Q1 201732660001437749-18-017135
10-K/A2018-09-18fiscal FY 2016354310001437749-18-017134
10-Q2017-08-09fiscal Q3 201731910001437749-17-014283
10-Q2017-05-26fiscal Q2 201731910001437749-17-010155
10-Q/A2017-05-26fiscal Q1 201730640001437749-17-010154
10-Q2017-02-09fiscal Q1 201730640001437749-17-002016
10-K2016-12-14fiscal FY 2016321130001437749-16-043365
10-Q2016-08-09fiscal Q3 201630860001437749-16-036916
10-Q2016-05-10fiscal Q2 201631920001193125-16-585808
10-Q2016-02-09fiscal Q1 201631650001193125-16-455515
10-K2015-12-14fiscal FY 2015321130001193125-15-402698
10-Q2015-08-10fiscal Q3 201530910001193125-15-285125
10-Q2015-06-30fiscal Q2 201530910001193125-15-240213
10-Q2015-06-29fiscal Q1 201530650001193125-15-239528
10-K2015-06-29fiscal FY 2014331160001193125-15-239517
10-Q/A2015-06-26fiscal Q3 201431870001193125-15-235376
10-Q/A2015-06-26fiscal Q2 201431870001193125-15-235370
10-Q/A2015-06-25fiscal Q1 201431630001193125-15-234644
10-Q2014-08-18fiscal Q3 201431890001193125-14-313516
10-Q2014-05-08fiscal Q2 201431870001193125-14-190299
10-Q2014-02-10fiscal Q1 201431630001193125-14-043453
10-K2013-12-13fiscal FY 2013321220001193125-13-473407
10-Q2013-08-09fiscal Q3 201330860001193125-13-329384
10-Q2013-05-10fiscal Q2 201330860001193125-13-214561
10-Q2013-02-11fiscal Q1 201331630001193125-13-048963
10-K2013-01-18fiscal FY 2012331230001193125-13-017517
10-Q2012-08-09fiscal Q3 201231860001193125-12-347735
10-Q2012-05-10fiscal Q2 201228770001193125-12-225975
10-Q2012-02-09fiscal Q1 201225520001193125-12-049674
10-K2011-12-14fiscal FY 201127730001193125-11-341091
10-Q2011-08-09fiscal Q3 201126720000950123-11-075176

Inspect the source

Entity
ASTA FUNDING INC / CIK 0001001258
Captured
SEC response SHA-256
42b1cfa22b877d5012c4b10d23a221ed798248fcaeecce4851b4c1ac08bfb217

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