Skip to content

MED SPA VACATIONS INC.: filings

Every MED SPA VACATIONS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 filings, each linked to its SEC index.

Filing record ends 2023-03-16

The latest filing in this captured record is a 10-K filed 2023-03-16. No later filing is in the SEC companyfacts record captured on 2026-09-23. MED SPA VACATIONS 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-K2023-03-16fiscal FY 202222460001640334-23-000372
10-Q2022-10-21fiscal Q3 202219610001640334-22-002264
10-Q2022-07-19fiscal Q2 202219580001640334-22-001535
10-Q2022-04-29fiscal Q1 202219420001640334-22-000851
10-K2022-03-24fiscal FY 202220410001640334-22-000577
10-Q2021-11-12fiscal Q3 202117530001640334-21-002754
10-Q2021-07-30fiscal Q2 202118580001640334-21-001727
10-Q2021-04-21fiscal Q1 202118400001640334-21-001006
10-K2021-03-30fiscal FY 202018380001640334-21-000694
10-Q2021-01-22fiscal Q3 202018560001640334-21-000187
10-Q2021-01-21fiscal Q2 202017500001640334-21-000182
10-Q2021-01-14fiscal Q1 202017380001640334-21-000106
10-K2021-01-05fiscal FY 201919400001640334-21-000020
10-Q2020-06-08fiscal Q3 201915500001640334-20-001432
10-Q2019-08-14fiscal Q2 201915360001640334-19-001631
10-Q2019-05-15fiscal Q1 201913290001640334-19-000869
10-K2019-04-22fiscal FY 201819390001640334-19-000685
10-Q2019-04-22fiscal Q3 201819410001640334-19-000683
10-Q2019-04-22fiscal Q2 201820440001640334-19-000681
10-Q2019-04-22fiscal Q1 201820380001640334-19-000679
10-K2019-04-22fiscal FY 201720410001640334-19-000677
10-Q2019-04-22fiscal Q3 201719470001640334-19-000675
10-Q2017-08-04fiscal Q2 201715400001640334-17-001522
10-Q2017-05-01fiscal Q1 201714300001640334-17-000805
10-K2017-03-29fiscal FY 201618320001640334-17-000561
10-Q2016-11-09fiscal Q3 201616270001640334-16-001924

Inspect the source

Entity
MED SPA VACATIONS INC. / CIK 0001671077
Captured
SEC response SHA-256
d2e599bedd9bc50a000ce30ade33b65e14f68079f7091b3de1224684e27b2e9b

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