Skip to content

PREMIER BIOMEDICAL INC: filings

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

Filing record ends 2020-05-15

The latest filing in this captured record is a 10-K filed 2020-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. PREMIER BIOMEDICAL 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-K2020-05-15fiscal FY 201931630001654954-20-005676
10-Q2019-11-14fiscal Q3 2019351070001654954-19-013012
10-Q2019-08-14fiscal Q2 201935980001654954-19-009595
10-Q2019-05-15fiscal Q1 201936740001654954-19-006095
10-K2019-04-15fiscal FY 201831630001654954-19-004408
10-Q2018-11-26fiscal Q3 201834960001654954-18-013196
10-Q2018-08-20fiscal Q2 201833920001654954-18-009423
10-Q2018-05-23fiscal Q1 201831560001477932-18-002704
10-K2018-04-12fiscal FY 201729540001477932-18-001754
10-Q2017-11-21fiscal Q3 201727450001477932-17-005748
10-Q2017-08-21fiscal Q2 201721360001477932-17-004124
10-Q2017-05-23fiscal Q1 201722430001477932-17-002513
10-K2017-05-09fiscal FY 201623460001477932-17-002100
10-Q2016-11-14fiscal Q3 201623580001477932-16-013464
10-Q2016-08-17fiscal Q2 201622570001477932-16-012055
10-Q2016-05-16fiscal Q1 201622430001477932-16-010332
10-K2016-03-30fiscal FY 201523460001477932-16-009264
10-Q2015-11-24fiscal Q3 201522560001477932-15-007356
10-Q2015-08-14fiscal Q2 201523580001477932-15-005237
10-Q2015-05-15fiscal Q1 201522440001477932-15-003162
10-K2015-03-31fiscal FY 201422450001477932-15-002010
10-Q2014-11-18fiscal Q3 201423770001477932-14-006376
10-Q2014-08-14fiscal Q2 201423760001477932-14-004411
10-Q2014-05-14fiscal Q1 201423640001477932-14-002516
10-K2014-03-31fiscal FY 201324640001477932-14-001395
10-Q2013-11-12fiscal Q3 201323760001477932-13-005297
10-Q2013-08-12fiscal Q2 201323740001477932-13-003552
10-Q2013-05-15fiscal Q1 201324600001477932-13-002458
10-K2013-04-01fiscal FY 201225640001477932-13-001458
10-Q2012-11-19fiscal Q3 201224760001477932-12-004501
10-Q2012-08-16fiscal Q2 201221730001477932-12-003174
10-Q2012-05-16fiscal Q1 201219490001477932-12-001656

Inspect the source

Entity
PREMIER BIOMEDICAL INC / CIK 0001515740
Captured
SEC response SHA-256
45da45366bbc272d562b9d509d686e37f5bc6c1ad07c4e9befadf38713a343d8

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