Skip to content

OZOP ENERGY SOLUTIONS, INC.: filings

Every OZOP ENERGY SOLUTIONS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-Q2026-08-19fiscal Q2 2026421230001493152-26-039212
10-Q2026-05-22fiscal Q1 202641870001493152-26-025019
10-K2026-05-14fiscal FY 202542860001493152-26-023179
10-Q2025-11-19fiscal Q3 2025411200001493152-25-024274
10-Q2025-08-19fiscal Q2 2025401150001641172-25-024807
10-Q2025-05-20fiscal Q1 202539780001641172-25-011648
10-K2025-04-15fiscal FY 202440810001641172-25-004807
10-Q2024-11-12fiscal Q3 2024381140001493152-24-044773
10-Q2024-08-09fiscal Q2 2024381110001493152-24-030952
10-Q2024-05-14fiscal Q1 202438770001493152-24-019218
10-K2024-04-16fiscal FY 202341810001493152-24-014825
10-Q2023-11-20fiscal Q3 2023391140001493152-23-042083
10-Q2023-08-14fiscal Q2 2023391080001493152-23-028431
10-Q2023-05-15fiscal Q1 202338740001493152-23-017496
10-K2023-04-17fiscal FY 202239780001493152-23-012529
10-Q2022-11-14fiscal Q3 2022381060001493152-22-032031
10-Q2022-08-15fiscal Q2 2022371000001493152-22-022798
10-Q2022-05-16fiscal Q1 202236720001493152-22-013538
10-K/A2022-04-26fiscal FY 202138730001493152-22-011186
10-K2022-04-15fiscal FY 202138730001493152-22-010106
10-Q/A2021-11-19fiscal Q3 202135940001493152-21-029402
10-Q2021-08-17fiscal Q2 202135850001493152-21-020444
10-Q2021-05-19fiscal Q1 202134650001493152-21-012275
10-K2021-04-15fiscal FY 202036650001493152-21-008931
10-Q2020-11-23fiscal Q3 202037970001493152-20-022310
10-Q2020-08-14fiscal Q2 202033870001493152-20-015837
10-Q2020-07-02fiscal Q1 202030590001493152-20-012471
10-K2020-05-14fiscal FY 201939810001493152-20-008748
10-Q2019-11-14fiscal Q3 2019391040001554795-19-000383
10-Q2019-08-19fiscal Q2 201936930001554795-19-000264
10-Q2019-05-15fiscal Q1 201934680001554795-19-000137
10-K2019-04-16fiscal FY 201836660001554795-19-000104
10-Q2018-11-14fiscal Q3 201836870001554795-18-000334
10-Q2018-08-20fiscal Q2 201835870001554795-18-000257
10-Q2018-03-06fiscal Q3 201824600001679817-18-000017
10-K2018-02-07fiscal FY 201721420001679817-18-000013
10-Q2018-01-25fiscal Q1 201821420001679817-18-000007
10-Q2017-12-07fiscal Q2 201819460001679817-17-000015
10-Q2017-08-31fiscal Q1 201721420001679817-17-000013
10-K2017-07-27fiscal FY 201720390001679817-17-000010
10-Q2017-02-22fiscal Q3 201720490001679817-17-000003
10-Q2016-11-16fiscal Q2 201718480001679817-16-000010

Inspect the source

Entity
OZOP ENERGY SOLUTIONS, INC. / CIK 0001679817
Captured
2026-09-21T17:24:50.040Z
SEC response SHA-256
e1b850896f7ae8814bf1d11c4e1c6213b78f5e17273f873a16c3ad8f85127454

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