Skip to content

Toga Limited: filings

Every Toga Limited annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2021-04-26

The latest filing in this captured record is a 10-K/A filed 2021-04-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. Toga Limited 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-K/A2021-04-26fiscal FY 201940790001640334-21-001044
10-Q/A2021-02-22fiscal Q3 2020411110001640334-21-000417
10-Q/A2021-02-18fiscal Q2 2020421100001640334-21-000388
10-Q/A2021-02-16fiscal Q1 202042820001640334-21-000351
10-K/A2021-02-08fiscal FY 201940790001640334-21-000290
10-Q/A2021-01-26fiscal Q3 201934930001640334-21-000209
10-Q2020-06-15fiscal Q3 2020421130001640334-20-001518
10-Q2020-03-16fiscal Q2 202038980001640334-20-000517
10-Q2019-12-19fiscal Q1 202040800001640334-19-002620
10-K2019-11-14fiscal FY 201939750001640334-19-002299
10-Q2019-06-18fiscal Q3 201934940001640334-19-001164
10-Q2019-05-01fiscal Q2 201929770001640334-19-000736
10-Q2019-04-10fiscal Q1 201829560001640334-19-000559
10-K2019-03-19fiscal FY 201830480001640334-19-000403
10-Q2018-07-27fiscal Q3 201826500001640334-18-001467
10-Q2018-03-26fiscal Q2 201819440001640334-18-000541
10-Q2017-12-19fiscal Q1 201819340001640334-17-002673
10-K2017-11-14fiscal FY 201716310001640334-17-002375
10-Q2017-09-01fiscal Q3 201711320001640334-17-001886
10-Q2017-09-01fiscal Q2 201711320001640334-17-001884
10-Q2017-08-24fiscal Q1 201711220001640334-17-001805
10-K/A2017-08-09fiscal FY 201615260001640334-17-001574
10-K2017-08-02fiscal FY 201615260001640334-17-001500
10-Q2016-06-06fiscal Q3 201615380001493152-16-010538
10-Q2016-03-16fiscal Q2 201615380001493152-16-008079
10-Q2015-12-11fiscal Q1 201615290001493152-15-006178
10-K2015-12-07fiscal FY 201515300001493152-15-006089
10-Q2015-11-12fiscal Q3 201514370001493152-15-005298
10-Q2015-11-05fiscal Q2 201513370001493152-15-005158
10-Q2015-11-04fiscal Q1 201513270001493152-15-005127
10-K2015-11-02fiscal FY 201416330001493152-15-005088
10-Q2015-10-29fiscal Q3 201416430001493152-15-005042
10-Q2014-03-14fiscal Q2 201420730001354488-14-001156
10-Q2013-12-11fiscal Q1 201421730001354488-13-006788
10-K2013-10-28fiscal FY 201320620001354488-13-005868
10-Q2013-06-12fiscal Q3 201321810001354488-13-003433
10-Q2013-03-18fiscal Q2 201317590001354488-13-001275
10-Q2012-12-14fiscal Q1 201319640001354488-12-006435
10-K2012-10-29fiscal FY 201224760001354488-12-005463
10-Q2012-06-13fiscal Q3 2012231000001354488-12-003209
10-Q2012-03-16fiscal Q2 201223990001354488-12-001195
10-Q2011-12-14fiscal Q1 201224630001354488-11-004994

Inspect the source

Entity
Toga Limited / CIK 0001378125
Captured
SEC response SHA-256
1bc9410e566e4f5176357b942075ac1888533f1ed1b5371392f4e5caf3c92f13

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