Skip to content

SUNVESTA, INC.: filings

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

Filing record ends 2018-05-10

The latest filing in this captured record is a 10-Q filed 2018-05-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. SUNVESTA, 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-Q2018-05-10fiscal Q1 201836740001607062-18-000156
10-K2018-03-30fiscal FY 201732660001607062-18-000103
10-Q2017-11-13fiscal Q3 201735960001607062-17-000377
10-Q2017-08-14fiscal Q2 201734920001607062-17-000270
10-Q2017-05-15fiscal Q1 201727540001211524-17-000065
10-K2017-03-17fiscal FY 201630580001211524-17-000022
10-Q2016-11-14fiscal Q3 201631780001211524-16-000331
10-Q2016-08-19fiscal Q2 201631790001211524-16-000299
10-Q2016-06-15fiscal Q1 201629570001211524-16-000248
10-K2016-05-13fiscal FY 201531610001211524-16-000215
10-Q2015-11-23fiscal Q3 201529730001211524-15-000159
10-Q2015-08-19fiscal Q2 201529730001211524-15-000117
10-Q2015-05-20fiscal Q1 201529570001211524-15-000071
10-K2015-04-15fiscal FY 201429580001211524-15-000047
10-Q2014-11-19fiscal Q3 201428720001211524-14-000129
10-Q2014-08-19fiscal Q2 201428720001211524-14-000088
10-Q2014-05-20fiscal Q1 201430720001211524-14-000068
10-K2014-04-15fiscal FY 201330720001211524-14-000034
10-Q2013-12-13fiscal Q3 201329870001211524-13-000280
10-Q2013-11-25fiscal Q2 201329880001211524-13-000275
10-Q2013-10-10fiscal Q1 201329700001211524-13-000254
10-K2013-06-28fiscal FY 201231750001211524-13-000189
10-Q2013-05-02fiscal Q3 201231890001211524-13-000128
10-Q2013-04-19fiscal Q2 201231900001211524-13-000106
10-Q2013-04-18fiscal Q1 201228680001211524-13-000102
10-K/A2013-02-22fiscal FY 201129700001211524-13-000042
10-Q2013-01-10fiscal Q3 201129850001211524-13-000006
10-Q2012-12-18fiscal Q2 201130860001211524-12-000266

Inspect the source

Entity
SUNVESTA, INC. / CIK 0001060409
Captured
SEC response SHA-256
b8bfbe3f5f230636b26d45db8cccd2aa6b32efcb2c5dde047486b1fbe12a4fb5

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