Skip to content

Accredited Solutions, Inc.: filings

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

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-Q2024-12-05fiscal Q3 202432940001477932-24-007846
10-Q2024-08-23fiscal Q2 202431880001477932-24-005218
10-Q/A2024-08-23fiscal Q1 202431660001477932-24-005214
10-Q2024-07-16fiscal Q1 202431680001477932-24-004249
10-K2024-07-16fiscal FY 202332670001477932-24-004240
10-Q2024-01-12fiscal Q3 202332960001477932-24-000145
10-Q2023-10-17fiscal Q2 202332920001477932-23-007697
10-Q2023-07-18fiscal Q1 202332680001477932-23-005375
10-K2023-07-18fiscal FY 202231640001477932-23-005374
10-Q2022-11-22fiscal Q3 2022371070001477932-22-008831
10-Q2022-08-23fiscal Q2 202235800001477932-22-006394
10-Q2022-05-23fiscal Q1 202235730001477932-22-003828
10-K2022-04-25fiscal FY 202135700001477932-22-002592
10-Q2021-11-15fiscal Q3 202130870001477932-21-008241
10-Q2021-08-23fiscal Q2 202130830001477932-21-005885
10-Q2021-05-06fiscal Q1 202125530001477932-21-002915
10-K2021-04-15fiscal FY 202027540001477932-21-002316
10-Q2020-11-25fiscal Q3 202026790001477932-20-006908
10-Q2020-08-13fiscal Q2 202024690001477932-20-004858
10-Q2020-05-13fiscal Q1 202020380001477932-20-002577
10-K2020-03-30fiscal FY 201921350001477932-20-001584
10-Q2019-11-15fiscal Q3 201921470001477932-19-006601
10-Q2019-08-19fiscal Q2 201920370001477932-19-005002
10-K/A2019-07-22fiscal FY 201413210001477932-19-004208
10-Q2019-05-06fiscal Q1 201914200001477932-19-002352
10-K2019-04-16fiscal FY 201811170001477932-19-001771
10-Q2018-09-18fiscal Q1 201517360001127855-18-000184
10-Q2018-09-18fiscal Q3 201417360001127855-18-000182
10-Q2018-09-18fiscal Q2 201417360001127855-18-000180
10-Q2018-09-18fiscal Q1 201417360001127855-18-000178
10-Q2018-08-15fiscal Q2 201817360001127855-18-000139
10-Q2018-06-19fiscal Q1 20189150001477932-18-003109
10-K2018-05-31fiscal FY 20169180001477932-18-002834
10-K2018-05-25fiscal FY 20179180001477932-18-002753
10-Q2013-11-19fiscal Q3 201330970001580695-13-000151
10-Q2013-08-19fiscal Q2 201324750001214782-13-000353
10-Q2013-05-20fiscal Q1 201323600001214782-13-000226
10-K2013-04-15fiscal FY 201225650001214782-13-000177
10-Q2012-11-19fiscal Q3 201223740001144204-12-063656
10-Q/A2012-10-11fiscal Q2 201223720001144204-12-055739
10-Q/A2012-09-11fiscal Q2 201223720001144204-12-050577
10-K/A2012-09-05fiscal FY 201122540001144204-12-049639
10-Q2012-05-14fiscal Q1 201222570001144204-12-028553
10-K2012-03-27fiscal FY 201122540001144204-12-017460
10-Q2011-11-10fiscal Q3 201121560001144204-11-063065
10-Q/A2011-09-12fiscal Q2 201118540001144204-11-052349

2 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
Accredited Solutions, Inc. / CIK 0001464865
Captured
2026-09-20T09:06:43.147Z
SEC response SHA-256
c38590f5e3cc639f78a6d6a65a2575f0d892af5bcd44b85cbdf06c69514460db

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