File size: 4,983 Bytes
2cf1ce6
 
2bef7ad
 
 
 
 
 
 
 
 
 
 
 
2cf1ce6
2bef7ad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
license: cc-by-4.0
pretty_name: Finance Engineer Job Postings (2026 Corpus)
language:
- en
size_categories:
- n<1K
tags:
- finance
- jobs
- labor-market
- fpa
- ai-agents
- job-postings
---

# Finance Engineer Job Postings (2026 Corpus)

Every job posting we could verify, in July 2026, for an engineering role sitting inside a company's own finance function. 37 requisitions across 26 employers, coded by hand from full text, with the sampling frame, the adjudication rules and the exclusion counts published alongside.

The role has no research literature. No occupational code, no salary survey, no professional body benchmark. Claims about it circulate as round numbers with no method attached. This dataset exists so the claims can be checked.

## What is in it

`finance-engineer-postings.csv`, 37 rows, one per requisition.

| Column | Meaning |
|---|---|
| `employer` | Company name as published on its own job board |
| `ats` | `greenhouse` or `ashby`, the applicant tracking system the posting came from |
| `department` | The department **the employer itself assigns** to the posting, verbatim |
| `title` | Job title as posted |
| `location` | Location as posted |
| `published_date` | First publication date reported by the ATS |
| `days_open_at_freeze` | Days between publication and the 2026-07-27 freeze |
| `min_years_experience` | Minimum years required, when the posting states a number |
| `tools_named` | Named tools, pipe separated (e.g. `Python\|SQL\|dbt\|Snowflake`) |
| `mentions_ai_agents` | Set when the posting references agents or LLMs |
| `mentions_mcp` | Set when the posting names the Model Context Protocol |
| `pay_band_usd` | Pay band **exactly as posted**, unparsed, currency and equity notes included |
| `reporting_line` | Reporting line when the posting spells one out |
| `posting_url` | Live posting URL at time of collection |
| `archived_url` | Internet Archive snapshot, where the archiver was not blocked |
| `collapsed_locations` | How many location variants of the same requisition were merged into this row |

Blank means the posting did not state it, never that the value is zero.

## How it was built

1. A frozen convenience frame of **1,061 candidate employer board tokens** was probed against the public Greenhouse and Ashby board APIs.
2. **421 boards** answered, carrying **27,278 open postings**.
3. **987** of those sat in a finance-side department.
4. Postings were matched on the **employer-declared department**, not on the title. Title search does not work here: all 37 titles are distinct as posted, and 16 contain no finance word at all.
5. Raw matches were adjudicated by hand against four written exclusion rules, then multi-location duplicates were collapsed. 97 raw matches, 58 excluded, 39 postings, 37 requisitions.
6. Survivors were coded from full text and snapshotted.

Full method, adjudication rules R1 to R4 with their exclusion counts, and the analysis: **https://app.layerz.cc/resources/finance-engineer-statistics**

## Limitations, stated plainly

- **The frame is a convenience sample**, skewed toward US technology employers that publish on Greenhouse or Ashby. It is not a census and it does not support national estimates.
- **Only two ATS platforms.** Workday, Lever, SmartRecruiters and in-house boards are absent.
- **Live postings only.** A corpus of currently-open roles is recency-biased by construction, so the age distribution says less about the role's novelty than it appears to.
- **The R1 boundary is the weak point.** At fintechs, "builds financial products for customers" and "builds the finance function's systems" overlap. Several employers produced matches excluded on that basis. The rule is written down so you can disagree and put them back.
- `pay_band_usd` is **raw text**, not normalised. Parse it yourself; a naive regex on decimal bands gets it wrong.

## Reproducing or extending it

The scripts, the frozen frame and a runbook covering the pitfalls are published with the method. The corpus is refreshed quarterly against the same frozen frame, so counts stay comparable across runs. Next run around October 2026.

If you extend the frame, report the extension separately rather than merging it, otherwise a rise in the count comes from the frame rather than from the market.

## Citation

Corpus frozen 2026-07-27. CC BY 4.0, reuse with attribution.

> Layerz (2026). *The Finance Engineer Role: Job Posting Statistics*. https://app.layerz.cc/resources/finance-engineer-statistics

## Related

- [`layerz/finance-ai-statistics`](https://huggingface.co/datasets/layerz/finance-ai-statistics): source-backed statistics on AI adoption in finance, model risk and spreadsheet reliability
- [The finance engineer job description, read closely](https://app.layerz.cc/blog/finance-engineer-job-description)
- [`FINANCE.md`](https://github.com/layerzlabs/finance-md): open standard for encoding financial conventions for AI agents

Compiled by [Layerz](https://app.layerz.cc).