Skip to content

GelTech Solutions, Inc.: filings

Every GelTech Solutions, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 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-22. GelTech Solutions, Inc. 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 201936960001553350-19-001144
10-Q2019-08-13fiscal Q2 201936970001553350-19-000809
10-Q2019-05-03fiscal Q1 201936750001553350-19-000466
10-K2019-03-28fiscal FY 201839770001553350-19-000281
10-Q2018-11-13fiscal Q3 201835880001553350-18-001220
10-Q2018-08-14fiscal Q2 201835880001553350-18-000956
10-Q2018-05-09fiscal Q1 201835700001553350-18-000509
10-K2018-03-26fiscal FY 201737740001553350-18-000246
10-Q2017-11-08fiscal Q3 201732820001553350-17-001181
10-Q2017-08-11fiscal Q2 201728740001553350-17-000923
10-Q2017-05-11fiscal Q1 201728580001553350-17-000548
10-K2017-03-28fiscal FY 201633670001553350-17-000313
10-Q2016-11-14fiscal Q3 201628740001553350-16-002664
10-Q2016-08-12fiscal Q2 201628740001553350-16-002325
10-Q2016-05-12fiscal Q1 201629590001553350-16-002021
10-Q2016-02-16fiscal Q2 201632820001553350-16-001574
10-Q2015-11-05fiscal Q1 201632660001553350-15-001167
10-K2015-09-21fiscal FY 201537750001553350-15-001003
10-Q2015-05-08fiscal Q3 201532820001553350-15-000430
10-Q2015-02-11fiscal Q2 201532820001553350-15-000120
10-Q2014-11-14fiscal Q1 201532660001553350-14-001393
10-K2014-09-29fiscal FY 201436740001553350-14-001144
10-Q2014-05-12fiscal Q3 201432830001553350-14-000503
10-Q2014-02-12fiscal Q2 201432830001553350-14-000134
10-Q2013-11-14fiscal Q1 201431640001553350-13-000913
10-K2013-09-27fiscal FY 201333680001553350-13-000719
10-Q2013-05-13fiscal Q3 201331800001553350-13-000145
10-Q2013-02-11fiscal Q2 201331800000943440-13-000144
10-Q2012-11-02fiscal Q1 201331650000943440-12-001120
10-K2012-09-28fiscal FY 201234690000943440-12-001041
10-Q2012-05-11fiscal Q3 201232810000943440-12-000475
10-Q2012-02-14fiscal Q2 201232820001354488-12-000679
10-Q2011-11-07fiscal Q1 201231640001354488-11-004107
10-K2011-09-28fiscal FY 201131640001354488-11-003602
10-Q2011-05-13fiscal Q3 201135960001354488-11-001520

Inspect the source

Entity
GelTech Solutions, Inc. / CIK 0001403676
Captured
SEC response SHA-256
47f0ec7bc042bd4b4209aa30ba2fa1652f04e224ffe0a1d16f72110e09076b13

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