Developer Platform
APIs I've built.
Production-minded HTTP APIs I design, build, and operate end to end — from the data layer and caching to authentication, quotas, and documentation. Each one is live, versioned, and documented.
Available APIs
DCF Valuation API
LiveComputes a discounted cash flow valuation for a single stock ticker from customer-supplied assumptions. Fetches the company's financials, runs the model, and returns the intrinsic value per share with the full year-by-year projection, so every number is auditable to the dollar. Includes a sensitivity grid, a versioned error envelope, API-key authentication, and per-key daily quotas.
/v1/valuations/{ticker}
More tools in progress
PlannedThe DCF API is the first of several planned financial calculators sharing one account and API-key system — a key issued here is scoped per product, so additional tools plug into the same authentication, quota, and metering layer as they ship.