Use Cases

Use Case: Risk Factor and MD&A Extraction

A sample SEC API pricing simulation for extracting specific 10-K filing sections across many companies.

Use Case: Risk Factor and MD&A Extraction

This example estimates the cost of extracting selected 10-K sections for research, AI processing, or risk analysis.

Assumptions

ItemValue
ProductSEC API
WorkflowFiling discovery and item extraction
Endpoint patternsGET /v1/filings, GET /v1/extractor/item
Example tickersAAPL, MSFT, NVDA, TSLA, AMZN
Filing type10-K
Items extractedItem 1A Risk Factors, Item 7 MD&A
Companies covered500 companies
Estimated transferred data50 GB/month

Example requests:

PurposeExample endpoint
Find Apple 10-K filingsGET /v1/filings?ticker=AAPL&form_type=10-K&filling_date_start=2025-01-01&filling_date_end=2025-12-31&page_size=50
Extract Risk FactorsGET /v1/extractor/item?accession_number=0000320193-25-000079&item_number=1A&output_format=text
Extract MD&AGET /v1/extractor/item?accession_number=0000320193-25-000079&item_number=7&output_format=text

Estimated usage

Data transfer rate:

$10 per GB

Estimated monthly usage:

50 GB × 10 credits/GB = 500 credits

Plan comparison

PlanPrice per CreditMonthly costIncluded creditsEstimated monthly cost
Pay As You Go$1.00/CreditNo commitmentN/A$500.00
Committed 64$0.85/Credit$64~75.29 credits$488.71
Committed 256$0.75/Credit$256~341.33 credits$414.67
Committed 512$0.70/Credit$512~731.43 credits$512.00
Committed 1024$0.65/Credit$1,024~1,575.38 credits$1,024.00

Result

For this sample, Committed 256 has the lowest estimated cost.

It covers approximately 341.33 credits, and the remaining usage is billed as Pay As You Go overage.

Caveat

Actual usage depends on the number of filings, extracted items, output format, filing length, response size, and whether the workflow also downloads original documents or converts XBRL files.

Service StatusGitHub SDK