Skip to content

RICEBRAN TECHNOLOGIES: filings

Every RICEBRAN TECHNOLOGIES annual and quarterly report in the SEC record with the published financial measures it tagged, 52 filings, each linked to its SEC index.

Filing record ends 2024-05-13

The latest filing in this captured record is a 10-Q filed 2024-05-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. RICEBRAN TECHNOLOGIES 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-Q2024-05-13fiscal Q1 202441830001437749-24-016302
10-K2024-04-01fiscal FY 202341820001437749-24-010135
10-Q2023-12-20fiscal Q3 2023401150001437749-23-034947
10-Q2023-08-21fiscal Q2 2023431190001437749-23-024297
10-Q2023-05-11fiscal Q1 202343870001437749-23-013957
10-K2023-03-16fiscal FY 202244880001437749-23-006914
10-Q2022-11-03fiscal Q3 2022421190001437749-22-025781
10-Q2022-08-11fiscal Q2 2022421150001437749-22-020146
10-Q2022-04-28fiscal Q1 202243870001437749-22-010103
10-K2022-03-17fiscal FY 202145900001437749-22-006591
10-Q2021-10-27fiscal Q3 2021441250001437749-21-024396
10-Q2021-08-03fiscal Q2 2021441210001437749-21-018361
10-Q2021-04-28fiscal Q1 202144870001437749-21-010068
10-K2021-02-25fiscal FY 202049960001437749-21-004127
10-Q2020-11-05fiscal Q3 2020461350001140361-20-024695
10-Q2020-08-12fiscal Q2 2020481350001140361-20-018241
10-Q2020-05-05fiscal Q1 202045950001140361-20-010725
10-K2020-03-24fiscal FY 201947960001140361-20-006720
10-Q2019-11-07fiscal Q3 2019461350001140361-19-020039
10-Q2019-08-13fiscal Q2 2019461310001140361-19-014946
10-Q2019-05-09fiscal Q1 201942880001140361-19-008853
10-K2019-04-02fiscal FY 201848980001140361-19-006270
10-Q2018-11-06fiscal Q3 2018441240001140361-18-042554
10-Q2018-08-02fiscal Q2 2018431220001140361-18-035147
10-Q2018-05-08fiscal Q1 201839820001140361-18-022265
10-K2018-03-16fiscal FY 201746960001140361-18-013699
10-Q2017-11-09fiscal Q3 2017431230001140361-17-041856
10-Q2017-08-14fiscal Q2 2017401140001140361-17-031484
10-Q2017-05-12fiscal Q1 201738790001140361-17-020066
10-K2017-03-23fiscal FY 201646960001140361-17-013050
10-Q2016-11-10fiscal Q3 2016411170001140361-16-085831
10-Q2016-08-11fiscal Q2 2016411160001140361-16-075900
10-Q2016-05-16fiscal Q1 201641840001140361-16-065804
10-K2016-03-30fiscal FY 201545930001140361-16-059519
10-Q2015-11-12fiscal Q3 2015441280001140361-15-040830
10-Q2015-08-13fiscal Q2 2015441280001140361-15-031666
10-Q2015-05-13fiscal Q1 201544920001140361-15-019378
10-K2015-03-31fiscal FY 201445930001140361-15-013726
10-Q2014-11-14fiscal Q3 2014471340001140361-14-042185
10-Q2014-08-12fiscal Q2 2014471360001140361-14-031938
10-Q2014-05-15fiscal Q1 201448980001140361-14-021578
10-K2014-03-31fiscal FY 201349990001140361-14-014774
10-Q2013-11-12fiscal Q3 2013471300001140361-13-041525
10-Q2013-08-14fiscal Q2 2013471300001140361-13-032709
10-Q2013-05-14fiscal Q1 201347960001140361-13-020664
10-K2013-04-01fiscal FY 2012491000001140361-13-014766
10-Q2012-11-14fiscal Q3 2012451260001140361-12-047275
10-Q2012-08-14fiscal Q2 2012451260001140361-12-036976
10-Q2012-05-15fiscal Q1 201239800001140361-12-025494
10-K2012-03-30fiscal FY 201142860001140361-12-018362
10-Q2011-11-14fiscal Q3 2011431180001140361-11-053499
10-Q2011-08-15fiscal Q2 2011431180001140361-11-041977

Inspect the source

Entity
RICEBRAN TECHNOLOGIES / CIK 0001063537
Captured
SEC response SHA-256
ab19020665291f430c6aaf5f63cf7d7e64ee867eb557f0bd4a514f437844b31e

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