Skip to content

TPT Global Tech, Inc.: filings

Every TPT Global Tech, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

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-Q2025-02-07fiscal Q3 2024401130001654954-25-001243
10-Q/A2025-02-07fiscal Q2 2024421210001654954-25-001242
10-Q/A2025-02-07fiscal Q1 202438790001654954-25-001240
10-K/A2025-02-07fiscal FY 202347910001654954-25-001239
10-Q/A2025-02-07fiscal Q3 2023431210001654954-25-001238
10-Q2024-09-25fiscal Q2 2024371000001654954-24-012294
10-Q2024-05-28fiscal Q1 202437770001654954-24-006942
10-K2024-05-10fiscal FY 202345900001654954-24-005983
10-Q/A2024-04-22fiscal Q3 2023401110001654954-24-004873
10-Q2023-12-15fiscal Q3 2023401110001654954-23-015635
10-Q2023-10-27fiscal Q2 2023391050001654954-23-013462
10-Q2023-07-05fiscal Q1 202340820001654954-23-008776
10-K2023-05-16fiscal FY 202245890001654954-23-006717
10-Q2022-12-14fiscal Q3 2022471260001654954-22-016433
10-Q2022-08-22fiscal Q2 2022461250001654954-22-011643
10-Q2022-05-23fiscal Q1 202242870001654954-22-007364
10-K2022-04-14fiscal FY 202144880001654954-22-004988
10-Q2021-11-17fiscal Q3 2021471280001654954-21-012365
10-Q2021-08-23fiscal Q2 2021471310001654954-21-009352
10-Q2021-05-24fiscal Q1 202143900001654954-21-006188
10-K2021-04-15fiscal FY 202047940001654954-21-004259
10-Q2020-11-23fiscal Q3 2020441210001654954-20-012794
10-Q2020-08-19fiscal Q2 2020431170001654954-20-009351
10-Q2020-05-20fiscal Q1 202040830001654954-20-005826
10-K2020-04-14fiscal FY 201944890001654954-20-004046
10-Q2019-11-19fiscal Q3 2019401090001654954-19-013196
10-Q/A2019-11-19fiscal Q2 2019391080001654954-19-013190
10-Q2019-08-19fiscal Q2 2019381040001654954-19-009767
10-K/A2019-06-20fiscal FY 201839800001654954-19-007502
10-Q2019-05-20fiscal Q1 201934710001065949-19-000085

Inspect the source

Entity
TPT Global Tech, Inc. / CIK 0001661039
Captured
2026-09-21T17:23:58.656Z
SEC response SHA-256
550bc2fa6cced9ba06f57d73a3eecda22e3e29bf22b52076a4d2a6a6b8a76ce3

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