430,
2016 => 400,
2017 => 1000,
2018 => 7500,
2019 => 3500,
2020 => 7000,
2021 => 47000,
2022 => 16000,
2023 => 23000,
2024 => 35000
];

// Default Investment Amount (for simplicity)
$investment = 1000;
$currentPrice = getBitcoinPrice();
?>





๐Ÿ’ธ Bitcoin Investment Calculator


๐Ÿ’ธ Bitcoin Investment Calculator

๐Ÿช™ Current BTC Price: $



๐Ÿ’ธ If you invested \$1000 in $year

๐Ÿช™ You wouldโ€™ve bought ” . number_format($btcBought, 6) . ” BTC
๐Ÿ’ฐ It would be worth \$” . number_format($valueToday, 2) . “
๐Ÿ“ˆ ROI: ” . number_format($roi, 2) . “% ๐Ÿš€

“;
}
?>

โšก Powered by CoinGecko API | Built with ๐Ÿงก & ๐Ÿ–ค


Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.