Reading the Fed when the wording is the signal
Central bank communication is the rare body of material where the exact words are the product. Which makes it the best possible case study in when you need a transcript — and, as it turns out, when you emphatically do not.
What this article is about
This is about handling a stream of published material — what exists, when it arrives, and how to compare one release against the last. It is not investment advice and carries no view on monetary policy or any market. We make transcription tools, so the honest thing we can write about is the mechanics of working with recorded speech, including the parts where our own product is the wrong answer.
Start with what already exists
The most common mistake in building a research workflow is bolting on a tool before checking what the source already gives you for free. Central banking is where that mistake is most expensive, because the Federal Reserve publishes an unusually complete record and publishes it openly — no paywall, no registration, HTML and PDF.
Here is what arrives for a single FOMC meeting, and when. The order matters more than the list: each layer describes the same meeting in more detail than the one before it, and the gaps between them are the whole reason the earlier layers get read so closely.
-
Decision day
The statement, and the implementation note
A few hundred words, released the moment the meeting ends. Short enough to read in full, formulaic enough that any change in it is deliberate. This is the document people diff.
-
Decision day · four times a year
The Summary of Economic Projections
Published at four of the year's meetings alongside the press conference — participants' individual projections, compiled. Numbers rather than words, and the one part of this list that is not a language problem.
-
Decision day · same afternoon
The press conference, and its transcript
The Chair takes questions. The Fed posts a full transcript as a free PDF: the opening statement first, then question-and-answer, each utterance attributed by speaker, with a status marker in the page header so you can tell a settled FINAL text from an earlier one. A recent example ran 28 pages.
-
Three weeks later
The minutes
The Fed states that minutes of regularly scheduled meetings are released three weeks after the date of the policy decision. These summarise the discussion — who argued what, and roughly how many held each view. A summary, not a verbatim record.
-
About five years later
The full meeting transcript
The Fed publishes transcripts, background materials and meeting agendas with roughly a five-year lag. This is the verbatim record of the room. Nothing released earlier contains it, and no amount of tooling can make it arrive sooner.
The one technique: diff the statement
The statement is short, highly formulaic, and reissued every six weeks or so. Those three properties together make it almost uniquely suited to comparison — most of it is identical to last time by design, so the parts that are not identical stand out completely once you stop reading and start diffing.
The mechanics take about two minutes. Save each statement as a plain text file named by date. When the new one lands, run a diff against the previous one — diff -u fomc-2026-03-18.txt fomc-2026-04-29.txt in a terminal, or paste both into any text-comparison tool. What comes back is a handful of changed phrases rather than a document.
An illustration of the pattern, not a real pair of statements. Three phrases moved and the paragraph still reads as a paragraph — which is why reading it, rather than diffing it, is how changes get missed. A directional verb became a level description; a movement claim became a stability claim; a hedge was dropped.
This is not a clever technique and it is not a secret one — every desk covering this does some version of it. It is here because it is the concrete thing this article is asking you to actually do, and because it demonstrates the general principle the rest of the workflow rests on: with formulaic recurring documents, comparison is cheap and reading is expensive. The same move works on any body that publishes on a fixed cadence in a fixed house style.
Phrases that carry weight because they recur
The reason a diff is legible at all is that this material runs on standing phrases — constructions that appear meeting after meeting and mean something precise inside the document's own vocabulary. Learning the recurring set is what lets you see a substitution rather than just new words. These all appear in published Fed material:
| Standing phrase | What to watch |
|---|---|
| not on a preset course | An explicit statement that future moves are not committed. Its presence, absence, or the addition of a qualifier around it are all changes. |
| meeting-by-meeting basis | Pairs with the above. Describes how decisions will be taken rather than what they will be. |
| well positioned | A stance description. Whether it attaches to the policy rate, the balance sheet, or nothing in particular varies. |
| the extent and timing | A construction that separates how much from when. Watch which of the two picks up qualifiers. |
| highly uncertain | Intensifiers on uncertainty language move around, and they move deliberately. |
| attentive to risks | Which risks, and to which side of the mandate, is the part that changes. |
Build your own list this way rather than borrowing one: take the last four statements, find every phrase that appears in all four, and that set is the boilerplate. Anything outside it is either new or gone, and both are worth a look.
The press conference is a different document
The statement is negotiated by a committee. The press conference is one person answering questions they did not write, which means it is the only same-day material where the phrasing is not fully controlled in advance — and the transcript's structure lets you use that.
Because the opening statement is separated from the Q&A, you can read the two halves as what they are: the prepared half restates and expands the committee's language, and the unprepared half is where a question can push at a phrase until it either holds or gets rephrased. When a journalist asks the same question three different ways, the useful thing is not the answer — it is whether the wording of the answer stayed constant.
Two habits make the transcript worth more than the broadcast. First, read it against the statement, not on its own: a phrase from the statement restated with an extra qualifier in the Q&A is a specific observation you can only make with both texts in front of you. Second, keep the PDFs. They are stable URLs on federalreserve.gov, but a local folder of them going back two years is a corpus you can search in one command, and that is a capability you cannot assemble retroactively in a hurry.
Where the words exist only as audio
Everything above is a text problem with a text solution, which is why we have not mentioned transcription once. Now for the part of this beat where text does not exist.
The Fed archives speeches and testimony by year — 2006 onward on the main page, with an older archive beyond that — and posts the prepared text. But the prepared text is frequently not the whole event. A speech delivered at a university or a conference is often followed by a moderated conversation or audience questions, and that portion commonly has no published transcript even when the prepared remarks do. The same is true of panel appearances, fireside-format interviews at industry conferences, and broadcast interviews. Officials in other jurisdictions vary widely in what they publish; a video with no accompanying full text is a normal outcome.
That material is where a transcript is worth something, for the plain reason that you cannot search audio. A ninety-minute panel is unsearchable, unquotable and uncomparable until it is text — and its interesting sixty seconds are somewhere in the middle of it with no way to find them but listening to all ninety.
Turn an unscripted panel or interview into searchable text
Paste the media link or upload the recording, get timestamped text with speaker labels, export as TXT or DOCX and keep it alongside your PDFs. First 60 minutes free.
Start a transcript →Two practical notes on capture, both of which are about not wasting your time:
- If it is streaming in a browser tab and there is no file to save, record the tab. The Whipscribe Chrome extension captures tab audio and returns a transcript, which is the case a URL cannot cover.
- If the source is DRM-protected, no tool can fetch it. Spotify is the routine example and we refuse those links up front rather than letting you wait for a failure. The answer is to find the same remarks where they are published openly — for central bank material they very often are — not to look for a way around the protection.
What the finished workflow looks like
Per meeting, this is maybe thirty minutes and it does not grow over time:
- Save the statement as dated plain text. Diff against the previous one. Note the changed phrases.
- Download the press conference transcript PDF. Skim the opening statement for those same phrases; read the Q&A properly.
- Three weeks on, search the minutes for the phrases your diff surfaced, to see how the discussion behind them was characterised.
- Between meetings, keep speech texts in the same folder. Transcribe the events that have no text, so the folder stays complete.
- Search the whole folder, not individual documents. One grep across two years of statements, transcripts and minutes answers questions like when did this construction first appear? — which is unanswerable by memory and trivial with a corpus.
Running this without spending anything
Steps one through three cost nothing at all, and they are the majority of the value. The statements, press conference transcripts, minutes, projections and speech texts are published openly on federalreserve.gov, and diff and grep ship with macOS and Linux — on Windows, any text editor with folder search does the same job. There is no subscription anywhere in the core method, and the corpus you build is a folder of PDFs and text files you already have every right to keep.
The only step with a cost is transcribing the events nobody else transcribes, and it is optional in the strict sense: skip it and you still have a working practice built on the official record. Add it when a particular unscripted appearance turns out to matter enough to want searchable. That is the right order — build the free habit first and let it show you where the gap actually is, rather than paying to fill one you have not yet felt.
The point of the folder is that it makes the wrong kind of question cheap enough to ask. Most searches will return nothing interesting. That is fine: the cost of checking has to be near zero, or you will stop checking and start relying on your impression of what was said, which is precisely the failure mode this whole exercise exists to prevent.
Common questions
Does the Fed publish a press conference transcript?
Yes — a free PDF on federalreserve.gov for each post-meeting press conference, with utterances attributed to named speakers, the opening statement separated from the Q&A, and a status marker in the header so a settled FINAL text is identifiable. Transcribing it yourself is redundant.
When do the minutes come out?
The Fed states that minutes of regularly scheduled meetings are released three weeks after the date of the policy decision. They summarise the discussion rather than record it verbatim.
And the full meeting transcript?
About five years later. The Fed publishes transcripts, background materials and agendas with roughly a five-year lag. That document is the verbatim record of the meeting itself, and nothing released earlier substitutes for it.
Is any of this behind a paywall?
The statements, transcripts, minutes, projections and speech texts are published openly on federalreserve.gov in HTML and PDF, with no registration. Speeches and testimony are archived by year back to 2006, with a further archive beyond.
So where does transcription actually fit?
On the material with no published text: the moderated conversation after a prepared speech, conference panels, broadcast interviews, and central banks elsewhere that post video without a full transcript. That is where words exist only as audio, and audio cannot be searched.
Can I get a transcript before the official one is posted?
You can transcribe a live stream as it happens, and some people do. Be careful about what you then do with it: a machine transcript of a live feed is your working note, not a citable record, and the official text is the one to quote from. Any sentence that actually matters should be checked against the published transcript before you repeat it.
For the speeches, panels and interviews nobody transcribes: paste a link or upload the recording and get searchable, timestamped text. Credits never expire.
Start a transcript →