get_fee_exhibit
Retrieve and parse SEC Exhibit 107 fee data from a filing. Provide accession number and CIK to get security classes, offering amounts, and fee due.
Instructions
Fetch and parse a specific Exhibit 107 (EX-FILING FEES) from an SEC filing. Returns all ffd: XBRL concepts: every security class, max aggregate offering, fee amounts, fee rate, and net fee due. Requires accession_number + cik. Provide the exhibit document filename for faster parsing, or let the server auto-detect it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | Company CIK number (10-digit zero-padded or raw integer) | |
| accession_number | Yes | SEC filing accession number (e.g. 0001234567-24-000001) | |
| exhibit_filename | No | Exhibit 107 document filename for faster parsing. If omitted, auto-detected from the filing index. |