Rate Calculator API

A free static JSON reference for the formulas behind our rate calculator. No key, no account, just fetch it.

A free, static rate-calculator reference

This is not a live API with request limits or an account, it's a single static JSON file with the formulas and default constants behind the Rate Calculator and a few other tools on this site. Fetch it, cache it, use it in your own project. Free, no key required.

fetch("https://obscuraos.com/rate-formulas.json")
  .then(r => r.json())
  .then(data => console.log(data));

What's in it

Each entry includes the formula, default constants, and notes on what the constants mean. See the raw file: /rate-formulas.json

Terms

Free to use, commercially or otherwise, attribution back to obscuraos.com appreciated but not required. No uptime guarantee, no versioning promise yet, treat it as a convenience, not infrastructure to build a business on. No warranty, this is not financial or tax advice, the constants are reasonable defaults, not universal truths.

Building something with it? Let us know, we'd like to hear about it.

Advertisement