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

Live

Computes 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.

GET /v1/valuations/{ticker}
PythonFastAPISupabaseRedisVercel

More tools in progress

Planned

The 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.

Getting access: sign in on the DCF API page to generate a scoped API key for yourself — no operator involvement needed. The same account will cover future APIs listed here.