Back to Use Cases



Track SEC Form D filings and send issuer and investor data to Google Sheets
vcmarket-researchcompliancesec-edgargoogle-sheetsdeal-flow•

Run every 10 minutes
Fetch filings feed
Parse XML
Append new filings
Download Form D doc
Extract issuer/investor fields
Update filing row + status
Overview
This workflow builds a deal-flow monitoring feed from SEC Form D filings. It supports deep extraction beyond the RSS feed and stores structured results for analysis.
Product Specs
- Runs every 10 minutes during business hours
- Fetches SEC EDGAR Form D feed and parses filing metadata
- Deduplicates filings and tracks processing status in Google Sheets
- Downloads the full Form D document and extracts issuer, personnel, offering, and regulatory fields
- Updates the corresponding Google Sheets row and marks as processed
Pipeline Description
A scheduled trigger fetches the SEC EDGAR Form D feed, parses the XML, and appends new filings to a Google Sheet. For unprocessed filings, it downloads the full document, extracts structured fields, then updates the sheet and sets processing status.