Skip to content

ARDELYX, INC.: filings

Every ARDELYX, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-06fiscal Q2 2026461300001437402-26-000044
10-Q2026-04-30fiscal Q1 202646980001437402-26-000022
10-K2026-02-19fiscal FY 2025531410001437402-26-000013
10-Q2025-10-30fiscal Q3 2025461300001437402-25-000018
10-Q2025-08-04fiscal Q2 2025461280001628280-25-037464
10-Q2025-05-01fiscal Q1 202546960001628280-25-021516
10-K2025-02-20fiscal FY 2024531400001628280-25-006653
10-Q2024-10-31fiscal Q3 2024471290001628280-24-044551
10-Q2024-08-01fiscal Q2 2024471290001628280-24-034121
10-Q2024-05-02fiscal Q1 202447970001628280-24-019990
10-K2024-02-22fiscal FY 2023531390001628280-24-006393
10-Q2023-10-31fiscal Q3 2023481310001628280-23-035597
10-Q2023-08-02fiscal Q2 2023481310001628280-23-026569
10-Q2023-05-03fiscal Q1 202348990001628280-23-015212
10-K2023-03-02fiscal FY 2022541410001628280-23-006041
10-Q2022-11-03fiscal Q3 2022481320001628280-22-028180
10-Q2022-08-04fiscal Q2 2022471310001628280-22-021047
10-Q2022-05-05fiscal Q1 202247970001628280-22-012630
10-K2022-02-28fiscal FY 2021511340001628280-22-004226
10-Q2021-11-12fiscal Q3 2021461280001628280-21-022978
10-Q2021-08-13fiscal Q2 2021441240001628280-21-016912
10-Q2021-05-06fiscal Q1 202146940001628280-21-009180
10-K2021-03-08fiscal FY 2020441300001558370-21-002500
10-Q2020-11-05fiscal Q3 202037990001558370-20-012720
10-Q2020-08-06fiscal Q2 202037960001558370-20-009636
10-Q2020-05-07fiscal Q1 202037730001558370-20-005688
10-K2020-03-06fiscal FY 2019471440001558370-20-002138
10-Q2019-11-06fiscal Q3 2019391050001558370-19-010174
10-Q2019-08-09fiscal Q2 2019391020001558370-19-007809
10-Q2019-05-07fiscal Q1 201938720001558370-19-004249
10-K2019-03-06fiscal FY 2018461410001558370-19-001583
10-Q2018-11-07fiscal Q3 201837910001558370-18-008786
10-Q2018-08-07fiscal Q2 201836890001558370-18-006606
10-Q2018-05-08fiscal Q1 201834680001558370-18-004307
10-K2018-03-14fiscal FY 2017431260001558370-18-002056
10-Q2017-11-07fiscal Q3 201728750001193125-17-334997
10-Q2017-08-09fiscal Q2 201728750001193125-17-252121
10-Q2017-05-05fiscal Q1 201728580001193125-17-159933
10-K2017-02-17fiscal FY 2016371110001193125-17-047972
10-Q2016-11-07fiscal Q3 201632790001193125-16-761639
10-Q2016-08-08fiscal Q2 201634930001193125-16-675135
10-Q2016-05-09fiscal Q1 201629580001193125-16-583829
10-K2016-03-04fiscal FY 2015351200001193125-16-493375
10-Q2015-11-12fiscal Q3 201534930001193125-15-375641
10-Q2015-08-12fiscal Q2 2015351010001193125-15-288082
10-Q2015-05-12fiscal Q1 201532650001193125-15-183935
10-K2015-03-05fiscal FY 2014351090001564590-15-001336
10-Q2014-11-07fiscal Q3 201433870001564590-14-005236
10-Q2014-08-08fiscal Q2 201433900001564590-14-003365

Inspect the source

Entity
ARDELYX, INC. / CIK 0001437402
Captured
2026-09-20T09:03:24.443Z
SEC response SHA-256
9812c3c67c5dfe37889222650598d838e2d0f59e0b0eed1eafa8faa938ade4ec

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