Skip to content

JUNIPER PHARMACEUTICALS INC: filings

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

Filing record ends 2018-08-09

The latest filing in this captured record is a 10-Q filed 2018-08-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. JUNIPER PHARMACEUTICALS 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-08-09fiscal Q2 2018501370001564590-18-020775
10-Q2018-05-10fiscal Q1 201845910001564590-18-012960
10-K2018-03-09fiscal FY 2017491740001564590-18-005087
10-Q2017-11-02fiscal Q3 2017461330001564590-17-021282
10-Q2017-08-03fiscal Q2 2017461330001564590-17-015392
10-Q2017-05-04fiscal Q1 201746930001564590-17-008563
10-K2017-03-07fiscal FY 2016491740001564590-17-003520
10-Q2016-11-14fiscal Q3 2016441280001193125-16-767888
10-Q/A2016-11-14fiscal Q2 2016441280001193125-16-767885
10-Q2016-11-14fiscal Q1 201644900001193125-16-767874
10-K/A2016-11-14fiscal FY 2015501700001193125-16-767847
10-Q2016-08-04fiscal Q2 2016441280001193125-16-671006
10-Q2016-05-04fiscal Q1 201644900001193125-16-577552
10-K2016-03-10fiscal FY 2015501750001193125-16-500029
10-Q2015-11-12fiscal Q3 2015451290001193125-15-375890
10-Q2015-08-04fiscal Q2 2015461310001193125-15-275646
10-Q2015-05-06fiscal Q1 201545900001193125-15-173505
10-K2015-03-18fiscal FY 2014492130001193125-15-096081
10-Q2014-10-31fiscal Q3 2014461280001193125-14-391167
10-Q2014-08-01fiscal Q2 2014441250001193125-14-291038
10-Q2014-05-02fiscal Q1 201447950001193125-14-179907
10-K2014-03-05fiscal FY 2013511830001193125-14-084454
10-Q/A2014-03-03fiscal Q3 2013401110001193125-14-080518
10-Q2013-11-07fiscal Q3 2013401110001193125-13-430479
10-Q2013-08-07fiscal Q2 2013391080001193125-13-322010
10-Q2013-05-09fiscal Q1 201339810000821995-13-000026
10-K2013-03-14fiscal FY 2012481790000821995-13-000014
10-Q2012-11-08fiscal Q3 2012411190000821995-12-000057
10-Q2012-08-08fiscal Q2 2012411190000821995-12-000046
10-Q2012-05-04fiscal Q1 201240820000821995-12-000033
10-K2012-03-12fiscal FY 2011461240000821995-12-000022
10-Q2011-11-03fiscal Q3 2011431240000821995-11-000068
10-Q2011-08-04fiscal Q2 2011421220000821995-11-000057

Inspect the source

Entity
JUNIPER PHARMACEUTICALS INC / CIK 0000821995
Captured
SEC response SHA-256
a3edd41c17929d04dd1a474f6ef2c35d05b3649e973c4fa27e448166db6cfbcf

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