給与から時間単位への換算
時給、日給、週給、月給、年給の間で賃金を変換します。
結果はタイプすると更新されます。
この計算機の情報
you are a freelancer, you can use this calculator to calculate your salary. You can use this calculator to calculate your salary, and you can also use it to calculate your paycheck. You can use this calculator to calculate your salary, and you can use it to calculate your paycheck. You can use this calculator to calculate your paycheck, and you can use it to calculate your paycheck. You can use this calculator to calculate your paycheck, and you can use it to calculate your paycheck, and you can use it to calculate yourForUse it for workUse it to compare a salary offer with an hourly role, to set a freelance day rate, or to see what a raise means per paycheck.Use this calculator to calculate your pay
よくある質問
給料を時間給に変換するにはどうすればよいでしょうか。
年収を年間労働時間で割り切る(週間労働時間×週間労働時間)。週間労働時間40時間×52週で6万ポンドの年収は約28.85ポンドである。
税金の前か後か?
これは総額 (税前) の給与を変換します。所得税計算機を使って家賃を推定します。
1年間の労働時間は何時間ですか。
週間の時間を変更するには、 例えば48週間に減らすなど、 先進的なオプションで週間の時間や週間の年間時間を変更し、 年間から時間換算をその通りに更新します。
時給を年給に変換するにはどうすればよいか。
時給を毎週働く時間と毎年働く週数で乗算します。 1 時間28.85、1 週40時間、52 週の場合、年間約 60,000 時間です。 これを行うには、「毎」フィールドを「時間」に設定してください。
週2回の給料って何?
二週間給与は、一年に二十六週間あるので、年収を26で割ったものです。二週間給与は、24で割ったものとは異なります。計算機は真の二週間給与を返します。
無給休暇の計算は?
年間週数を設定してください 給料のない週数を取ると 数を減らすと 実際の時給が上がります 同じ年間給料を 少ない週数で稼ぐからです
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/salary/
curl
curl "https://calculator.free/api/v1/salary/?amount=60000&period=year"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/salary/?" + new URLSearchParams({
"amount": "60000",
"period": "year"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。