Skip to content

PERNIX THERAPEUTICS HOLDINGS, INC.: filings

Every PERNIX THERAPEUTICS HOLDINGS, 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-13

The latest filing in this captured record is a 10-Q filed 2018-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. PERNIX THERAPEUTICS HOLDINGS, 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-13fiscal Q3 2018451220001136261-18-000308
10-Q2018-08-09fiscal Q2 2018431160001136261-18-000211
10-Q2018-05-10fiscal Q1 201843900001136261-18-000133
10-K2018-03-08fiscal FY 2017491390001136261-18-000075
10-Q2017-11-07fiscal Q3 2017451210001136261-17-000266
10-Q2017-07-27fiscal Q2 2017451190001136261-17-000148
10-Q2017-05-15fiscal Q1 201744890001136261-17-000099
10-K2017-03-28fiscal FY 2016491390001136261-17-000069
10-Q2016-11-10fiscal Q3 2016441150001136261-16-000677
10-Q2016-08-11fiscal Q2 2016441170001136261-16-000597
10-Q2016-05-05fiscal Q1 201643870001136261-16-000459
10-K2016-03-10fiscal FY 2015481650001136261-16-000419
10-Q2015-11-05fiscal Q3 2015421100001136261-15-000314
10-Q2015-08-06fiscal Q2 2015421100001136261-15-000246
10-Q2015-05-01fiscal Q1 201543860001354488-15-002049
10-K2015-03-02fiscal FY 2014501890001354488-15-000878
10-Q2014-11-10fiscal Q3 2014471250001354488-14-005553
10-Q2014-08-11fiscal Q2 2014471240001354488-14-004035
10-Q2014-05-12fiscal Q1 201447940001354488-14-002451
10-K2014-03-17fiscal FY 2013511870001354488-14-001218
10-Q2013-11-12fiscal Q3 2013461180001354488-13-006162
10-Q2013-08-09fiscal Q2 2013461200001354488-13-004318
10-Q2013-05-10fiscal Q1 201343870001354488-13-002566
10-K2013-03-18fiscal FY 201245910001354488-13-001300
10-Q2012-11-14fiscal Q3 2012441090001354488-12-005910
10-Q2012-08-14fiscal Q2 2012411040001354488-12-004241
10-Q2012-05-15fiscal Q1 201240810001354488-12-002587
10-K2012-03-29fiscal FY 201141840001354488-12-001488
10-Q2011-11-14fiscal Q3 201138990001354488-11-004424
10-Q2011-08-15fiscal Q2 2011391040001354488-11-002846

Inspect the source

Entity
PERNIX THERAPEUTICS HOLDINGS, INC. / CIK 0001024126
Captured
SEC response SHA-256
ea5702e7f2493df62521df0dc3f64facdf3d1dfc364324cd092f94bae2615a7e

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