Skip to content

BLUE SPHERE CORP.: filings

Every BLUE SPHERE CORP. 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 2018-11-19

The latest filing in this captured record is a 10-Q filed 2018-11-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. BLUE SPHERE CORP. 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-Q2018-11-19fiscal Q3 201828780001387131-18-006332
10-Q2018-08-20fiscal Q2 201826660001387131-18-004110
10-Q2018-05-15fiscal Q1 201827520001387131-18-002188
10-K2018-04-17fiscal FY 201734660001387131-18-001623
10-Q2017-11-20fiscal Q3 201729680001387131-17-005604
10-Q2017-08-07fiscal Q2 201717450001387131-17-003932
10-K2017-06-12fiscal FY 201622560001387131-17-003189
10-Q2017-05-15fiscal Q1 201716340001387131-17-002792
10-K2017-02-15fiscal FY 201622560001387131-17-000944
10-Q/A2016-11-22fiscal Q2 201619530001387131-16-008125
10-Q/A2016-11-21fiscal Q1 201617360001387131-16-008123
10-Q/A2016-11-21fiscal Q1 201615310001387131-16-008122
10-Q2016-11-21fiscal Q3 201619520001387131-16-008120
10-Q2016-08-08fiscal Q2 201623540001387131-16-006375
10-Q/A2016-06-13fiscal Q1 201623430001387131-16-005814
10-Q2016-05-23fiscal Q1 201624440001387131-16-005670
10-Q/A2016-05-23fiscal Q1 201621380001387131-16-005667
10-Q2016-02-22fiscal Q1 201623410001387131-16-004327
10-K2016-01-13fiscal FY 201517430001387131-16-003897
10-Q2015-08-14fiscal Q3 201516370001387131-15-002548
10-Q2015-05-15fiscal Q2 201514360001144204-15-030997
10-Q2015-02-18fiscal Q1 201515340001144204-15-010502
10-K2015-01-13fiscal FY 201417460001144204-15-001983
10-Q2014-08-19fiscal Q3 201415470001144204-14-051320
10-Q2014-05-19fiscal Q2 201414460001144204-14-031883
10-Q2014-02-14fiscal Q1 201414390001144204-14-008892
10-K/A2014-01-14fiscal FY 201318500001144204-14-002009
10-Q2013-08-13fiscal Q3 201317540001144204-13-045272
10-Q/A2013-05-15fiscal Q2 201317550001144204-13-029390
10-Q2013-02-19fiscal Q1 201317480001144204-13-009804
10-K2013-01-07fiscal FY 201217490001144204-13-001011
10-Q/A2012-08-29fiscal Q3 201216500001144204-12-048661
10-Q2012-05-14fiscal Q2 201217550001144204-12-028245
10-Q2012-02-21fiscal Q1 201117490001144204-12-009969
10-K/A2012-02-14fiscal FY 201114430001144204-12-008228
10-K2012-01-03fiscal FY 201114370001144204-12-000187
10-Q2011-08-15fiscal Q3 201114500001144204-11-046373

Inspect the source

Entity
BLUE SPHERE CORP. / CIK 0001419582
Captured
SEC response SHA-256
83a2a0b1440c2b099289c0bf5e69af42326c20d5a8c5e67a7647e85b9ed5133c

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