Hsr Recent
hsr_recentGet the most recent FTC Hart-Scott-Rodino (HSR) early-termination notices, newest first. When a merger clears HSR antitrust review early the FTC publishes a notice — for a private-target deal this is the earliest public signal the merger was filed and cleared, ahead of any 8-K or press release. Returns acquirer, target, transaction number and filing date. Answers "what mergers got antitrust clearance recently" or "which deals received HSR early termination this week." Example: hsr_recent({ days: 7, limit: 25 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | How many days back from today to look. Default 7. | |
| limit | No | Max notices to return, newest first (paged from the source in batches of 50). Default 25, max 100. | |
| _apiKey | No | Optional — your own api.data.gov key for higher limits; omit to use the shared Pipeworx key. |