2 Commits

Author SHA1 Message Date
fad7c1dc28 feat: add fallback to most recent prices when requested date has no data
- When no prices exist for the requested date, query for the most
  recent available date and return those prices instead
- Log informational message when falling back to alternate date
2026-02-27 18:41:12 -05:00
af9c2f99e7 feat: initial commit for oil price scraper service
FastAPI-based scraper for commodity ticker prices (HO, CL, RB futures)
and competitor oil pricing from NewEnglandOil. Includes cron-driven
scraping, PostgreSQL storage, and REST endpoints for price retrieval.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 17:57:44 -05:00