Skip to content

NORTHSIGHT CAPITAL, INC.: filings

Every NORTHSIGHT CAPITAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2018-11-15

The latest filing in this captured record is a 10-Q filed 2018-11-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. NORTHSIGHT CAPITAL, 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-Q2018-11-15fiscal Q3 201825640001078782-18-001327
10-Q2018-08-20fiscal Q2 201825640001078782-18-000905
10-Q2018-06-21fiscal Q1 201824500001078782-18-000637
10-K2018-04-02fiscal FY 201732660001078782-18-000397
10-Q2017-11-14fiscal Q3 201727680001078782-17-001578
10-Q2017-08-23fiscal Q2 201727680001078782-17-001207
10-Q2017-05-15fiscal Q1 201723480001078782-17-000675
10-K2017-04-17fiscal FY 201624490001078782-17-000495
10-Q2016-11-14fiscal Q3 201626660001078782-16-003785
10-Q2016-08-22fiscal Q2 201625620001078782-16-003320
10-Q2016-05-16fiscal Q1 201625520001078782-16-002827
10-K2016-04-14fiscal FY 201525510001078782-16-002642
10-Q2015-11-20fiscal Q3 201524600001078782-15-001907
10-Q2015-08-19fiscal Q2 201524600001078782-15-001375
10-Q2015-05-20fiscal Q1 201521390001078782-15-000873
10-K2015-05-20fiscal FY 201426510001078782-15-000872
10-Q2014-12-02fiscal Q3 201421700001078782-14-002176
10-Q2014-08-19fiscal Q2 201421690001078782-14-001532
10-Q/A2014-05-21fiscal Q1 201421580001078782-14-000988
10-K2014-04-15fiscal FY 201324630001078782-14-000665
10-Q2013-11-19fiscal Q3 201321720001078782-13-002315
10-Q2013-08-19fiscal Q2 201323770001078782-13-001685
10-Q2013-05-20fiscal Q1 201320550001078782-13-001048
10-K2013-04-01fiscal FY 201221570001078782-13-000604
10-Q2012-11-19fiscal Q3 201222790001078782-12-002905
10-Q/A2012-08-27fiscal Q2 201222790001078782-12-002223
10-Q2012-05-21fiscal Q1 201222610001078782-12-001476
10-K2012-05-14fiscal FY 201118500001078782-12-001325
10-Q2011-11-21fiscal Q3 201126900001078782-11-003379
10-Q/A2011-09-14fiscal Q2 201126920001078782-11-002688

Inspect the source

Entity
NORTHSIGHT CAPITAL, INC. / CIK 0001439397
Captured
SEC response SHA-256
f9c89a9f675e298ad05b4c5df07960fd9fe738024973a4e9694f5a8ca3479e95

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