Skip to content

Bravatek Solutions, Inc.: filings

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

Filing record ends 2019-11-15

The latest filing in this captured record is a 10-Q filed 2019-11-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. Bravatek 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-15fiscal Q3 201929890001477932-19-006609
10-Q/A2019-08-20fiscal Q3 201930910001477932-19-005051
10-Q2019-07-24fiscal Q2 201932890001477932-19-004273
10-Q2019-06-25fiscal Q1 201931600001477932-19-003696
10-K2019-06-11fiscal FY 201830610001477932-19-003478
10-Q2018-12-04fiscal Q3 201836880001477932-18-005868
10-Q2018-08-14fiscal Q2 201830750001477932-18-004058
10-Q2018-05-18fiscal Q1 201835660001477932-18-002594
10-Q2017-10-30fiscal Q2 201828740001477932-17-005293
10-Q2017-10-06fiscal Q1 201826480001477932-17-004936
10-K2017-09-27fiscal FY 201728550001477932-17-004744
10-Q2017-08-29fiscal Q3 201733930001477932-17-004240
10-Q2017-08-23fiscal Q2 201729780001477932-17-004166
10-Q2017-08-10fiscal Q1 201729570001477932-17-003805
10-K2017-07-21fiscal FY 201627510001477932-17-003466
10-Q2016-02-22fiscal Q3 201633770001477932-16-008770
10-Q2015-12-07fiscal Q2 201633780001477932-15-007512
10-Q2015-11-20fiscal Q2 201633780001477932-15-007266
10-Q2015-09-14fiscal Q1 201524330001477932-15-005876
10-Q2015-08-25fiscal Q1 201530570001477932-15-005581
10-K2015-08-05fiscal FY 201525470001477932-15-004869
10-Q2015-02-26fiscal Q3 201522550001477932-15-001390
10-Q2014-11-14fiscal Q2 201520520001137050-14-000273
10-Q2014-08-20fiscal Q1 201519400001137050-14-000206
10-K2014-07-14fiscal FY 201422500001137050-14-000150
10-Q2014-02-18fiscal Q3 201321600001137050-14-000035
10-Q/A2013-11-26fiscal Q2 201321620001137050-13-000378
10-Q2013-11-18fiscal Q2 201321620001137050-13-000362
10-Q2013-08-15fiscal Q1 201320480001137050-13-000274
10-K2013-07-15fiscal FY 201220490001137050-13-000233
10-Q2013-02-19fiscal Q3 201221630001137050-13-000062
10-Q2012-11-19fiscal Q2 201223670001137050-12-000488
10-Q/A2012-09-13fiscal Q1 201223530001137050-12-000364
10-K2012-06-11fiscal FY 201118450001137050-12-000202
10-Q2012-02-21fiscal Q3 201117530001137050-12-000044
10-Q2011-11-18fiscal Q2 201116510001137050-11-000379
10-Q/A2011-08-31fiscal Q1 201118440001137050-11-000254

Inspect the source

Entity
Bravatek Solutions, Inc. / CIK 0001449574
Captured
SEC response SHA-256
b309ad0e16e0245aeb9eb626fb54570244ff7b9fb81a735b57e11464751e49c9

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