{"slug":"tesla-bitcoin-purchase-2021","qid":"filing_receipt","label":"Tesla's SEC filings dated February 8, 2021: plus the year-end cash the purchase came out of","post_title":"Tesla's Bitcoin 10-K: Feb 8, 2021 on the Tape","post_url":"/blog/tesla-bitcoin-purchase-2021#q-filing_receipt","columns":["tesla_filings_that_day","annual_reports","form_type_on_file","fy2020_cash_bn","purchase_pct_of_cash"],"rows":[{"tesla_filings_that_day":1,"annual_reports":1,"form_type_on_file":"10-K","fy2020_cash_bn":19.4,"purchase_pct_of_cash":7.7}],"shape":"scalar","sql":"WITH (\n    SELECT round(toFloat64(cash_and_equivalents) / 1e9, 1)\n    FROM global_markets.stocks_balance_sheets\n    WHERE has(tickers, 'TSLA') AND timeframe = 'annual' AND fiscal_year = 2020\n    LIMIT 1\n) AS yearend_cash_bn\nSELECT\n    count() AS tesla_filings_that_day,\n    countIf(form_type = '10-K') AS annual_reports,\n    any(form_type) AS form_type_on_file,\n    yearend_cash_bn AS fy2020_cash_bn,\n    round(100 * 1.5 / yearend_cash_bn, 1) AS purchase_pct_of_cash\nFROM global_markets.stocks_sec_edgar_index\nWHERE filing_date = '2021-02-08'\n  AND (issuer_name ILIKE '%tesla%' OR cik = '0001318605')","computed_at":"2026-07-26T06:14:45.512866+00:00","elapsed":0.139725165}