Skip to content

RUBICON TECHNOLOGY, INC.: filings

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

Filing record ends 2023-03-30

The latest filing in this captured record is a 10-K filed 2023-03-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. RUBICON TECHNOLOGY, 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-K2023-03-30fiscal FY 202236710001213900-23-024745
10-Q2022-11-10fiscal Q3 2022371020001213900-22-071177
10-Q2022-08-12fiscal Q2 202236980001213900-22-046991
10-Q2022-05-12fiscal Q1 202237750001213900-22-025972
10-K2022-03-28fiscal FY 202137720001213900-22-015233
10-Q2021-11-15fiscal Q3 2021381030001213900-21-059412
10-Q2021-08-13fiscal Q2 202136910001213900-21-042173
10-Q2021-05-17fiscal Q1 202137750001213900-21-027094
10-K2021-03-23fiscal FY 202040810001213900-21-017083
10-Q2020-11-13fiscal Q3 2020391100001213900-20-036922
10-Q2020-08-14fiscal Q2 2020391100001213900-20-022073
10-Q2020-05-14fiscal Q1 202038800001213900-20-012279
10-K2020-03-23fiscal FY 201941830001213900-20-007034
10-Q2019-11-14fiscal Q3 2019401110001213900-19-023253
10-Q2019-08-14fiscal Q2 2019401100001213900-19-015796
10-Q2019-05-14fiscal Q1 201938780001213900-19-008493
10-K2019-03-22fiscal FY 201841820001213900-19-004650
10-Q2018-11-13fiscal Q3 2018361000001213900-18-015494
10-Q2018-08-09fiscal Q2 201835960001213900-18-010614
10-Q2018-05-14fiscal Q1 201833680001213900-18-006042
10-K2018-03-20fiscal FY 201741790001213900-18-003197
10-Q2017-11-13fiscal Q3 201733850001213900-17-011865
10-Q2017-08-10fiscal Q2 201734890001213900-17-008443
10-Q2017-05-12fiscal Q1 201734670001213900-17-004990
10-K2017-03-16fiscal FY 2016381100001193125-17-085369
10-Q2016-11-09fiscal Q3 201635960001193125-16-764417
10-Q2016-08-09fiscal Q2 201635960001193125-16-676829
10-Q2016-05-10fiscal Q1 201635720001193125-16-585675
10-K2016-03-14fiscal FY 2015381330001193125-16-502855
10-Q2015-11-09fiscal Q3 2015371010001193125-15-372086
10-Q2015-08-07fiscal Q2 201537990001193125-15-282451
10-Q2015-05-08fiscal Q1 201535700001193125-15-178605
10-K2015-03-13fiscal FY 2014381230001193125-15-090644
10-Q2014-11-07fiscal Q3 201437990001193125-14-402701
10-Q2014-08-08fiscal Q2 201437980001193125-14-302311
10-Q2014-05-08fiscal Q1 201436720001193125-14-189489
10-K2014-03-13fiscal FY 2013431580001193125-14-097229
10-Q2013-11-08fiscal Q3 2013401060001193125-13-434290
10-Q2013-08-08fiscal Q2 2013391020001193125-13-326267
10-Q2013-05-09fiscal Q1 201338770001193125-13-210346
10-K2013-03-14fiscal FY 2012441670001193125-13-106618
10-Q2012-11-08fiscal Q3 2012411070001193125-12-459380
10-Q2012-08-08fiscal Q2 2012401060001193125-12-342942
10-Q2012-05-09fiscal Q1 201237750001193125-12-221235
10-K2012-03-15fiscal FY 201140990001193125-12-116342
10-Q2011-11-09fiscal Q3 201138950001193125-11-303562
10-Q2011-08-08fiscal Q2 201136930001193125-11-213603

Inspect the source

Entity
RUBICON TECHNOLOGY, INC. / CIK 0001410172
Captured
SEC response SHA-256
c657348759e9e6a2f3076867393dae64a585c9732a35a10ed67ce1118a9de899

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