Skip to content

NEWBRIDGE GLOBAL VENTURES, INC.: filings

Every NEWBRIDGE GLOBAL VENTURES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 filings, each linked to its SEC index.

Filing record ends 2019-10-15

The latest filing in this captured record is a 10-Q filed 2019-10-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. NEWBRIDGE GLOBAL VENTURES, 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-10-15fiscal Q2 201933880001445866-19-001235
10-Q2019-07-11fiscal Q1 201933690001445866-19-000831
10-K2019-04-01fiscal FY 201834690001445866-19-000344
10-Q2018-12-27fiscal Q3 201832800001445866-18-001377
10-Q2018-08-14fiscal Q2 201824620001445866-18-000847
10-Q2018-05-21fiscal Q1 201823460001445866-18-000592
10-K2018-04-02fiscal FY 201727540001445866-18-000337
10-Q2017-11-14fiscal Q3 201725660001445866-17-001626
10-Q2017-08-21fiscal Q2 201726680001445866-17-001263
10-Q2017-05-22fiscal Q1 201723460001445866-17-000754
10-K2017-04-06fiscal FY 201628540001445866-17-000421
10-Q2016-11-21fiscal Q3 201621540001445866-16-002935
10-Q2016-08-08fiscal Q2 201619360001445866-16-002450
10-Q2016-05-16fiscal Q1 201619300001445866-16-002102
10-Q2015-11-20fiscal Q1 201622420001445866-15-001345
10-K2015-09-30fiscal FY 201525530001445866-15-001113
10-Q2015-05-14fiscal Q3 201523570001445866-15-000575
10-Q2015-02-12fiscal Q2 201523570001445866-15-000147
10-Q2014-11-14fiscal Q1 201523440001445866-14-001456
10-K2014-10-20fiscal FY 201427550001445866-14-001296
10-Q2014-05-20fiscal Q3 201428810001445866-14-000587
10-Q2014-02-14fiscal Q2 201428800001445866-14-000060
10-Q2013-11-14fiscal Q3 201326620001445866-13-001263
10-K2013-10-15fiscal FY 201325640001445866-13-001154
10-Q2013-05-08fiscal Q3 201325780000721748-13-000111
10-Q/A2013-02-26fiscal Q2 201324660001391609-13-000113
10-Q/A2012-11-14fiscal Q1 201324560001391609-12-000353
10-K2012-09-21fiscal FY 201224260001391609-12-000314
10-Q2012-05-16fiscal Q3 201216230001391609-12-000197
10-Q2012-01-19fiscal Q2 201219500001391609-12-000023
10-Q2011-10-14fiscal Q1 201218360001391609-11-000484

Inspect the source

Entity
NEWBRIDGE GLOBAL VENTURES, INC. / CIK 0000726293
Captured
SEC response SHA-256
e78eb33e3503a80aa68e8eb3262bb40a6cf8a752a9d5a7e593cb578879b955de

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