Skip to content

FIRST CHOICE HEALTHCARE SOLUTIONS, INC.: filings

Every FIRST CHOICE HEALTHCARE SOLUTIONS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-Q2026-08-13fiscal Q2 202631900001493152-26-037843
10-Q2026-05-08fiscal Q1 202631610001493152-26-022014
10-K2026-03-11fiscal FY 202534650001493152-26-009679
10-Q2025-11-12fiscal Q3 202533980001493152-25-021640
10-Q2025-08-13fiscal Q2 202532920001641172-25-023472
10-Q2025-05-15fiscal Q1 202532620001641172-25-010764
10-K2025-04-15fiscal FY 202440730001641172-25-004752
10-Q2024-11-13fiscal Q3 202432940001493152-24-045011
10-Q2024-08-14fiscal Q2 202432900001493152-24-031977
10-Q2024-05-31fiscal Q1 202433620001493152-24-022041
10-K2024-05-13fiscal FY 202339770001493152-24-018817
10-Q2018-11-07fiscal Q3 201832890001575705-18-000226
10-Q2018-08-14fiscal Q2 201831880001575705-18-000172
10-Q2018-05-08fiscal Q1 201831640001575705-18-000095
10-K/A2018-04-03fiscal FY 201736750001575705-18-000046
10-Q2017-11-09fiscal Q3 201733920001575705-17-000122
10-Q2017-08-14fiscal Q2 201733920001575705-17-000106
10-Q2017-05-15fiscal Q1 201733680001575705-17-000068
10-K/A2017-04-03fiscal FY 201636740001575705-17-000053
10-Q2016-11-14fiscal Q3 201636980001575705-16-000198
10-Q2016-08-15fiscal Q2 201636980001575705-16-000172
10-Q2016-05-16fiscal Q1 201637760001575705-16-000130
10-K2016-04-14fiscal FY 201540800001575705-16-000111
10-Q2015-11-16fiscal Q3 2015371030001575705-15-000068
10-Q2015-08-17fiscal Q2 201533870001144204-15-050171
10-Q2015-05-15fiscal Q1 201536730001144204-15-031675
10-K2015-04-15fiscal FY 201437750001144204-15-022784
10-Q2014-11-14fiscal Q3 201433910001144204-14-068563
10-Q2014-08-13fiscal Q2 201432890001144204-14-049383
10-Q2014-05-15fiscal Q1 201432650001144204-14-030707
10-K2014-03-31fiscal FY 201340820001144204-14-019627
10-Q/A2013-11-15fiscal Q3 2013371010001144204-13-062386
10-Q2013-08-13fiscal Q2 2013371030001144204-13-045283
10-Q2013-05-15fiscal Q1 201336730001144204-13-029090
10-K2013-04-01fiscal FY 201242850001144204-13-018848
10-Q2012-11-15fiscal Q3 2012381080001144204-12-063207
10-Q/A2012-08-08fiscal Q2 2012381070001144204-12-043626
10-Q2012-05-15fiscal Q1 201229580001013762-12-001123
10-K2012-03-30fiscal FY 201132630001013762-12-000645
10-Q2011-11-10fiscal Q3 201128780001013762-11-002928
10-Q2011-08-15fiscal Q2 201128780001013762-11-002210

Inspect the source

Entity
FIRST CHOICE HEALTHCARE SOLUTIONS, INC. / CIK 0001416876
Captured
2026-09-20T08:02:33.993Z
SEC response SHA-256
23df1673c0ec69b174fcce0a4724e9b2b81b56930f98d7877ae323e793187e44

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