Skip to content

Add Item 5.07 / 8K proxy voting results as a dedicated API endpoint #53

@flyingdutchnick

Description

@flyingdutchnick

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions