Skip to content

Western Capital Resources, Inc.: filings

Every Western Capital Resources, Inc. 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-05-13

The latest filing in this captured record is a 10-Q filed 2022-05-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. Western Capital Resources, 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-Q2022-05-13fiscal Q1 202245970001753926-22-000700
10-K2022-03-29fiscal FY 2021481010001753926-22-000362
10-Q2021-11-12fiscal Q3 2021441350001753926-21-000682
10-Q2021-08-13fiscal Q2 2021441280001753926-21-000355
10-Q2021-05-14fiscal Q1 202144920001753926-21-000143
10-K2021-03-31fiscal FY 202047970001753926-21-000082
10-Q2020-11-13fiscal Q3 2020411170001753926-20-000370
10-Q2020-08-14fiscal Q2 2020401110001753926-20-000251
10-Q2020-05-15fiscal Q1 202039810001753926-20-000126
10-K2020-03-30fiscal FY 201945980001753926-20-000060
10-Q2019-11-14fiscal Q3 2019401190001753926-19-000226
10-Q2019-08-14fiscal Q2 2019391130001753926-19-000175
10-Q2019-05-15fiscal Q1 201939830001615774-19-007881
10-K2019-04-01fiscal FY 201847990001615774-19-005100
10-Q2018-11-14fiscal Q3 2018401060001615774-18-012690
10-Q2018-08-14fiscal Q2 2018401050001615774-18-007991
10-Q2018-05-15fiscal Q1 201840790001615774-18-003781
10-K2018-03-29fiscal FY 201746970001615774-18-002185
10-Q2017-11-14fiscal Q3 2017401080001615774-17-006658
10-Q2017-08-14fiscal Q2 2017361000001615774-17-004353
10-Q2017-05-15fiscal Q1 201736740001615774-17-002411
10-K2017-03-31fiscal FY 201640880001615774-17-001396
10-Q2016-11-14fiscal Q3 2016371020001615774-16-008245
10-Q2016-08-15fiscal Q2 2016371020001615774-16-006777
10-Q2016-05-13fiscal Q1 201637760001615774-16-005358
10-K2016-03-30fiscal FY 201544930001615774-16-004733
10-Q2015-11-16fiscal Q3 2015391030001615774-15-003305
10-Q2015-08-14fiscal Q2 2015391040001615774-15-002241
10-Q2015-05-14fiscal Q1 201535740001144204-15-030642
10-K2015-03-31fiscal FY 201440820001144204-15-019914
10-Q2014-11-13fiscal Q3 201428760001144204-14-067628
10-Q2014-08-12fiscal Q2 201426680001144204-14-048764
10-Q2014-05-09fiscal Q1 201429600001144204-14-028965
10-K2014-03-26fiscal FY 201335710001144204-14-017791
10-Q2013-11-12fiscal Q3 201330770001144204-13-060598
10-Q2013-08-12fiscal Q2 201330770001144204-13-044592
10-Q2013-05-14fiscal Q1 201330630001144204-13-028424
10-K2013-03-29fiscal FY 201236720001144204-13-018793
10-Q2012-11-15fiscal Q3 201230770001144204-12-063077
10-Q2012-08-14fiscal Q2 201230780001144204-12-045464
10-Q2012-05-15fiscal Q1 201230620001144204-12-029251
10-K2012-03-30fiscal FY 201129600001144204-12-018253
10-Q2011-11-14fiscal Q3 201129740001144204-11-064095
10-Q2011-08-12fiscal Q2 201130780001144204-11-045899

Inspect the source

Entity
Western Capital Resources, Inc. / CIK 0001363958
Captured
SEC response SHA-256
28d1b5994b9db40cf0e69baf0ec6f19857a7bd0500b3740a583ea0a8a59eb04b

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