Skip to content

TRANS WORLD CORP: filings

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

Filing record ends 2018-03-28

The latest filing in this captured record is a 10-K filed 2018-03-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. TRANS WORLD 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-K2018-03-28fiscal FY 201740810001558370-18-002457
10-Q2017-11-14fiscal Q3 201735850001558370-17-008895
10-Q2017-08-11fiscal Q2 2017351000001558370-17-006539
10-Q2017-05-10fiscal Q1 201730620001558370-17-004077
10-K2017-03-08fiscal FY 201637750001558370-17-001446
10-Q2016-11-07fiscal Q3 201634950001558370-16-009448
10-Q2016-08-09fiscal Q2 201634940001558370-16-007733
10-Q2016-05-09fiscal Q1 201633680001558370-16-005613
10-K2016-03-07fiscal FY 201540810001104659-16-102848
10-Q2015-11-10fiscal Q3 201535930001104659-15-077488
10-Q2015-08-07fiscal Q2 201534900001104659-15-057472
10-Q2015-05-07fiscal Q1 201534670001104659-15-035250
10-K2015-03-11fiscal FY 201438770001104659-15-018726
10-Q2014-11-06fiscal Q3 201429820001104659-14-077574
10-Q2014-08-05fiscal Q2 201429820001104659-14-056656
10-Q2014-05-06fiscal Q1 201429590001104659-14-034938
10-K2014-03-04fiscal FY 201338750001104659-14-015620
10-Q2013-11-06fiscal Q3 201333880001104659-13-081437
10-Q2013-08-06fiscal Q2 201332860001104659-13-060195
10-Q2013-05-02fiscal Q1 201332640001104659-13-036282
10-K2013-03-06fiscal FY 201233670001104659-13-017771
10-Q2012-11-08fiscal Q3 201228800001104659-12-075704
10-Q2012-08-08fiscal Q2 201228800001104659-12-055589
10-Q2012-05-03fiscal Q1 201225520001104659-12-032334
10-K2012-03-08fiscal FY 201129600001104659-12-016398
10-Q2011-11-09fiscal Q3 201127780001104659-11-062417
10-Q2011-08-08fiscal Q2 201129800001104659-11-044635

Inspect the source

Entity
TRANS WORLD CORP / CIK 0000914577
Captured
SEC response SHA-256
ab1d4a1765703e8a7973daeebb3fa868f1353303e77130c32fc2dc14459d766c

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