Skip to content

EVERTEC, Inc.: filings

Every EVERTEC, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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 2026491390001559865-26-000047
10-Q2026-05-07fiscal Q1 2026501050001559865-26-000030
10-K2026-03-02fiscal FY 2025541410001559865-26-000012
10-Q2025-11-07fiscal Q3 2025511510001559865-25-000054
10-Q2025-07-31fiscal Q2 2025511490001559865-25-000032
10-Q2025-05-08fiscal Q1 2025511070001559865-25-000023
10-K2025-03-03fiscal FY 2024521360001559865-25-000007
10-Q2024-11-08fiscal Q3 2024511510001559865-24-000052
10-Q2024-08-01fiscal Q2 2024531530001559865-24-000044
10-Q2024-05-02fiscal Q1 2024531110001559865-24-000027
10-K2024-02-29fiscal FY 2023541400001559865-24-000008
10-Q2023-10-27fiscal Q3 2023531590001559865-23-000043
10-Q2023-08-01fiscal Q2 2023531550001559865-23-000037
10-Q2023-04-28fiscal Q1 2023531110001559865-23-000024
10-K2023-02-24fiscal FY 2022541400001559865-23-000007
10-Q2022-11-04fiscal Q3 2022531570001559865-22-000044
10-Q2022-08-05fiscal Q2 2022531530001559865-22-000030
10-Q2022-04-29fiscal Q1 2022541130001559865-22-000019
10-K2022-02-25fiscal FY 2021541400001559865-22-000007
10-Q2021-10-28fiscal Q3 2021541610001559865-21-000054
10-Q2021-08-04fiscal Q2 2021541570001559865-21-000046
10-Q2021-04-30fiscal Q1 2021541130001559865-21-000026
10-K2021-03-01fiscal FY 2020541400001559865-21-000009
10-Q2020-10-30fiscal Q3 2020541610001559865-20-000035
10-Q2020-08-05fiscal Q2 2020531530001559865-20-000029
10-Q2020-05-11fiscal Q1 2020531110001628280-20-007260
10-K2020-02-27fiscal FY 2019541390001559865-20-000006
10-Q2019-10-31fiscal Q3 2019561640001559865-19-000082
10-Q2019-08-02fiscal Q2 2019561590001559865-19-000071
10-Q2019-05-03fiscal Q1 2019561150001559865-19-000052
10-K2019-02-26fiscal FY 2018531400001559865-19-000018
10-Q2018-10-31fiscal Q3 2018541530001559865-18-000080
10-Q2018-08-02fiscal Q2 2018541520001559865-18-000059
10-Q2018-05-03fiscal Q1 2018531080001559865-18-000033
10-K2018-02-28fiscal FY 2017501310001559865-18-000005
10-Q2017-11-09fiscal Q3 2017511460001559865-17-000077
10-Q2017-08-03fiscal Q2 2017491420001559865-17-000059
10-Q2017-05-05fiscal Q1 2017491000001559865-17-000029
10-K2017-02-24fiscal FY 2016471210001193125-17-056193
10-Q2016-11-03fiscal Q3 2016461350001193125-16-758906
10-Q2016-08-02fiscal Q2 2016461350001193125-16-668481
10-Q2016-05-26fiscal Q1 201647960001193125-16-604251
10-K2016-05-26fiscal FY 2015451190001193125-16-604225
10-Q2015-11-06fiscal Q3 2015451300001193125-15-370092
10-Q2015-08-07fiscal Q2 2015451300001193125-15-281666
10-Q2015-05-11fiscal Q1 201543870001193125-15-180535
10-K2015-03-02fiscal FY 2014431140001193125-15-073450
10-Q2014-11-06fiscal Q3 2014431260001193125-14-400904
10-Q2014-08-07fiscal Q2 2014431260001193125-14-298575
10-Q2014-05-08fiscal Q1 201442860001193125-14-190062
10-K2014-03-17fiscal FY 2013431130001193125-14-102676
10-Q2013-11-07fiscal Q3 2013411200001193125-13-433039
10-Q2013-08-14fiscal Q2 2013401160001193125-13-334146
10-Q2013-05-15fiscal Q1 201340810001193125-13-221958

Inspect the source

Entity
EVERTEC, Inc. / CIK 0001559865
Captured
2026-09-20T09:19:35.847Z
SEC response SHA-256
4550787b103208449360aa947cfa80ed3aa3c012d9cf3e801188c83491fa8ffb

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