Skip to content

Medifirst Solutions, Inc.: filings

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

Filing record ends 2019-11-19

The latest filing in this captured record is a 10-Q filed 2019-11-19. No later filing is in the SEC companyfacts record captured on 2026-09-23. Medifirst Solutions, 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-Q2019-11-19fiscal Q3 201929820001213900-19-024008
10-Q2019-08-19fiscal Q2 201929800001213900-19-016249
10-Q2019-05-20fiscal Q1 201930650001213900-19-009191
10-K2019-04-15fiscal FY 201826540001213900-19-006388
10-Q2018-11-19fiscal Q3 201826680001213900-18-016151
10-Q2018-08-20fiscal Q2 201826650001213900-18-011425
10-Q2018-05-21fiscal Q1 201826550001213900-18-006608
10-K2018-04-12fiscal FY 201728540001213900-18-004349
10-Q2017-11-20fiscal Q3 201726630001213900-17-012351
10-Q2017-08-21fiscal Q2 201727670001213900-17-008995
10-Q2017-05-22fiscal Q1 201727520001213900-17-005665
10-K2017-04-06fiscal FY 201630560001213900-17-003458
10-Q2016-11-15fiscal Q3 201627690001213900-16-018620
10-Q2016-08-15fiscal Q2 201627680001213900-16-015985
10-Q2016-05-23fiscal Q1 201623460001213900-16-013732
10-K2016-04-14fiscal FY 201530580001213900-16-012525
10-Q2015-11-23fiscal Q3 201530640001213900-15-009008
10-K2015-09-08fiscal FY 201428750001213900-15-006790
10-Q2015-08-18fiscal Q2 201532790001213900-15-006313
10-Q2015-05-20fiscal Q1 201523470001213900-15-004044
10-K2015-04-15fiscal FY 201428750001213900-15-002745
10-Q2014-11-19fiscal Q3 201428880001213900-14-008457
10-Q2014-08-19fiscal Q2 201428940001213900-14-006120
10-Q2014-05-20fiscal Q1 201426710001213900-14-003672
10-K2014-04-15fiscal FY 201324550001213900-14-002430
10-Q2013-11-19fiscal Q3 201326750001213900-13-006681
10-Q2013-08-16fiscal Q2 201326800001213900-13-004565
10-Q2013-05-20fiscal Q1 201325640001213900-13-002758
10-K2013-04-01fiscal FY 201222560001213900-13-001543
10-Q2012-11-09fiscal Q3 201224710001213900-12-005989
10-Q/A2012-09-05fiscal Q2 201225710001213900-12-005096

Inspect the source

Entity
Medifirst Solutions, Inc. / CIK 0001522704
Captured
SEC response SHA-256
76d11de8615440a588583ea750e7b84534f9bbc9571cf1eb735332fc16e5d2ac

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