GET /mashup/performance/compare
Võrrelge erinevate varaklasside tootlust kõrvuti: krüptorahad (Bitcoin, Ethereum jne), fiat-valuutad (USD suhtes) ja kuld. Tagastab praegused väärtused, hiljutised hinnamuutused ja võrdlevad tootlusnäitajad. Kasulik investeerimisarmatuurlaudadele, mis hõlmavad varaklasse, portfelli hajutamise analüüsitööriistadele ja finantsharidusplatvormidele, mis näitavad, kuidas erinevad väärtuse hoidmise vahendid teineteise suhtes käituvad.
crypto
valikuline
Crypto coins
fiat
valikuline
Fiat currencies
| Nimi | Kohustuslik | Vaikeväärtus | Kirjeldus |
|---|---|---|---|
crypto |
Ei | - | Crypto coins |
fiat |
Ei | - | Fiat currencies |
curl "https://nordapi.ee/api/v1/mashup/performance/compare?crypto=bitcoin,ethereum&fiat=EUR,NOK"
curl "https://nordapi.ee/api/v1/mashup/performance/compare?crypto=bitcoin,ethereum&fiat=EUR,NOK"
curl "https://nordapi.ee/api/v1/mashup/performance/compare?crypto=bitcoin&fiat=USD,EUR,GBP"
curl "https://nordapi.ee/api/v1/mashup/performance/compare?crypto=bitcoin,ethereum,solana&fiat=NOK,SEK"
{
"base_currency": "USD",
"commodities": [
{
"name": "Gold",
"price_usd": 3045.0,
"type": "commodity",
"unit": "troy_oz"
},
{
"name": "Silver",
"price_usd": 33.5,
"type": "commodity",
"unit": "troy_oz"
}
],
"crypto": [
{
"change_24h_pct": 0.2625,
"change_7d_pct": -4.0112,
"market_cap_usd": 1549981107834.0,
"name": "Bitcoin",
"price_usd": 77373.0,
"symbol": "BTC",
"type": "crypto"
},
{
"change_24h_pct": 0.6698,
"change_7d_pct": -5.6358,
"market_cap_usd": 257046430740.0,
"name": "Ethereum",
"price_usd": 2129.9,
"symbol": "ETH",
"type": "crypto"
}
],
"fiat": [
{
"code": "EUR",
"performance": {
"1_month_ago": {
"change": 0.00984635,
"change_pct": 1.1552722458442712,
"date": "2026-04-22",
"rate": 0.85229694
},
"1_week_ago": {
"change": 0.00215017,
"change_pct": 0.25002176761600137,
"date": "2026-05-15",
"rate": 0.85999312
},
"1_year_ago": null,
"3_months_ago": null,
"today": {
"change": 0.0,
"change_pct": 0.0,
"date": "2026-05-21",
"rate": 0.86214329
},
"yesterday": {
"change": 0.0,
"change_pct": 0.0,
"date": "2026-05-21",
"rate": 0.86214329
}
},
"type": "fiat",
"volatility_30d": 0.39508937359251595
},
{
"code": "NOK",
"performance": {
"1_month_ago": {
"change": -0.06886495,
"change_pct": -0.7404622970383333,
"date": "2026-04-22",
"rate": 9.30026421
},
"1_week_ago": {
"change": -0.09522613,
"change_pct": -1.0210137752729018,
"date": "2026-05-15",
"rate": 9.32662539
},
"1_year_ago": null,
"3_months_ago": null,
"today": {
"change": 0.0,
"change_pct": 0.0,
"date": "2026-05-21",
"rate": 9.23139926
},
"yesterday": {
"change": 0.0,
"change_pct": 0.0,
"date": "2026-05-21",
"rate": 9.23139926
}
},
"type": "fiat",
"volatility_30d": 0.6123329219487529
}
],
"inflation": {
"annual_rate": 2.9495,
"year": 2024
},
"success": true
}