Skip to content

Neurotrope, Inc.: filings

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

Filing record ends 2020-11-09

The latest filing in this captured record is a 10-Q filed 2020-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-23. Neurotrope, 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-Q2020-11-09fiscal Q3 202026710001104659-20-123122
10-Q2020-08-10fiscal Q2 202025680001104659-20-092817
10-Q2020-06-12fiscal Q1 202025550001104659-20-072970
10-K2020-03-13fiscal FY 201923470001104659-20-033198
10-Q2019-11-12fiscal Q3 201923630001104659-19-062005
10-Q2019-08-08fiscal Q2 201924650001144204-19-038612
10-Q2019-05-09fiscal Q1 201924510001144204-19-024943
10-K2019-03-08fiscal FY 201823470001144204-19-013080
10-Q2018-10-30fiscal Q3 201822580001144204-18-056193
10-Q2018-08-10fiscal Q2 201822580001144204-18-043646
10-Q2018-05-14fiscal Q1 201822460001144204-18-028260
10-K2018-03-06fiscal FY 201724490001144204-18-013105
10-Q2017-11-03fiscal Q3 201723620001144204-17-056292
10-Q2017-08-08fiscal Q2 201721580001144204-17-041275
10-Q2017-05-12fiscal Q1 201721440001144204-17-026951
10-K2017-03-10fiscal FY 201625510001144204-17-014012
10-Q2016-11-14fiscal Q3 201624630001144204-16-134253
10-Q2016-08-15fiscal Q2 201624630001144204-16-119536
10-Q2016-05-13fiscal Q1 201624490001144204-16-101708
10-K2016-03-07fiscal FY 201524490001144204-16-086383
10-Q2015-11-13fiscal Q3 201524630001144204-15-065351
10-Q2015-08-14fiscal Q2 201524630001144204-15-049946
10-Q2015-05-14fiscal Q1 201524490001144204-15-030689
10-K2015-03-26fiscal FY 201424490001144204-15-018676
10-Q2014-11-13fiscal Q3 201420510001144204-14-067790
10-Q2014-08-14fiscal Q2 201415410001144204-14-049842
10-Q2014-05-15fiscal Q1 201412360001144204-14-031357
10-K2014-04-15fiscal FY 201313320001144204-14-022774
10-Q2013-11-14fiscal Q3 201315360001144204-13-061987
10-Q2013-09-23fiscal Q2 201317670001144204-13-052007
10-Q2013-06-11fiscal Q1 201317400001161697-13-000384
10-K2013-03-21fiscal FY 201217420001161697-13-000216
10-Q2012-12-06fiscal Q3 201215410001161697-12-000901
10-Q/A2012-10-12fiscal Q2 201214440001161697-12-000770
10-Q2012-06-06fiscal Q1 201215370001161697-12-000459
10-K2012-04-26fiscal FY 201114400001161697-12-000295
10-Q2011-11-23fiscal Q3 201114320001161697-11-001047
10-Q2011-09-09fiscal Q2 201114320001161697-11-000832

Inspect the source

Entity
Neurotrope, Inc. / CIK 0001513856
Captured
SEC response SHA-256
e4116c454a6138c552b06ddd21a2c438e4d1f732828bc688d955a77a63d41b6b

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