Skip to content

MARLIN BUSINESS SERVICES CORP: filings

Every MARLIN BUSINESS SERVICES CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2021-10-29

The latest filing in this captured record is a 10-Q filed 2021-10-29. No later filing is in the SEC companyfacts record captured on 2026-09-22. MARLIN BUSINESS SERVICES CORP 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-10-29fiscal Q3 2021341010001562762-21-000381
10-Q2021-07-30fiscal Q2 202134970001562762-21-000280
10-Q2021-04-30fiscal Q1 202133710001562762-21-000182
10-K2021-03-05fiscal FY 2020411550001562762-21-000101
10-Q2020-10-30fiscal Q3 2020341040001562762-20-000365
10-Q2020-07-31fiscal Q2 202034980001562762-20-000262
10-Q2020-05-01fiscal Q1 202033720001193125-20-130598
10-K2020-03-13fiscal FY 2019411550001193125-20-072460
10-Q2019-11-01fiscal Q3 2019351100001193125-19-281817
10-Q2019-08-02fiscal Q2 2019351040001193125-19-211758
10-Q2019-05-03fiscal Q1 201934740001193125-19-136833
10-K2019-03-08fiscal FY 2018331340001193125-19-069006
10-Q2018-11-02fiscal Q3 201832930001193125-18-317251
10-Q2018-08-03fiscal Q2 201831890001193125-18-238320
10-Q2018-05-04fiscal Q1 201831670001193125-18-152865
10-K2018-03-09fiscal FY 2017321290001193125-18-077538
10-Q2017-10-30fiscal Q3 201727800001193125-17-325136
10-Q2017-08-04fiscal Q2 201727800001193125-17-248787
10-Q2017-05-03fiscal Q1 201726540001193125-17-156387
10-K2017-03-13fiscal FY 2016281230001193125-17-080446
10-Q2016-10-31fiscal Q3 201623720001193125-16-752574
10-Q2016-07-29fiscal Q2 201623720001193125-16-664596
10-Q2016-04-29fiscal Q1 201623500001193125-16-569353
10-K2016-03-04fiscal FY 2015281230001193125-16-493404
10-Q2015-11-03fiscal Q3 201526780001193125-15-364371
10-Q2015-08-05fiscal Q2 201526780001193125-15-278796
10-Q2015-05-01fiscal Q1 201525540001193125-15-166559
10-K2015-03-06fiscal FY 2014301300001193125-15-081042
10-Q2014-10-31fiscal Q3 201426780001193125-14-392109
10-Q2014-08-01fiscal Q2 201426780001193125-14-291790
10-Q2014-05-02fiscal Q1 201425540001193125-14-180440
10-K2014-03-10fiscal FY 2013301300001193125-14-091840
10-Q2013-11-07fiscal Q3 201326770001193125-13-432784
10-Q2013-08-02fiscal Q2 201326770001193125-13-317164
10-Q2013-05-03fiscal Q1 201325540001193125-13-199092
10-K2013-03-08fiscal FY 201230840001193125-13-098517
10-Q2012-11-02fiscal Q3 201226780001193125-12-449067
10-Q2012-08-03fiscal Q2 201226780001193125-12-334799
10-Q2012-05-04fiscal Q1 201222480001193125-12-211890
10-K2012-03-08fiscal FY 201122620001193125-12-103723
10-Q2011-11-04fiscal Q3 201123660000950123-11-095322
10-Q2011-08-03fiscal Q2 201123660000950123-11-072191

Inspect the source

Entity
MARLIN BUSINESS SERVICES CORP / CIK 0001260968
Captured
SEC response SHA-256
8d0910bb74d1f657ca337b358f0263c411116a12a12e6f7524d06a8ac613b3df

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