Skip to content

Fluent, Inc.: filings

Every Fluent, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

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-Q2026-08-13fiscal Q2 2026441240001437749-26-027702
10-Q2026-05-13fiscal Q1 202644920001437749-26-016747
10-K2026-03-31fiscal FY 2025521070001437749-26-010679
10-Q2025-11-14fiscal Q3 2025441230001437749-25-035012
10-Q2025-08-19fiscal Q2 2025441230001437749-25-027383
10-Q2025-05-16fiscal Q1 202543910001437749-25-017449
10-K2025-03-31fiscal FY 2024511040001437749-25-010194
10-Q2024-11-15fiscal Q3 2024431190001437749-24-035493
10-Q2024-08-19fiscal Q2 2024431190001437749-24-027236
10-Q2024-05-15fiscal Q1 202442870001437749-24-017112
10-K2024-04-02fiscal FY 2023511030001437749-24-010639
10-Q2023-11-15fiscal Q3 2023431180001437749-23-032186
10-Q2023-08-21fiscal Q2 2023441200001437749-23-024321
10-Q2023-05-15fiscal Q1 202344890001437749-23-014636
10-K2023-03-15fiscal FY 2022511030001437749-23-006714
10-Q2022-11-07fiscal Q3 2022441200001437749-22-026192
10-Q2022-08-09fiscal Q2 2022451220001437749-22-019635
10-Q2022-05-10fiscal Q1 202243890001437749-22-011743
10-K2022-03-09fiscal FY 2021531070001437749-22-005701
10-Q2021-11-04fiscal Q3 2021461240001437749-21-025300
10-Q2021-08-09fiscal Q2 2021451220001437749-21-019161
10-Q2021-05-10fiscal Q1 202144900001437749-21-011536
10-K2021-03-16fiscal FY 2020531070001437749-21-006165
10-Q2020-10-30fiscal Q3 2020461260001437749-20-022048
10-Q2020-08-10fiscal Q2 2020451240001437749-20-017351
10-Q2020-05-11fiscal Q1 202045910001437749-20-010327
10-K2020-03-13fiscal FY 201949940001437749-20-005057
10-Q2019-11-12fiscal Q3 2019451110001437749-19-022506
10-Q2019-08-09fiscal Q2 2019471260001460329-19-000029
10-Q2019-05-10fiscal Q1 201944880001460329-19-000023
10-K2019-03-18fiscal FY 201848970001460329-19-000011
10-Q2018-11-08fiscal Q3 201836920001628280-18-013940
10-Q2018-08-08fiscal Q2 201835940001564590-18-020220
10-Q2018-05-09fiscal Q1 201830600001564590-18-012399
10-K2018-03-14fiscal FY 2017401160001564590-18-005647
10-Q2017-11-08fiscal Q3 201737960001564590-17-022822
10-Q2017-08-09fiscal Q2 201738980001564590-17-017024
10-Q2017-05-09fiscal Q1 201736720001564590-17-009935
10-K2017-03-14fiscal FY 2016421290001564590-17-004309
10-Q2016-11-03fiscal Q3 201635940001564590-16-027431
10-Q2016-08-08fiscal Q2 201635880001564590-16-023352
10-Q2016-05-05fiscal Q1 201635670001564590-16-017788
10-K2016-03-18fiscal FY 201538870001193125-16-510510
10-Q2015-11-16fiscal Q3 201537820001193125-15-378404
10-Q2015-08-14fiscal Q2 201539680001193125-15-290723
10-Q/A2015-05-27fiscal Q1 201537560001193125-15-202010
10-Q2015-05-20fiscal Q1 201537560001193125-15-195198
10-K2015-04-15fiscal FY 201433680001193125-15-131319
20-F2014-03-31fiscal FY 201341950001193125-14-123928
20-F/A2013-05-14fiscal FY 201236880001193125-13-218257
20-F/A2012-06-08fiscal FY 201135930001193125-12-264326

Inspect the source

Entity
Fluent, Inc. / CIK 0001460329
Captured
2026-09-20T09:06:14.656Z
SEC response SHA-256
0db6351d52cb816f8062182584e7c937a1133f13486cdb1c9318034cef304f8c

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