Kalkulator GDP
Kira Produk Dalam Negara Kasar dengan pendekatan perbelanjaan: C + I + G + (X − M).
Hasil dikemaskini semasa anda menaip.
Perihal kalkulator ini
GDP calculator measures Gross Domestic Product by the expenditure approach: the total spending on final goods and services of a country. The formula is GDP = Consumption + Investment + Government spending + Net exports, where net exports are Exports − Imports. Consumption is household spending, investment is business capital and housing, government is public spending (not transfers), and net exports turn negative when a country imports more than it exports. The GDP calculator measures Gross Domestic Product by the expenditure approach: the total spending on final goods and services of a country.The GDP calculator measures Gross Domestic Product by the expenditure approach: the total spending on final goods and services of a country.The GDP calculator measures Gross Domestic Product by the expenditure approach: the total spending on final goods and services.Use it to build up GDP from its components, to see its share of the total, or to strip out inflation and compare output across years.Use it to build up GDP from its components, to see its share of the total, or to strip out inflation and compare output across years.Use it to build up GDP from its components, to see its share of the total, or to strip out inflation and compare output across years.Use it to build up GDP from its components, to see its share of the total, or to strip out inflation.Use it to build up GDP from its components, to see its share of the total, or to strip out inflation and compare output across years.Use it to build up GDP from its components, to see its share of the total, or to strip out inflation.Use it to build up GDP from its components, to see its share of the total, or to strip out inflation.Use it to build up GDP from its components, to see its share of the total, or to strip out inflation.Use it to build up GDP from its components, to see its share of the total, or to strip out inflation.Use it to build up GDP from its components, to see its share of the total, or to strip out inflation.Use it to build up GDP from its components, to see its share of the total, or to strip out inflation.Use
Pertanyaan yang kerap ditanya
Apa pendekatan belanjawan kepada GDP?
Ia menjumlahkan semua perbelanjaan pada output akhir: konsumsi rumah tangga (C), pelaburan perniagaan dan perumahan (I), perbelanjaan kerajaan (G) dan eksport bersih (eksport kurang import). Jumlahnya sama dengan GDP kerana setiap dolar output dibeli oleh seseorang.
Apa perbezaan antara nominal dan GDP sebenar?
GDP nominal nilai output pada harga semasa, jadi ia meningkat dengan inflasi. GDP sebenar menggunakan harga tahun asas melalui deflater GDP (real = nominal × 100 ÷ deflater), mengisolasi perubahan dalam kuantiti sebenar barangan dan perkhidmatan yang dihasilkan.
Kenapa net ekspor boleh menjadi negatif?
Apabila negara mengimport lebih daripada ia mengeksport, eksport kurang import adalah negatif, yang dikurangkan dari GDP. Defisit perdagangan menurunkan komponen net-ekspor tetapi tidak bermakna ekonomi mengecil.
Apa itu deflasi GDP?
Deflator GDP adalah indeks harga luas untuk semua barang dan perkhidmatan dalam GDP, ditetapkan kepada 100 dalam tahun asas. Nilai di atas 100 bermakna harga telah meningkat sejak tahun asas; membahagikan GDP nominal dengannya (kali 100) memberikan GDP sebenar, menghapuskan kesan perubahan harga tersebut.
Apa yang pendekatan perbelanjaan tidak termasuk?
Ia hanya mengira perbelanjaan pada barangan dan perkhidmatan akhir, jadi ia tidak memasukkan barangan pertengahan (untuk mengelakkan pengiraan berganda) dan pembayaran pemindahan seperti pencen, faedah pengangguran dan hadiah, yang memindahkan wang tanpa menghasilkan output baru. Jualan barangan second- hand juga tidak termasuk.
Bagaimanakah pendekatan perbelanjaan berbeza dari pendekatan pendapatan?
Pendekatan belanjaan menjumlahkan apa yang dibelanjakan pada output (C + I + G + eksport bersih), manakala pendekatan pendapatan menjumlahkan apa yang diperolehi menghasilkannya - gaji, keuntungan, sewa dan faedah. Pada dasarnya kedua-duanya memberikan GDP yang sama, kerana setiap dolar yang dibelanjakan adalah satu dolar pendapatan kepada seseorang.
Apa yang dikira sebagai pelaburan dalam GDP?
Dalam GDP, pelaburan (I) bermaksud perbelanjaan perniagaan pada modal seperti mesin dan bangunan, pembinaan kediaman baru, dan perubahan dalam inventori - bukan membeli saham atau bon, yang adalah pemindahan kewangan. Masukkan hanya perbelanjaan modal sebenar dalam medan pelaburan.
API — gunakan kalkulator ini dari kod
Panggil kalkulator ini sebagai titik akhir JSON percuma - tiada kekunci diperlukan. Hantar nilai medan di bawah sebagai parameter pertanyaan atau JSON. Baca dokumen API penuh →
Titik Akhir
GET https://calculator.free/api/v1/gdp/
curl
curl "https://calculator.free/api/v1/gdp/?consumption=14000&investment=4000&government=3500&exports=2500&imports=3000"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/gdp/?" + new URLSearchParams({
"consumption": "14000",
"investment": "4000",
"government": "3500",
"exports": "2500",
"imports": "3000"
}));
const data = await r.json();
console.log(data.results);
Hasil adalah perkiraan untuk panduan umum sahaja, bukan nasihat kewangan, perubatan atau cukai.