GET /mashup/salary/compare
Sammenlign hva en lønn er verdt i forskjellige land etter justering for kjøpekraftsparitet (PPP). Oppgi et lønnsbeløp og opprinnelsesland, og få den PPP-ekvivalente lønnen i flere målland. En lønn på $100 000 i USA kan ha kjøpekraften til $60 000 i Norge på grunn av høyere kostnader, eller $150 000 i Thailand på grunn av lavere kostnader. Essensielt for fjernarbeidsforhandlinger, flytteplanlegging og HR-verktøy som fastsetter internasjonale lønnsskalaer.
amount
påkrevd
Salary
from
påkrevd
Origin country
to
påkrevd
Target countries (comma-sep)
| Navn | Påkrevd | Standard | Beskrivelse |
|---|---|---|---|
amount |
Ja | - | Salary |
from |
Ja | - | Origin country |
to |
Ja | - | Target countries (comma-sep) |
curl "https://nordapi.ee/api/v1/mashup/salary/compare?amount=85000&from=US&to=NO,TH,DE"
curl "https://nordapi.ee/api/v1/mashup/salary/compare?amount=85000&from=US&to=NO,TH,DE"
curl "https://nordapi.ee/api/v1/mashup/salary/compare?amount=600000&from=NO&to=SE,DK,DE,GB"
curl "https://nordapi.ee/api/v1/mashup/salary/compare?amount=50000&from=GB&to=JP,SG,IN"
{
"comparisons": [
{
"code": "NO",
"country": "Norway",
"currency": "NOK",
"inflation": 3.1453,
"inflation_differential": 0.2,
"nominal_conversion": {
"amount": 828132.32115,
"currency": "NOK",
"rate": 9.74273319
},
"ppp_equivalent": {
"equivalent_salary_usd": 777078.5,
"interpretation": "You need 914.0% of your salary to maintain the same standard of living",
"purchasing_power_index": 0.109
},
"salary_vs_local_avg_pct": 97.9,
"vat": 25.0
},
{
"code": "TH",
"country": "Thailand",
"currency": "THB",
"inflation": 1.3658,
"inflation_differential": -1.58,
"nominal_conversion": {
"amount": 2785049.8914,
"currency": "THB",
"rate": 32.76529284
},
"ppp_equivalent": {
"equivalent_salary_usd": 891854.0,
"interpretation": "You need 1049.0% of your salary to maintain the same standard of living",
"purchasing_power_index": 0.095
},
"salary_vs_local_avg_pct": 1157.0,
"vat": null
},
{
"code": "DE",
"country": "Germany",
"currency": "EUR",
"inflation": 2.2565,
"inflation_differential": -0.69,
"nominal_conversion": {
"amount": 73752.7116,
"currency": "EUR",
"rate": 0.86767896
},
"ppp_equivalent": {
"equivalent_salary_usd": 59576.5,
"interpretation": "You only need 70.0% of your salary to maintain the same standard of living",
"purchasing_power_index": 1.427
},
"salary_vs_local_avg_pct": 151.5,
"vat": 19.0
}
],
"origin": {
"code": "US",
"currency": "USD",
"gdp_per_capita": 84534.0408,
"period": "annual",
"salary": 8.5e4,
"salary_vs_avg_pct": 100.6
},
"success": true
}