Skip to content

WORLDNET INC OF NEVADA: filings

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

Filing record ends 2019-11-08

The latest filing in this captured record is a 10-Q filed 2019-11-08. No later filing is in the SEC companyfacts record captured on 2026-09-23. WORLDNET INC OF NEVADA 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-08fiscal Q3 201922710001477932-19-006256
10-Q2019-08-06fiscal Q2 201921630001477932-19-004542
10-Q2019-05-08fiscal Q1 201921440001477932-19-002426
10-K2019-03-19fiscal FY 201821420001477932-19-001054
10-Q2018-11-07fiscal Q3 201820550001477932-18-005289
10-Q2018-08-09fiscal Q2 201818520001477932-18-003900
10-Q2018-05-04fiscal Q1 201818370001477932-18-002188
10-K2018-03-23fiscal FY 201719400001477932-18-001436
10-Q2017-11-09fiscal Q3 201720540001477932-17-005439
10-Q2017-08-10fiscal Q2 201719530001477932-17-003789
10-Q2017-05-09fiscal Q1 201720390001477932-17-002110
10-K2017-03-20fiscal FY 201619410001477932-17-001195
10-Q2016-11-03fiscal Q3 201619530001477932-16-013249
10-Q2016-08-12fiscal Q2 201620540001477932-16-011791
10-Q2016-05-10fiscal Q1 201620400001477932-16-010149
10-K2016-03-23fiscal FY 201519400001477932-16-009138
10-Q2015-10-30fiscal Q3 201519530001477932-15-006687
10-Q2015-08-11fiscal Q2 201518520001477932-15-004978
10-Q2015-05-11fiscal Q1 201519390001477932-15-002997
10-K2015-02-23fiscal FY 201419390001477932-15-001320
10-Q2014-11-12fiscal Q3 201418520001477932-14-005988
10-Q2014-07-29fiscal Q2 201417540001477932-14-003919
10-Q2014-05-08fiscal Q1 201419470001477932-14-002379
10-K2014-03-31fiscal FY 201322510001477932-14-001348
10-Q2013-11-12fiscal Q3 201318560001477932-13-005285
10-Q2013-08-09fiscal Q2 201318560001477932-13-003546
10-Q2013-05-03fiscal Q1 201318430001477932-13-002117
10-K2013-03-27fiscal FY 201221530001477932-13-001367
10-Q2012-11-07fiscal Q3 201219660001477932-12-004173
10-Q/A2012-09-13fiscal Q2 201218660001471242-12-001304
10-Q2012-05-16fiscal Q1 201219490001471242-12-000693
10-K2012-03-29fiscal FY 201120530000798947-12-000015
10-Q/A2011-11-15fiscal Q3 201120680000798947-11-000056
10-Q2011-08-08fiscal Q2 201119660001023175-11-000423

Inspect the source

Entity
WORLDNET INC OF NEVADA / CIK 0001118233
Captured
SEC response SHA-256
c3b407c9b14df30db73404c9662cf6c64be2b568f807828bc7d3334f0d9369cf

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