Skip to content

GULF WEST SECURITY NETWORK, INC.: filings

Every GULF WEST SECURITY NETWORK, 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 2022-11-18

The latest filing in this captured record is a 10-Q filed 2022-11-18. No later filing is in the SEC companyfacts record captured on 2026-09-22. GULF WEST SECURITY NETWORK, 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-11-18fiscal Q3 202225820001477932-22-008702
10-Q2022-08-22fiscal Q2 202224750001477932-22-006364
10-Q2022-05-20fiscal Q1 202223530001477932-22-003729
10-K2022-04-05fiscal FY 202125510001477932-22-002075
10-Q2021-11-12fiscal Q3 202124800001477932-21-008069
10-Q2021-08-19fiscal Q2 202124780001477932-21-005777
10-Q2021-05-14fiscal Q1 202122500001477932-21-003157
10-K2021-03-31fiscal FY 202026530001477932-21-001860
10-Q2020-11-17fiscal Q3 202024810001477932-20-006704
10-Q2020-08-19fiscal Q2 202023750001477932-20-005068
10-Q2020-05-13fiscal Q1 202019430001477932-20-002582
10-K2020-03-30fiscal FY 201922430001477932-20-001595
10-Q2019-11-14fiscal Q3 201922710001477932-19-006487
10-Q2019-08-14fiscal Q2 201923650001477932-19-004854
10-Q/A2019-05-23fiscal Q1 201923490001391609-19-000115
10-K/A2019-04-18fiscal FY 201820420001391609-19-000080
10-Q2018-11-19fiscal Q3 201825680001654954-18-012981
10-Q2018-08-20fiscal Q3 201824670001654954-18-009401
10-Q2018-05-30fiscal Q2 201723650001391609-18-000147
10-Q/A2018-03-27fiscal Q1 201820410001391609-18-000060
10-K/A2018-03-16fiscal FY 201723460001391609-18-000049
10-Q2017-08-17fiscal Q3 201723640001391609-17-000216
10-Q/A2017-07-18fiscal Q2 201723640001391609-17-000181
10-Q2017-02-21fiscal Q1 201622460001391609-17-000038
10-K/A2017-01-19fiscal FY 201624490001391609-17-000024
10-Q2016-08-19fiscal Q3 201619530001477932-16-012121
10-Q2016-05-16fiscal Q2 201619520001477932-16-010360
10-Q2016-02-19fiscal Q1 201616330001477932-16-008729
10-K2016-01-22fiscal FY 201519340001477932-16-008229
10-Q2015-08-14fiscal Q3 201518460001477932-15-005204
10-Q2015-05-15fiscal Q2 201516400001477932-15-003269
10-Q2015-01-09fiscal Q1 201520420001308411-15-000020
10-K2014-12-08fiscal FY 201423240001308411-14-000196
10-Q2014-07-31fiscal Q3 201420280001308411-14-000168
10-Q2014-05-02fiscal Q2 201420270001308411-14-000131

Inspect the source

Entity
GULF WEST SECURITY NETWORK, INC. / CIK 0001592603
Captured
SEC response SHA-256
6899e778deccee84814251ede95d9cd1789883170424273382fec22489f5469d

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