Skip to content

MEDICAL IMAGING CORP.: filings

Every MEDICAL IMAGING CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2018-12-19

The latest filing in this captured record is a 10-Q filed 2018-12-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. MEDICAL IMAGING CORP. 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-Q2018-12-19fiscal Q3 201835950001515971-18-000184
10-Q2018-10-31fiscal Q2 201835910001515971-18-000147
10-Q2018-07-23fiscal Q1 201835710001515971-18-000099
10-K2018-05-18fiscal FY 201738770001515971-18-000068
10-Q2017-11-14fiscal Q3 201734890001515971-17-000149
10-Q2017-08-14fiscal Q2 201732830001515971-17-000122
10-Q2017-05-12fiscal Q1 201732650001515971-17-000074
10-K2017-04-17fiscal FY 201635710001370804-17-000003
10-Q/A2016-12-01fiscal Q3 201634920001515971-16-000639
10-Q2016-11-14fiscal Q3 201634920001515971-16-000627
10-Q2016-08-15fiscal Q2 201633900001515971-16-000582
10-Q2016-05-16fiscal Q1 201633690001515971-16-000504
10-K2016-04-14fiscal FY 201538780001515971-16-000480
10-Q2015-11-16fiscal Q3 201534950001515971-15-000390
10-Q2015-08-14fiscal Q2 201534970001515971-15-000290
10-Q2015-06-17fiscal Q1 201534710001515971-15-000219
10-K2015-04-03fiscal FY 201435720001515971-15-000104
10-Q2014-11-13fiscal Q3 201431850001515971-14-000504
10-Q2014-08-13fiscal Q2 201431850001515971-14-000365
10-Q2014-05-14fiscal Q1 201431650001515971-14-000203
10-K2014-03-28fiscal FY 201334700001515971-14-000089
10-Q2013-11-13fiscal Q3 201330830001515971-13-000524
10-Q2013-08-13fiscal Q2 201330840001515971-13-000363
10-Q2013-05-13fiscal Q1 201329610001515971-13-000205
10-K2013-04-01fiscal FY 201231640001515971-13-000115
10-Q2012-11-13fiscal Q3 201228780001515971-12-000400
10-Q2012-08-20fiscal Q2 201227760001515971-12-000295
10-Q/A2012-08-20fiscal Q1 201226540001515971-12-000293
10-K/A2012-08-20fiscal FY 201131630001515971-12-000292
10-Q2012-05-15fiscal Q1 201225520001515971-12-000141
10-K2012-03-30fiscal FY 201131640001515971-12-000081
10-Q2011-11-14fiscal Q3 201129800001158957-11-000411
10-Q2011-08-08fiscal Q2 201127720001158957-11-000263

Inspect the source

Entity
MEDICAL IMAGING CORP. / CIK 0001370804
Captured
SEC response SHA-256
41238be5649af67b317a613231d964f48d0458a857fe9197526efa20b1074e1a

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