Skip to content

SB PARTNERS: filings

Every SB PARTNERS annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2022-11-14

The latest filing in this captured record is a 10-Q filed 2022-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. SB PARTNERS 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-Q2022-11-14fiscal Q3 202211280001437749-22-027125
10-Q2022-08-15fiscal Q2 202211280001437749-22-020499
10-Q2022-05-16fiscal Q1 202211220001437749-22-012568
10-K2022-03-31fiscal FY 202111430001437749-22-007833
10-Q2021-11-12fiscal Q3 20219220001437749-21-026339
10-Q2021-08-13fiscal Q2 20219220001437749-21-019840
10-Q2021-05-14fiscal Q1 20219170001437749-21-012222
10-K2021-03-30fiscal FY 202011410001437749-21-007573
10-Q2020-11-13fiscal Q3 202010220001437749-20-023742
10-Q2020-08-12fiscal Q2 202010220001437749-20-017622
10-K2020-03-26fiscal FY 201911430001437749-20-006212
10-Q2019-11-13fiscal Q3 201910240001437749-19-022635
10-Q2019-08-12fiscal Q2 201911270001437749-19-016392
10-Q2019-05-15fiscal Q1 20199180001437749-19-009951
10-K2019-03-28fiscal FY 201813460001437749-19-005861
10-Q2018-11-13fiscal Q3 201812290001437749-18-020504
10-Q2018-08-10fiscal Q2 201811280001437749-18-015198
10-Q2018-05-14fiscal Q1 20189180001437749-18-009676
10-K2018-03-28fiscal FY 201715520001437749-18-005707
10-Q2017-11-13fiscal Q3 201712320001437749-17-018998
10-Q2017-08-10fiscal Q2 20179260001437749-17-014390
10-Q2017-05-10fiscal Q1 201711240001437749-17-008522
10-K2017-03-28fiscal FY 201615550001437749-17-005402
10-Q2016-11-10fiscal Q3 201613340001437749-16-041660
10-Q2016-08-09fiscal Q2 201614360001437749-16-036808
10-Q2016-05-09fiscal Q1 201614280001437749-16-031291
10-K2016-03-29fiscal FY 201515540001437749-16-028542
10-Q2015-11-12fiscal Q3 201512340001437749-15-020585
10-Q2015-08-14fiscal Q2 201512340001437749-15-015832
10-Q2015-05-12fiscal Q1 201512250001437749-15-009781
10-K2015-04-24fiscal FY 201413490001437749-15-007992
10-Q2014-11-12fiscal Q3 201411320001437749-14-020418
10-Q2014-08-12fiscal Q2 201411320001437749-14-015071
10-Q2014-05-13fiscal Q1 201412260000087047-14-000007
10-K2014-04-22fiscal FY 201313530000087047-14-000004
10-Q2013-12-30fiscal Q3 201312380000087047-13-000022
10-Q2013-12-23fiscal Q2 201312380000087047-13-000019
10-K2013-11-15fiscal FY 201213520000087047-13-000015
10-Q2012-11-13fiscal Q3 201213380000087047-12-000029
10-Q/A2012-08-27fiscal Q2 201213400000087047-12-000023
10-Q2012-07-03fiscal Q1 201213280000087047-12-000016
10-K2012-06-15fiscal FY 201114390000087047-12-000011
10-Q2011-11-14fiscal Q3 201115440000087047-11-000036
10-Q/A2011-09-02fiscal Q2 201114400000087047-11-000028

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
SB PARTNERS / CIK 0000087047
Captured
SEC response SHA-256
525161b9d8168af1d9889dca0225296f6156d6e5a05b67ecee143c9822dbd45d

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