Skip to content

okane16/financialdatasets-edgar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Financial Datasets vs SEC EDGAR Evals

Personal evaluation project for comparing Financial Datasets REST API usage against direct SEC EDGAR usage.

Contents

  • examples/financialdatasets-vs-edgar-normalized-financials.yaml — 10-stock paired scenario.
  • examples/financialdatasets-vs-edgar-latest-reported-financials.yaml — 10-stock paired scenario for the latest reported quarterly earnings period.
  • examples/financialdatasets-vs-edgar-normalized-financials-smoke-cost-fd.yaml — single-variant smoke scenario.
  • scripts/validate-financialdatasets-edgar-run.py — post-run validator for paired Financial Datasets vs EDGAR outputs, cost, and duration.

Run

The scenarios require:

  • ANTHROPIC_API_KEY
  • FINANCIAL_DATASETS_API_KEY

Example:

op run --env-file=.env -- axp run examples/financialdatasets-vs-edgar-normalized-financials.yaml

Post-Run Validation

Run the pairwise validator against a completed run group:

python3 scripts/validate-financialdatasets-edgar-run.py .axp/runs/<run-group-id>

The validator compares paired financialdatasets-rest and sec-edgar outputs by ticker, then reports match status, token/API/total cost, and duration deltas.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors