Skip to content

Marin Software Incorporated: filings

Every Marin Software Incorporated 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-Q2024-11-12fiscal Q3 2024471290000950170-24-125387
10-Q2024-08-01fiscal Q2 2024471290000950170-24-089330
10-Q2024-05-02fiscal Q1 202447940000950170-24-052191
10-K/A2024-03-06fiscal FY 2023521030000950170-24-027322
10-K2024-02-23fiscal FY 2023521030000950170-24-019131
10-Q2023-11-13fiscal Q3 2023481310000950170-23-062944
10-Q2023-08-08fiscal Q2 2023481320000950170-23-039964
10-Q2023-05-04fiscal Q1 2023491000000950170-23-017937
10-K2023-02-23fiscal FY 2022531070000950170-23-004149
10-Q2022-11-03fiscal Q3 2022501350000950170-22-021952
10-Q2022-08-04fiscal Q2 2022501350000950170-22-014848
10-Q2022-05-05fiscal Q1 202246930000950170-22-007892
10-K2022-02-24fiscal FY 2021521030000950170-22-001990
10-Q2021-11-04fiscal Q3 2021481230000950170-21-003102
10-Q2021-08-02fiscal Q2 2021481230001564590-21-039804
10-Q2021-05-06fiscal Q1 202148970001564590-21-025024
10-K2021-02-26fiscal FY 2020541060001564590-21-009094
10-Q2020-11-06fiscal Q3 2020501270001564590-20-051552
10-Q2020-08-11fiscal Q2 2020501270001564590-20-039082
10-Q2020-05-12fiscal Q1 202048950001564590-20-024728
10-K2020-03-23fiscal FY 2019531070001564590-20-012228
10-Q/A2019-11-13fiscal Q3 2019491310001564590-19-043028
10-Q2019-11-07fiscal Q3 2019491310001564590-19-041848
10-Q2019-08-08fiscal Q2 2019481290001140361-19-014606
10-Q2019-05-10fiscal Q1 201946940001437749-19-009487
10-K2019-03-14fiscal FY 2018471250001437749-19-004926
10-Q2018-11-13fiscal Q3 2018431170001437749-18-020614
10-Q2018-08-09fiscal Q2 2018431140001437749-18-015132
10-Q2018-05-11fiscal Q1 201841850001564590-18-013104
10-K2018-03-01fiscal FY 2017431130001564590-18-003932
10-Q2017-11-13fiscal Q3 2017381040001564590-17-023355
10-Q2017-08-10fiscal Q2 2017381040001564590-17-017270
10-Q2017-05-09fiscal Q1 201738760001564590-17-009955
10-K2017-03-01fiscal FY 2016441130001564590-17-002964
10-Q2016-11-09fiscal Q3 2016391070001564590-16-028680
10-Q2016-08-05fiscal Q2 2016391070001564590-16-022942
10-Q2016-05-05fiscal Q1 201639790001564590-16-018026
10-K2016-02-23fiscal FY 2015441140001564590-16-013011
10-Q2015-11-05fiscal Q3 2015391070001564590-15-009461
10-Q2015-08-06fiscal Q2 2015391070001564590-15-006319
10-Q2015-05-08fiscal Q1 201538770001564590-15-003640
10-K2015-02-20fiscal FY 2014451160001193125-15-056585
10-Q2014-11-07fiscal Q3 2014391010001193125-14-401673
10-Q2014-08-07fiscal Q2 2014421060001193125-14-298965
10-Q2014-05-08fiscal Q1 201438770001193125-14-190368
10-K2014-02-28fiscal FY 2013431120001193125-14-077747
10-Q2013-11-07fiscal Q3 201338990001193125-13-430606
10-Q2013-08-08fiscal Q2 201338990001193125-13-324901
10-Q2013-05-09fiscal Q1 201338780001193125-13-208271

Inspect the source

Entity
Marin Software Incorporated / CIK 0001389002
Captured
2026-09-21T17:19:36.350Z
SEC response SHA-256
5fcdcef72f8081cba614a5a47db9555e9adbc1b04c4b120fc4bce305f79c9600

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