---
title: "Privacy"
description: "How ValueThen handles data: no accounts, no cookies, no tracking."
url: "https://valuethen.com/privacy/"
language: "en"
site: "ValueThen"
publisher: "Rising Throne"
updated: "2026-09-02"
license: "Data: World Bank CC BY 4.0, ECB, FRED"
---

# Privacy

How ValueThen handles data: no accounts, no cookies, no tracking.
# Privacy

Last updated: September 2026

ValueThen is a calculator. It has no accounts, sets no cookies, and stores nothing in your browser. Your calculation is reflected in the page address so you can share it; nothing is saved on our side.

We measure traffic with two cookieless tools. Cloudflare Web Analytics counts page views without cookies, fingerprinting or personal data. Google Analytics runs in its consent-denied mode, which sends anonymous, cookieless pings only: no advertising features, no cross-site signals, IP addresses truncated. We record which pages are viewed and whether a handful of links are clicked (the Money Visualiser link, the API docs, the embed code). None of it identifies you.

When you use the calculator, your browser requests results from our API at api.valuethen.com. Those requests are handled by Cloudflare, which processes standard connection data (such as IP address) to deliver and protect the service. We do not build profiles from it.

Links to other Rising Throne sites and to social networks are ordinary links; those sites have their own privacy terms.

Questions: [contact@therisingthrone.com](mailto:contact@therisingthrone.com?subject=valuethen.com)

## Use this page programmatically

The same figure from the free API, no key required:

```bash
curl "https://api.valuethen.com/v1/convert?amount=100&from=USD&to=EUR&fromYear=1970&toYear=2026"
```

```json
{ "result": 777.71, "method": "cpi-then-fx", "sources": ["World Bank FP.CPI.TOTL, 2010=100"] }
```

---

Data sources: World Bank FP.CPI.TOTL, ECB HICP and reference rates, FRED CPI-U.
Free JSON API: https://api.valuethen.com/openapi.json · Agent guide: https://valuethen.com/llms.txt · MCP: https://api.valuethen.com/mcp
