Skip to content

GTY TECHNOLOGY HOLDINGS INC.: filings

Every GTY TECHNOLOGY HOLDINGS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 23 filings, each linked to its SEC index.

Filing record ends 2022-05-13

The latest filing in this captured record is a 10-Q filed 2022-05-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. GTY TECHNOLOGY HOLDINGS 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-Q2022-05-13fiscal Q1 2022521050001558370-22-008786
10-K2022-02-18fiscal FY 2021531070001558370-22-001433
10-Q2021-11-04fiscal Q3 2021471270001558370-21-014593
10-Q2021-08-05fiscal Q2 2021471270001558370-21-010597
10-Q2021-05-13fiscal Q1 202148950001558370-21-007077
10-K2021-02-19fiscal FY 2020501250001558370-21-001283
10-Q2020-11-05fiscal Q3 2020481540001558370-20-012711
10-Q2020-08-07fiscal Q2 2020481560001558370-20-009815
10-Q2020-05-08fiscal Q1 2020461170001558370-20-005870
10-K2020-03-13fiscal FY 2019491230001558370-20-002686
10-Q2019-11-07fiscal Q3 2019471550001104659-19-060838
10-Q2019-08-09fiscal Q2 201946660001144204-19-038705
10-Q2019-05-13fiscal Q1 201942460001144204-19-025473
10-K2019-03-18fiscal FY 201820420001144204-19-014652
10-Q2018-11-09fiscal Q3 201818520001144204-18-058728
10-Q2018-08-09fiscal Q2 201817500001144204-18-042972
10-Q2018-05-10fiscal Q1 201816340001144204-18-027110
10-K2018-03-16fiscal FY 201718380001144204-18-015305
10-Q2017-11-13fiscal Q3 201716400001144204-17-057910
10-Q2017-08-11fiscal Q2 201715290001144204-17-042323
10-Q2017-05-12fiscal Q1 201715220001144204-17-026941
10-K2017-03-24fiscal FY 201616180001144204-17-016560
10-Q2016-12-12fiscal Q3 20169110001144204-16-138994

Inspect the source

Entity
GTY TECHNOLOGY HOLDINGS INC. / CIK 0001682325
Captured
SEC response SHA-256
1aad06cae45abe821d162204111c015d0a8e5088bb14ab97c97c0ca80514c2c3

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