VOOZH about

URL: https://apify.com/parseforge/sec-edgar-current-feed-scraper

โ‡ฑ SEC EDGAR Current Filings Feed Scraper ยท Apify


๐Ÿ‘ SEC EDGAR Current Filings Feed Scraper avatar

SEC EDGAR Current Filings Feed Scraper

Pricing

from $7.50 / 1,000 results

Go to Apify Store

SEC EDGAR Current Filings Feed Scraper

Tap the live SEC EDGAR feed for the latest corporate filings filtered by form type such as 10K, 10Q, Form 4, or 13F HR. Returns company name, CIK, form type, filing date, and accession number. Useful for investor research, M&A monitoring, and compliance trackers.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

24 days ago

Last modified

Share

๐Ÿ‘ ParseForge Banner

๐Ÿ“ก SEC EDGAR Current Filings Feed Scraper

๐Ÿš€ Export the SEC EDGAR current filings feed in seconds. Every filing across every form type as it hits EDGAR direct from the official Atom feed.

๐Ÿ•’ Last updated: 2026-06-05 ยท ๐Ÿ“Š 7 fields per record ยท Public API ยท Real-time

The SEC EDGAR Current Filings Feed turns the www.sec.gov public endpoint into a clean, structured dataset. Scrape the SEC EDGAR current filings feed with every filing as it hits EDGAR including company, CIK, form type, filing date, and accession number.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
๐Ÿ“Š Quant analystsPull series into backtests and dashboards
๐Ÿ’ผ Finance teamsSnapshot rates, balances, and statistics
๐Ÿค– ML engineersBuild economic feature datasets
๐Ÿ“ฐ Financial journalistsVerify official numbers fast
๐Ÿ‘ฉโ€๐Ÿ’ป DevelopersMirror the source into your own DB without writing client code
๐ŸŽ“ ResearchersReproducible economic data pulls

๐Ÿ“‹ What the SEC EDGAR Current Filings Feed Scraper does

  • Calls the official SEC EDGAR Current Filings Feed endpoint with the parameters you supply.
  • Parses the response and flattens each record into one row.
  • Casts numeric fields to numbers so they import cleanly into BI tools.
  • Surfaces upstream errors as a clean error record instead of crashing.
  • Streams results to the Apify dataset for instant download.

๐Ÿ’ก Why it matters: Official sources publish raw feeds that are hard to consume. This actor normalises the response so the data drops straight into pandas, BigQuery, or a Google Sheet.

๐ŸŽฌ Full Demo

๐Ÿšง Coming soon.

โš™๏ธ Input

FieldTypeRequiredDescription
formTypestringNoEDGAR form type to filter (e.g. 10-K, 10-Q, 4, 13F-HR). Leave empty for all forms.
maxItemsintegerNoFree users 10, paid users up to 1,000,000. Prefill 10.

Example 1:

{
"formType":"10-K",
"maxItems":10
}

โš ๏ธ Good to Know: Free users are auto-limited to 10 records as a preview. Paid users get up to 1,000,000.

๐Ÿ“Š Output

Each record is a flat object. error is always last.

FieldTypeDescription
๐Ÿข Company companystringFiler company name.
๐Ÿ”ง CIK cikstringSEC Central Index Key.
๐Ÿ“‹ Form Type form_typestringEDGAR form type.
๐Ÿ“… Filing Date filing_datestringFiling date.
๐Ÿ”ข Accession Number accession_numberstringEDGAR accession number.
๐Ÿ•’ scrapedAtstringWhen this row was fetched.
โŒ errorstringSet if the upstream response was an error.

Sample record:

{
"company":"EXAMPLE INC",
"cik":"0000123456",
"form_type":"10-K",
"filing_date":"2026-06-03",
"accession_number":"0000123456-26-000099",
"scrapedAt":"2026-06-05T13:00:00.000Z",
"error":null
}

โœจ Why choose this Actor

| ๐Ÿ†“ | Works with the free Apify tier. | | ๐Ÿงน | Clean, snake_case keys ready for BI. | | ๐Ÿ”ข | Auto-casts numeric strings to real numbers. | | ๐Ÿ›Ÿ | Surfaces upstream errors as a clean error record. | | ๐Ÿ’พ | Push to dataset, instant CSV / Excel / JSON / XML / HTML export. |

๐Ÿ“ˆ How it compares to alternatives

ApproachSetup timeClean keysNumeric castingError handling
Roll your own fetch30 min +โŒโŒโŒ
Custom Python script1 hr install + scriptโœ…partialpartial
This Actor5 sec, no installโœ…โœ…โœ…

๐Ÿš€ How to use

  1. Click Try for free.
  2. Adjust the inputs or leave defaults.
  3. Click Start. Within seconds, your dataset is ready, download as CSV, Excel, JSON, or XML, or pipe to your warehouse.

๐Ÿ’ผ Business use cases

๐Ÿ“Š Backtesting and quant research. Pull series for your watchlist into a single table, feed pandas, run your strategy.

๐Ÿ’ผ Treasury and risk. Schedule a daily run and pipe to your finance dashboard.

๐Ÿ“ฐ Newsroom fact-checking. Reporters can verify a published number for a story in 30 seconds.

๐Ÿค– ML feature engineering. Build a clean training set of economic features for any model.

๐Ÿ”Œ Automating SEC EDGAR Current Filings Feed Scraper

  • Make and Zapier: trigger this actor on a schedule, push results to Airtable, Google Sheets, or Slack.
  • Cron schedule: native Apify scheduler, run on any cadence.
  • Webhooks: get a POST to your endpoint the moment a run finishes.
  • Pipe to BigQuery / Snowflake / Postgres: native Apify integrations move datasets straight into your warehouse.

๐ŸŒŸ Beyond business use cases

๐ŸŽ“ Education. Teach a finance class with reproducible, real-world datasets.

๐Ÿงช Personal research. Track your own portfolio, compute custom indicators, plot them in your favourite tool.

๐Ÿค Non-profit and open data. Build public dashboards without writing client code.

๐Ÿงฐ Tinkering and prototyping. Spin up a feed in 5 seconds to test a new chart library.

๐Ÿค– Ask an AI assistant about this scraper

Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your specific workflow to the actor inputs. The schema, examples, and field list above contain everything an LLM needs to design a working pipeline.

โ“ Frequently Asked Questions

โ“ Do I need an API key? No. The upstream endpoint is public.

โ“ Is there a rate limit? Sources may rate-limit. This actor surfaces any rate-limit notes as a clean error record.

โ“ Are values cast to numbers? Yes.

โ“ Can I schedule runs? Yes, use Apify native scheduler or hook this up to Make / Zapier / cron.

โ“ Is this scraping or API? API. The endpoint is fully public; we are only normalising the response.

โ“ Will the schema change? Core fields are stable. New upstream fields will be passed through as added.

โ“ What format can I download? CSV, Excel, JSON, JSONL, XML, RSS, or HTML straight from the Apify dataset UI.

โ“ Can I use this commercially? Yes, subject to the source terms of service.

โ“ Why is my run only 10 items? Free plan preview limit. Upgrade for up to 1,000,000.

โ“ How fresh is the data? As fresh as the upstream endpoint publishes.

๐Ÿ”Œ Integrate with any app

Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint. Trigger runs from a calendar event, a form submission, a cron job, or pipe results straight into BigQuery, Snowflake, or a Postgres warehouse.

๐Ÿ”— Recommended Actors

ActorWhat it does
ParseForge Alpha Vantage ScraperStocks, FX, crypto, indicators.
ParseForge Yahoo Finance ScraperEquities, funds, indices, options chains.
ParseForge OurAirports ScraperGlobal airport database.

๐Ÿ’ก Pro Tip: browse the complete ParseForge collection for 900+ production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.


Disclaimer: This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site terms of service and applicable law. Create a free account w/ $5 credit.

You might also like

SEC EDGAR Filings Scraper

dami_studio/sec-edgar-scraper

Returns SEC EDGAR filings as structured rows (form type, company, filing date, accession number, direct document URL) via full-text search across all filings or by company ticker/CIK.

2

5.0

SEC EDGAR Scraper โ€” 10-K, 10-Q & 8-K Filings

devilscrapes/sec-edgar-filings-scraper

Search SEC EDGAR (US public company filings) by company ticker, CIK, or form type via the free EDGAR API โ€” each filing's CIK, form type, period, filing date, accession number, and primary-document URL โ€” export to JSON or CSV dataset. Built on SEC's full-text search.

SEC EDGAR Company Filings Scraper

scrapers_lat/sec-edgar-filings-scraper

Scrape SEC EDGAR company filings by ticker or CIK. Get form type, filing date, accession number, report date and direct links for 10-K, 10-Q, 8-K and more.

SEC EDGAR Full-Text Search Scraper

scrapers_lat/sec-edgar-fulltext-scraper

Search the full text of SEC EDGAR filings by keyword or phrase. Get matching filings with entity name, CIK, form, filing date, accession number and a direct document link.

SEC EDGAR Filings API

oakridge_tech/sec-edgar-filings-api

Structured SEC EDGAR filings metadata (10-K, 10-Q, 8-K, 13F, Form 4) by ticker/CIK or from the live recent-filings feed. One row per filing, ready for fintech, quant, and LLM research pipelines.

1

SEC EDGAR Full Text M&A Filings Scraper

parseforge/sec-mna-edgar-fulltext-scraper

Run full text queries across SEC EDGAR filings for phrases such as merger agreement, then restrict by CIK list, form types like 8K or S1, and a custom date window. Returns filer, form type, filed date, accession number, and document links. Useful for M&A research.

SEC EDGAR Filings Scraper

alwaysprimedev/sec-edgar-filings-scraper

Search and download structured metadata for SEC EDGAR filings (10-K, 10-Q, 8-K, S-1, 13F, Form 4, etc.) by ticker, CIK, date range, form type, or full-text query. Optionally enriched with company firmographics.