Indietro

#savings

2 APIs con questa etichetta

Spark Protocol API

Live protocol metrics for Spark (the Sky / former MakerDAO ecosystem capital-allocation protocol), keyless. Both Spark products: SparkLend, the lending money-market with per-asset supply APY and TVL, and Spark Savings, the sUSDS / USDS / USDC / USDT savings products passing through the Sky Savings Rate — a savings-yield dimension other lending APIs do not have. Plus total value locked and per-chain TVL. One combined overview endpoint snapshots it all. Live, nothing stored. The Spark-metrics layer for DeFi dashboards, lending, savings, stablecoin and yield apps — distinct from pure lending protocols, this is Spark lending-plus-savings model specifically.

api.oanor.com/spark-api

Savings Goal API

Personal-savings planning maths as an API, computed locally and deterministically. The future endpoint computes the future value of regular saving — FV = initial·(1+r)^n + deposit·((1+r)^n − 1)/r with the rate compounded monthly — and breaks it into the total you put in and the interest earned. The goal endpoint works backwards: the monthly deposit needed to reach a target by a date, (target − initial·(1+r)^n)·r / ((1+r)^n − 1), and tells you when an initial sum already grows to the target by itself. The emergency endpoint sizes an emergency fund as a number of months of expenses (3–6 is the usual advice), reports the shortfall against current savings and, with a monthly saving amount, how many months it takes to get there. Everything is computed locally and deterministically, so it is instant and private. Ideal for personal-finance, budgeting and fintech app developers, savings-goal and money-coaching tools, and banking dashboards. Pure local computation — no key, no third-party service, instant. Live, nothing stored. Estimates, not financial advice. 3 endpoints. This is savings planning; for loans and mortgages use a loan API and for NPV/IRR use a finance-calc API.

api.oanor.com/savings-api