Skip to content

ARQULE INC: filings

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

Filing record ends 2019-10-30

The latest filing in this captured record is a 10-Q filed 2019-10-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. ARQULE 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-Q2019-10-30fiscal Q3 201926750001104659-19-057569
10-Q2019-08-07fiscal Q2 201931880001144204-19-038114
10-Q2019-05-01fiscal Q1 201926530001144204-19-022746
10-K2019-03-07fiscal FY 201835970001144204-19-012700
10-Q2018-10-31fiscal Q3 201825620001144204-18-056361
10-Q2018-08-01fiscal Q2 201829790001144204-18-041264
10-Q2018-05-07fiscal Q1 201823460001144204-18-025554
10-K2018-03-05fiscal FY 201729780001144204-18-012722
10-Q2017-11-09fiscal Q3 201722550001144204-17-057576
10-Q2017-08-04fiscal Q2 201722550001571049-17-007240
10-Q2017-05-03fiscal Q1 201721430001571049-17-004369
10-K2017-03-09fiscal FY 201624670001571049-17-002172
10-Q2016-11-07fiscal Q3 201622550001571049-16-019556
10-Q2016-08-03fiscal Q2 201622550001571049-16-017032
10-Q2016-05-04fiscal Q1 201622430001571049-16-014767
10-K2016-02-29fiscal FY 201525690001571049-16-012340
10-Q2015-11-04fiscal Q3 201523590001571049-15-008783
10-Q2015-08-05fiscal Q2 201523590001571049-15-006224
10-Q2015-05-06fiscal Q1 201523460001571049-15-003655
10-K2015-03-04fiscal FY 201426710001571049-15-001617
10-Q2014-11-10fiscal Q3 201422600001571049-14-006042
10-Q2014-08-05fiscal Q2 201422600001571049-14-003639
10-Q2014-05-07fiscal Q1 201422460001571049-14-001534
10-K2014-03-05fiscal FY 201326730001571049-14-000690
10-Q2013-11-07fiscal Q3 201324620001188112-13-003248
10-Q2013-07-30fiscal Q2 201324630001188112-13-002128
10-Q2013-05-08fiscal Q1 201323470001188112-13-001390
10-K2013-03-14fiscal FY 201230840001188112-13-000660
10-Q2012-11-01fiscal Q3 201224640001188112-12-003206
10-Q2012-08-02fiscal Q2 201224640001188112-12-002359
10-Q2012-05-03fiscal Q1 201223470001188112-12-001356
10-K2012-03-01fiscal FY 201125640001188112-12-000554
10-Q2011-11-04fiscal Q3 201126670001188112-11-003084
10-Q2011-08-04fiscal Q2 201127700001188112-11-002110

Inspect the source

Entity
ARQULE INC / CIK 0001019695
Captured
SEC response SHA-256
d4c94da6013738aaae4affb3cd1a40c59d862d2d292993fb96f72bf381060e3d

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