---
title: "Kostenlose öffentliche API"
description: "Jede Zahl auf dieser Seite stammt aus einer offenen, dokumentierten JSON-API. Nutzbar in Tabellen, Apps und KI-Tools."
url: "https://valuethen.com/de/api/"
language: "de"
site: "ValueThen"
publisher: "Rising Throne"
updated: "2026-09-02"
license: "Data: World Bank CC BY 4.0, ECB, FRED"
---

# Kostenlose öffentliche API

Jede Zahl auf dieser Seite stammt aus einer offenen, dokumentierten JSON-API. Nutzbar in Tabellen, Apps und KI-Tools.
# Kostenlose öffentliche API

Jede Zahl auf dieser Seite stammt aus einer offenen, dokumentierten JSON-API. Nutzbar in Tabellen, Apps und KI-Tools.

```
GET https://api.valuethen.com/v1/convert?amount=100&from=USD&to=EUR&fromYear=2000&toYear=2024
```

-   `/v1/convert` · `/v1/inflate` · `/v1/series/{currency}` · `/v1/coverage`

[OpenAPI reference](https://api.valuethen.com/docs)[OpenAPI-Spezifikation](https://api.valuethen.com/openapi.json)

## 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
