// BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED - Do not modify or remove comment markers above or below: if ( !function_exists( 'chld_thm_cfg_locale_css' ) ): function chld_thm_cfg_locale_css( $uri ){ if ( empty( $uri ) && is_rtl() && file_exists( get_template_directory() . '/rtl.css' ) ) $uri = get_template_directory_uri() . '/rtl.css'; return $uri; } endif; add_filter( 'locale_stylesheet_uri', 'chld_thm_cfg_locale_css' ); if ( !function_exists( 'chld_thm_cfg_parent_css' ) ): function chld_thm_cfg_parent_css() { wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'font-awesome-v5','bootstrap','sidr','magnific-popup','sliderpro' ) ); wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); } endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 ); // END ENQUEUE PARENT ACTION add_action( 'admin_enqueue_scripts', 'my_cfg_admin_enqueue' ); function my_cfg_admin_enqueue(){ wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); wp_enqueue_style('style-cfg-child', get_stylesheet_uri(), array(), "4.2"); } add_action( 'after_setup_theme', 'remove_plugin_image_sizes', 999 ); function remove_plugin_image_sizes(){ remove_image_size( '2048x2048' ); remove_image_size( '1536x1536' ); remove_image_size( 'large' ); } function action_dynamic_sidebar_after( $array ) { if($array == "home-content-widgets") { echo the_content(); } }; add_action( 'dynamic_sidebar_after', 'action_dynamic_sidebar_after', 10, 1 ); add_action( 'trashed_post', 'mtp_delete_attached_thumbnail_for_trashed_product', 20, 1 ); function mtp_delete_attached_thumbnail_for_trashed_product( $post_id ) { // gets ID of post being trashed $post_type = get_post_type( $post_id ); // does not run on other post types if ( $post_type != 'post' ) { return true; } // get ID of featured image $post_thumbnail_id = get_post_thumbnail_id( $post_id ); // delete featured image wp_delete_attachment( $post_thumbnail_id, true ); }/** * The header for our theme * * This is the template that displays all of the section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?> Tesla selling Bitcoin last year turned out to be a $500M mistake – CoinsMegaNews

Tesla selling Bitcoin last year turned out to be a $500M mistake

Tesla selling Bitcoin last year turned out to be a $500M mistake

[ad_1]

The price of Bitcoin (BTC) has grown by more than 50% since Tesla unveiled its approximately $1 billion BTC sales in July 2022. In other words, the Elon Musk-owned electric carmaker would have made an additional $500 million if it had waited until today to sell. 

Are Tesla’s Bitcoin trades profitable? 

Tesla infamously dumped nearly $936 million of its total Bitcoin holdings in Q2/2022, accounting for 75% of its remaining reserves, to secure a $64 million profit. At the time, Bitcoin was trading about 70% lower than its record high of $69,000 in November 2021.

BTC/USD monthly price chart featuring Tesla’s Bitcoin sales purchases and sales. Source: TradingView

Originally, Tesla purchased $1.50 billion worth of Bitcoin in February 2021 at an average price of $36,000. The company then sold BTC worth $272 million to boost its Q1/2021 accounting by $101 million.

The company has nevertheless held on to its remaining BTC as of Q4 2022 despite the price of Bitcoin sitting at bear-market lows of around $16,000 at the time. Today, Tesla holds 10,725 BTC worth around $330 million, almost 15% below the procurement value from February 2021.

Overall, Tesla made roughly $165 million in profit from two separate Bitcoin sales. As of April 14, it sits atop an unrealized loss of around $56.6 million on its remaining BTC holdings. While its net profit to date sits at around $108 million. 

Will Tesla dump remaining BTC holdings?

Interestingly, Tesla’s previous Bitcoin sales came from weaker free cash flows. For instance, the Q1/2021’s BTC sale worth $272 million made up nearly 93% of Tesla’s free cash flows in the same quarter.

Tesla free cash flows performance by quarter. Source: Statista

Similarly, Tesla’s Bitcoin sales in Q2/2022 came as its free cash flows declined 73% versus the previous quarter. Both sales suggest that Musk relied on Bitcoin as a haven during Tesla’s cash crunch phases.

The Tesla CEO explained at the time that the sale was made to “prove liquidity of Bitcoin as an alternative to holding cash on a balance sheet.”

Meanwhile, Wall Street analysts estimate that Tesla’s free cash flow in Q1/2023 would be nearly $2 billion, up 40% versus the previous quarter. This should reduce the chances of Tesla dumping any significant Bitcoin amount in the near term.

This article does not contain investment advice or recommendations. Every investment and trading move involves risk, and readers should conduct their own research when making a decision.

[ad_2]

Source link

Leave a Reply

Your email address will not be published. Required fields are marked *

/** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?>