search_atm_offerings
Search recent SEC at-the-market (ATM) equity offerings from the past 72 hours.
Pulls from S-3 / 424B5 family filings where our parser flagged ATM-offering
indicators in the body language.
Args:
sales_agent: Filter by sales agent name (substring, case-insensitive).
Examples: 'Cantor Fitzgerald', 'Jefferies', 'Roth Capital',
'H.C. Wainwright'.
min_shelf_million_usd: Minimum shelf size in millions USD.
limit: Max results (1-50, default 25).
Returns:
JSON list with shelf_size_usd, is_atm, sales_agents, use_of_proceeds_excerpt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| sales_agent | No | ||
| min_shelf_million_usd | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |