-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Hi!
First of all, I love the sec-api! I would like to suggest maybe adding Item 5.07 voting results (from 8K filings) as a dedicated API endpoint similar to how you provide an executive compensation API with data pulled from DEF14A. I realize it's already possible to extract the raw text from Item 5.07 using the Extractor API, but this would return structured data per proposal instead of raw text, including possibly:
- Company identifiers (CIK, isin, ticker)
- Meeting date
- Proposal ID / number
- Proposal description
- Vote counts (For, Against, Abstain, Broker Non-Votes)
- Resolution (passed/failed, if available)
Example request:
GET /voting-results?cik=0000320193&year=2023
(this would return all voting results, or you could filter it down to a specific accession number/filing)
I have implemented a version here: https://github.com/flyingdutchnick/proxy-microservices/tree/main/proxy-voting-results-api
Feel free to use any of it!
- Nicolaas
Metadata
Metadata
Assignees
Labels
No labels