Skip to content

GlobalSCAPE, Inc: filings

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

Filing record ends 2020-08-10

The latest filing in this captured record is a 10-Q filed 2020-08-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. GlobalSCAPE, 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-Q2020-08-10fiscal Q2 2020471370001185185-20-001111
10-Q2020-05-11fiscal Q1 2020471000001185185-20-000593
10-K2020-03-16fiscal FY 201947940001185185-20-000310
10-Q2019-11-12fiscal Q3 2019461370001185185-19-001565
10-Q2019-08-09fiscal Q2 2019451310001185185-19-001104
10-Q2019-05-10fiscal Q1 201942920001185185-19-000680
10-K2019-03-18fiscal FY 201846920001185185-19-000384
10-Q2018-11-08fiscal Q3 2018431270001185185-18-001947
10-Q2018-08-09fiscal Q2 2018421180001185185-18-001394
10-Q2018-06-14fiscal Q1 201841820001185185-18-001119
10-K2018-06-14fiscal FY 201743870001185185-18-001117
10-Q2018-06-14fiscal Q3 2017391250001185185-18-001115
10-Q2018-06-14fiscal Q2 2017391250001185185-18-001114
10-Q2018-06-14fiscal Q1 201739930001185185-18-001113
10-K2018-06-14fiscal FY 201644880001185185-18-001112
10-Q2017-05-26fiscal Q1 201739800001185185-17-001276
10-Q2017-05-12fiscal Q1 201739800001185185-17-001133
10-K2017-03-27fiscal FY 201643870001185185-17-000658
10-Q2016-11-10fiscal Q3 2016401150001185185-16-005701
10-Q2016-08-10fiscal Q2 2016391090001185185-16-005154
10-Q2016-05-12fiscal Q1 201639790001185185-16-004506
10-K2016-03-03fiscal FY 2015442170001185185-16-003826
10-Q2015-11-12fiscal Q3 2015371060001185185-15-002915
10-Q2015-08-12fiscal Q2 2015371060001185185-15-002137
10-Q2015-05-14fiscal Q1 201537760001185185-15-001253
10-K2015-03-30fiscal FY 2014451820001185185-15-000679
10-Q2014-11-13fiscal Q3 2014381080001185185-14-003055
10-Q2014-08-13fiscal Q2 2014391090001185185-14-002121
10-Q2014-05-13fiscal Q1 201439790001185185-14-001220
10-K2014-03-27fiscal FY 2013461820001185185-14-000657
10-Q2013-11-12fiscal Q3 2013391090001185185-13-002380
10-Q2013-08-07fiscal Q2 2013401100001193125-13-324159
10-Q2013-05-14fiscal Q1 201340800001193125-13-219599
10-K2013-03-28fiscal FY 2012461790001193125-13-132408
10-Q2012-11-14fiscal Q3 2012411110001193125-12-470583
10-Q2012-08-13fiscal Q2 2012411110001193125-12-352361
10-Q2012-05-14fiscal Q1 201237740001193125-12-231301
10-K2012-03-29fiscal FY 201137980001193125-12-139897
10-Q2011-11-10fiscal Q3 2011361000001193125-11-307239
10-Q2011-08-11fiscal Q2 2011361000001193125-11-219598

Inspect the source

Entity
GlobalSCAPE, Inc / CIK 0001112920
Captured
SEC response SHA-256
2138e735bfd0a35f5c78c8ce2c43a631f8d6a0fb314973339cd865e6082e0ffc

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