Info_Examples.md

May 7, 2026 · View on GitHub

Table of Contents generated with DocToc

1. Stock Info

ticker.info()
>>> ticker.info()
  symbol       address    city        country         phone    zip            industry             sector                              long_business_summary  full_time_employees               web_site report_date
0   TSLA  1 Tesla Road  Austin  United States  512 516 8177  78725  Auto Manufacturers  Consumer Cyclical  Tesla, Inc. designs, develops, manufactures, l...               125665  https://www.tesla.com  2025-04-12

2. SEC Filing

Description: Contains SEC (U.S. Securities and Exchange Commission) filing records for publicly traded companies. Supported form types include:

  • US Domestic Company Forms:
    • 10-K, 10-K/A - Annual report
    • 10-Q, 10-Q/A - Quarterly report
    • 8-K, 8-K/A - Current report (material events)
    • DEF 14A, DEFA14A - Proxy statement (shareholder meetings, executive compensation)
  • Insider Trading Forms:
    • 3, 3/A - Initial beneficial ownership
    • 4, 4/A - Changes in beneficial ownership
    • 5, 5/A - Annual beneficial ownership
    • 144, 144/A - Notice of proposed sale of securities
  • Institutional Holdings:
    • 13F-HR, 13F-HR/A - Institutional holdings report (quarterly)
    • SC 13G, SC 13G/A - Passive investor holdings (>5%)
    • SC 13D, SC 13D/A - Active investor holdings (>5%, may influence company)
  • Foreign Private Issuer Forms (e.g., BABA, PDD, JD):
    • 20-F, 20-F/A - Annual report
    • 6-K, 6-K/A - Current report (quarterly + material events)
  • Canadian Company Forms (e.g., SHOP, TD, RY):
    • 40-F, 40-F/A - Annual report
  • ETF/Investment Company Forms (e.g., SPY, QQQ, VOO):
    • N-CSR, N-CSR/A - Annual/Semi-annual shareholder report
    • N-CSRS, N-CSRS/A - Semi-annual shareholder report
    • N-30D, N-30D/A - Shareholder report (legacy format)
    • NPORT-P - Monthly portfolio holdings
    • N-CEN - Annual report (fund operations)
    • N-Q, N-Q/A - Quarterly portfolio (discontinued, historical data exists)
ticker.sec_filing()
>>> ticker.sec_filing()
     symbol         cik      accession_number company_name  ... filing_date report_date      acceptance_date_time                                         filing_url
0      TSLA  0001318605  0001181431-10-034760  Tesla, Inc.  ...  2010-06-25  2010-06-28  2010-06-25T19:56:19.000Z  https://www.sec.gov/Archives/edgar/data/131860...
1      TSLA  0001318605  0001140361-10-027087  Tesla, Inc.  ...  2010-06-25  2010-06-28  2010-06-25T21:16:53.000Z  https://www.sec.gov/Archives/edgar/data/131860...
2      TSLA  0001318605  0001181431-10-034768  Tesla, Inc.  ...  2010-06-25  2010-06-28  2010-06-25T19:58:52.000Z  https://www.sec.gov/Archives/edgar/data/131860...
3      TSLA  0001318605  0001181431-10-034767  Tesla, Inc.  ...  2010-06-25  2010-06-28  2010-06-25T19:58:36.000Z  https://www.sec.gov/Archives/edgar/data/131860...
4      TSLA  0001318605  0001181431-10-034766  Tesla, Inc.  ...  2010-06-25  2010-06-28  2010-06-25T19:58:22.000Z  https://www.sec.gov/Archives/edgar/data/131860...
...     ...         ...                   ...          ...  ...         ...         ...                       ...                                                ...
1406   TSLA  0001318605  0001104659-25-125703  Tesla, Inc.  ...  2025-12-31  2025-12-30  2026-01-01T02:09:16.000Z  https://www.sec.gov/Archives/edgar/data/131860...
1407   TSLA  0001318605  0001628280-26-000016  Tesla, Inc.  ...  2026-01-02  2026-01-02  2026-01-02T14:20:13.000Z  https://www.sec.gov/Archives/edgar/data/131860...
1408   TSLA  0001318605  0001968582-26-000010  Tesla, Inc.  ...  2026-01-02              2026-01-02T21:45:47.000Z  https://www.sec.gov/Archives/edgar/data/131860...
1409   TSLA  0001318605  0001104659-26-001460  Tesla, Inc.  ...  2026-01-06  2026-01-02  2026-01-07T00:00:54.000Z  https://www.sec.gov/Archives/edgar/data/131860...
1410   TSLA  0001318605  0001972928-26-000001  Tesla, Inc.  ...  2026-01-12  2026-01-08  2026-01-13T00:04:08.000Z  https://www.sec.gov/Archives/edgar/data/131860...

3. Stock Officers

ticker.officers()
>>> ticker.officers()
  symbol                            name                                            title   age  born     pay  exercised  unexercised
0   TSLA                   Brian  Scelfo         Senior Director of Corporate Development  <NA>  <NA>    <NA>          0            0
1   TSLA                Mr. Elon R. Musk  Co-Founder, Technoking of Tesla, CEO & Director    53  1971    <NA>          0            0
2   TSLA       Mr. Franz  von Holzhausen                                   Chief Designer  <NA>  <NA>    <NA>          0            0
3   TSLA                Mr. John  Walker          Vice President of Sales - North America    61  1963  121550          0            0
4   TSLA               Mr. Peter  Bannon                                   Chip Architect  <NA>  <NA>    <NA>          0            0
5   TSLA  Mr. Rodney D. Westmoreland Jr.              Director of Construction Management  <NA>  <NA>    <NA>          0            0
6   TSLA            Mr. Turner  Caldwell                              Engineering Manager  <NA>  <NA>    <NA>          0            0
7   TSLA             Mr. Vaibhav  Taneja                          Chief Financial Officer    46  1978  278000    8517957    202075632
8   TSLA               Mr. Xiaotong  Zhu              Senior Vice President of Automotive    44  1980  926877          0    344144320
9   TSLA                 Travis  Axelrod                       Head of Investor Relations  <NA>  <NA>    <NA>          0            0

4. Accessing Earnings Call Transcripts

5.1 Fetching transcripts list

transcripts = ticker.earning_call_transcripts()
transcripts.get_transcripts_list()
>>> transcripts = ticker.earning_call_transcripts()
>>> transcripts.get_transcripts_list()
   symbol  fiscal_year  fiscal_quarter report_date
0    TSLA         2011               2  2011-08-03
1    TSLA         2011               3  2011-11-03
2    TSLA         2011               4  2012-02-16
3    TSLA         2012               1  2012-05-09
4    TSLA         2012               2  2012-07-25
..    ...          ...             ...         ...
55   TSLA         2025               1  2025-04-22
56   TSLA         2025               2  2025-07-23
57   TSLA         2025               3  2025-10-22
58   TSLA         2025               4  2026-01-28
59   TSLA         2026               1  2026-04-22

[60 rows x 4 columns]

Note: This call returns metadata only. Transcript paragraphs are fetched on demand via get_transcript(fiscal_year, fiscal_quarter), which issues a server-side filtered query (column-pruned + period-filtered) so listing the catalog is cheap regardless of how many quarters are available.

5.2 Fetching the Q4 2024 Earnings Call Transcript

transcripts = ticker.earning_call_transcripts()
transcripts.get_transcript(2024, 4)
>>> transcripts.get_transcript(2024, 4)
    paragraph_number         speaker                                            content
0                  1        Operator  Good afternoon, everyone and welcome to Tesla'...
1                  2       Elon Musk  Thank you. So, in summary, in Q4, we set a rec...
2                  3  Travis Axelrod  Great. Thank you very much, Elon. And, Vaibhav...
3                  4  Vaibhav Taneja  Yeah, I'll talk about things on Earth. As Elon...
4                  5  Travis Axelrod  Great. Thank you very much, Vaibhav. Now, we w...
..               ...             ...                                                ...
74                75  Vaibhav Taneja  So, is your question, Dan, that how do we marr...
75                76  Travis Axelrod                 Go ahead and unmute yourself, Dan.
76                77        Dan Levy  Yeah. More so just how much more aggressively ...
77                78       Elon Musk  Well, right now, the constraint we're trying t...
78                79  Travis Axelrod  Great. Alrighty. And with that, I think we are...

[79 rows x 3 columns]

5.3 Print Formatted Table of 2024 Q4 Earnings Call

transcripts = ticker.earning_call_transcripts()
transcripts.print_pretty_table(2024, 4)
>>> transcripts.print_pretty_table(2024, 4)
Earnings Call Transcripts FY2024 Q4 (Reported on 2025-01-29)
+--------------------+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|   paragraph_number | speaker                             | content                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
+====================+=====================================+=========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|                  1 | Operator                            | Good afternoon, everyone and welcome to Tesla's Fourth Quarter 2024 Q&A Webcast. My name is Travis Axelrod, the Head of Investor Relations here at Tesla, and I am joined today by Elon Musk and Vaibhav Taneja and a number of other executives. Our Q4 results were announced at about 3.00 p.m. Central Time in the update deck we published at the same link as this webcast. During this call, we will discuss our business outlook and make forward-looking statements. These comments are based on our predictions and expectations as of today. Actual events or results could differ materially due to a number of risks and uncertainties, including those mentioned in our most recent filings with the SEC. During the question-and-answer portion of today's call, please limit yourself to one question and one follow-up. Please use the raise hand button to join the question queue. Before we jump into Q&A, Elon has some opening remarks. Elon?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
+--------------------+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|                  2 | Elon Musk                           | Thank you. So, in summary, in Q4, we set a record and delivered vehicles at an annualized rate of nearly 2 million a year. So, congratulations to the Tesla team on excellent work, achieving record production and deliveries. Model Y was the best-selling vehicle of any kind for 2024. That's worth noting. Not just the best electric vehicle, the best vehicle of any kind on earth, number one was Model Y. We're staying focused on maximizing volumes and obviously doubling down for, I don't know what, it really, I was going to say doubling down on autonomy, but really it's like autonomy is like 10x-ing. Frankly, doubling is not even enough. We made many critical investments in 2024 in manufacturing AI and robotics that will bear immense fruit in the future, immense. Like it's, in fact, to such a scale that it is difficult to comprehend. And I've said this before, and I'll stand by it. I see a path, I'm not saying it's an easy path, but I see a path for Tesla being the most valuable company in the world by far, not even close. Like, maybe several times more than, I mean, there is a path where Tesla is worth more than the next top five companies combined. There's a path to that. I mean, I think it's like an incredibly, just like a difficult path, but it is an achievable path. So -- and that is overwhelmingly due to autonomous vehicles and autonomous humanoid robots. So, our focus is actually building towards that. And that's where we're laying the ground. We laid the ground work for that in 2024. We'll continue to lay the ground work for that in 2025. In fact, more than laid the groundwork actually, so it would be building the structure, it’d be we're building the manufacturing lines and like -- like, setting up for what I think will be an epic 2026 and a ridiculous ‘27 and ‘28. Ridiculously good. That is my prediction. As yet, very few people understand the value of Full Self Driving and our ability to monetize the fleet. I've -- some of these things I've said for quite a long time and I know people said, well, Elon is the boy who cried wolf like several times but I'm telling you there's a damn wolf this time and you can drive it. In fact, it can drive you. It's a self-driving wolf. For a lot of people, like their experience of Tesla autonomy is like, if it's even a year old, if it's even two years old, it's like meeting someone when they're like a toddler and thinking that they're going to be a toddler forever. But obviously they're not going to be a toddler forever if they grow up. But if their last experience was like, FSD was a toddler, it's like, well, it's grown up now. Have you seen it? It's like walks and talks. And that's really what we've got. And it's difficult for people to understand this because human intuition is linear as opposed to what we're seeing is exponential progress. So, that's why my number one recommendation for anyone who doubts is simply try it. Have you tried it? When's the last time you tried it? And the only people who are skeptical, the only people who are skeptical are those who have not tried it. So, a car goes -- a passenger car typically has only about 10 hours of utility per week out of 168. A very small percentage. Once that car is autonomous, my rough estimate is that it is in use for at least a third of the hours of the week. So, call it 50, maybe 55 hours of the week. And it can be useful both for cargo delivery and people delivery. So, even let's say people are asleep, but you can deliver packages in the middle of the night or resupply restaurants or whatever the case may be, whatever people need at all hours of the day or night. That same asset, the thing that these things that already exist with no incremental cost change, just a software update, now have five times or more the utility than they currently have. I think this will be the largest asset value increase in human history. Maybe there's something bigger, but I just don't know what it is. And so people who look in the rearview mirror are looking for past precedent, except I don't think there is one. So -- but the reality of autonomy is upon us. And I repeat my advice, try driving the car or let it drive you. So, now it works very well in the US, but of course it will over time work just as well everywhere else. So, we're working hard to grow our annual volumes. Our constraint this year -- our current constraint is battery packs this year, but we're working on addressing that constraint. And I think we will make progress on addressing that constraint. And then things are really going to go ballistic next year, and really ballistic in ‘27 and ‘28. So, yeah. So, a bit more on Full Self Driving. Our Q4 Vehicle Safety Report shows continued year-over-year improvement in safety for vehicles so that the safety numbers, if somebody has supervised Full Self Driving turned on or not, the safety differences are gigantic. So, and people have seen the immense improvement with Version 13 and with incremental versions in Version 13 and then Version 14 is going to be yet another step beyond that that is very significant. We launched the Cortex training cluster at Gigafactory Austin, which was a significant contributor to FSD advancement, and we continue to invest in training infrastructure out of Texas headquarters. So, the training needs for Optimus or Optimus humanoid robot are probably at least ultimately 10x of what's needed for the car, at least to get to the full range of useful roles. You can say, how many different roles are there for a humanoid robot versus a car? Humanoid robot has probably, well, 1000 times more uses and more complex things than in a car. That doesn't mean the training scales by a 1000, but it's probably 10x. Now you can do this progressively. So it doesn't mean like, or Tesla is going to spend like \$500 billion in training compute. Because we obviously train Optimus to do enough tasks to match the output of Optimus robots. And obviously, the cost of training is dropping dramatically with time. So, it is one of those things where I think long-term, Optimus will be -- Optimus has the potential to be north of \$10 trillion in revenue. Like, it's really bananas. So that you can obviously afford a lot of training compute in that situation. In fact, even \$500 billion training compute in that situation would be quite a good deal. Yeah. The future's going to be incredibly different from the past, that's for sure. We live at this unbelievable inflection point in human history. So, yeah. So, the proof is in the pudding. So, we're going to be launching unsupervised Full Self Driving as a paid service in Austin in June. So -- and I've talked with the team. We feel confident in being able to do an initial launch of unsupervised, no one in the car, Full Self Driving in Austin in June. We already have Tesla's operating autonomously unsupervised Full Self Driving at our factory in Fremont and we’ll soon be doing that at our factory in Texas. So, thousands of cars every day are driving with no one in them at our Fremont factory in California. They will soon be doing that in Austin and then elsewhere in the world for the rest of our factories which is pretty cool. And the cars aren't just driving to exactly the same spot because obviously it all, [went and collide] (ph) at the same spot. The cars are actually programmed with what lane they need to park in to be picked up for delivery. So, they drive from the factory end of line to their specific - to their destination parking spot and then could be picked up for delivery to customers and then doing this reliably every day, thousands of times a day. It's pretty cool. Like I said, the Teslas will be in the wild with no one in them, in June in Austin. So, what I'm saying is this is not some far-off mythical situation. It's literally, five, six months away, five months away kind of thing. And while we're stepping into -- putting our toe in the water gently at first, just to make sure everything's cool, our solution is a generalized AI solution. It does not require high precision maps of a locality. So we just want to be cautious. It's not that it doesn't work beyond Austin. In fact, it does. We just want to be, put a toe in the water, make sure everything is okay, then put a few more toes in the water, then put a foot in the water with safety of the general public and those in the car as our top priority. With regard to Optimus, obviously I'm making these revenue predictions that sound absolutely insane. I realize that. But they are, I think, they will prove to be accurate. Yeah. Now, with Optimus, there's a lot of uncertainty on the exact timing, because it's not like a train arriving at the station for Optimus. We are designing the train and the station and in real time while also building the tracks. And so they're like, people shouldn’t say like, why didn't the train arrive exactly at 12:05? We're literally designing the train and the track and the station in real time while you're saying, how can we predict this thing with absolute precision? It's impossible. The normal internal plan calls for roughly 10,000 Optimus robots to be built this year. Will we succeed in building 10,000 exactly by the end of December this year? Probably not, but will we succeed in making several thousand? Yes, I think we will. Will those several thousand Optimus robots be doing useful things by the end of year? Yes, I'm confident they will do useful things. The Optimus in use at the Tesla factories, production design one, will inform how - what we change for production design two, which we expect to launch next year. And our goal is to ramp prompt Optimus production faster than maybe anything's ever been ramped. Meaning, like aspirationally an order of magnitude ramp per year. Now, if we aspire to an order of magnitude ramp per year, perhaps we only end up with a half order of magnitude per year. But that's the kind of growth that we're talking about. It doesn't take very many years before we're making 100 million of these things a year. If you go up by, let's say, a factor, by 5x per year, insane. Not 50%, 500%. So, these are big growth numbers. Yeah. But we do need to be -- this is an entirely new supply chain, is entirely new technology. There's nothing off the shelf to use. We try desperately with Optimus to use any existing motors, any actuators, sensors, nothing worked for our humanoid robot, at any price. We had to design everything from physics first principles to work for a humanoid robot and with the most sophisticated hand that has ever been made before, by far. And Optimus will be able to like play the piano and be able to thread a needle. I mean this is the level of precision no one has been able to achieve. And so it's really something special. So, yeah, so -- and my prediction long term is that Optimus will be overwhelmingly the value of the company. Regarding energy, back to Earth. Mr. Elon, can you come back here for a minute? Okay, back to Earth. Energy storage is a big deal and will become, it's already super important, will become incredibly important in the future. And it is something that enables far greater energy output to the grid than is currently possible. Because the grid, the grids are -- the vast majority of the grid has no energy storage capability. So, they have to design the power plants to, for very high peaks and assuming that there's no energy storage. Once you have grid energy storage and home-based energy storage, the actual total energy output per year of the grid is dramatically greater than people think. Maybe it's at least double. This will drive the demand of stationary battery packs, and especially the grid scale ones, to insane, basically as much demand as we could possibly make. So, we have our second factory, which is in Shanghai, that's starting operation and we're building a third factory. So we're trying to ramp output of the stationary battery storage as quickly as possible. Now, there is a challenge here where we have to be careful to that we're not robbing from one pocket to take to another pocket because for a given gigawatt hours per year of the cell output, we have to say, does it go into stationary applications or mobile applications? It can't go both into both. So, we have to make that trade-off. Yeah. But overall, the demand for total gigawatt hours of batteries, whether mobile or stationary, that will grow in a very, very big way over time. So, in conclusion, 2025 really is a pivotal year for Tesla. And when we look back on 2025 and the launch of unsupervised Full Self Driving, true real-world AI that actually works, I think they may regard it as the biggest year in Tesla history, maybe even bigger than our first car, the Roadster or the Model S, so the Model 3 or Model Y. In fact, I think it probably will be viewed ‘25 as maybe the most important year in Tesla's history. There is no company in the world that is as good at real-world AI as Tesla. I don't even know who’s in second place. Like, you say like who's in second place for real-world AI. I would need a very big telescope to see them. That's how far behind they are. All right. |
+--------------------+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|                  3 | Travis Axelrod                      | Great. Thank you very much, Elon. And, Vaibhav has some opening remarks as well.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
+--------------------+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|                  4 | Vaibhav Taneja                      | Yeah, I'll talk about things on Earth. As Elon mentioned, in Q4, we set records in vehicle deliveries and energy storage deployments in an uncertain macro environment. We were able to grow auto and energy storage volumes both sequentially and on a year-on-year basis. For this, I would like to thank the efforts of everyone at Tesla to make this a reality and our customers who helped us achieve this feat. Coming into the fourth quarter, our focus was to reduce inventory levels in the automotive business and we accomplished that by ending the quarter with the lowest finished good inventory in the last two years. This was a result of offering not only attractive financing options but also other discounts and programs which impacted ASPs. While we saw volume growth in almost all regions that we operate in, we hit a new record for deliveries in the Greater China market. This is an encouraging trend since we grew volume in a highly competitive BEV market. On the automotive margin front, we saw a quarter-over-quarter decline primarily due to lower ASPs and due to the recognition of FSD related revenue in Q3 from feature releases. Our journey on cost reduction continues, and we were able to get our overall cost per car down below \$35,000, primarily by material costs. This was despite increased depreciation and other costs as we prepare for the transition to the new Model Y for which we recently started taking orders in all markets. All our factories will start producing the new Model Y next month while we feel confident in our team’s abilities to ramp production quickly, know that it is an unprecedented change and we are not aware of anybody else taking the best-selling car on the planet and updating all factories at the same time. This changeover will result in several weeks of lost production in the quarter. As a result, margins will be impacted due to idle capacity and other ramp related costs, as is common in any launch, but will be overcome as production is ramped. We will be introducing several new products throughout 2025. We are still on track to launch a more affordable model in the first half of 2025 and will continue to expand our lineup from there. From a dollar-for-dollar basis, we believe we have the most compelling lineup today compared to the industry, and it will continue to get better from here. As always, all our products come with the best software in the industry, autonomy features and capable of full autonomy in the future. And despite the premium experience, the total cost of ownership is close to mass market, less premium competitors. Energy storage deployments reached an all-time high in Q4, and this -- and resulted in -- but declined sequentially. This was a result of higher -- sorry, growth came from Megapack and Powerwall. Both businesses continue to be supply constrained, and like Elon mentioned, we're trying to ramp up production with Megafactory Shanghai coming online this quarter onwards. While quarterly deployments will likely continue to fluctuate sequentially, we expect at least 50% growth in deployments year-over-year in 2025. Gross profit and margins in the service and other business was up year-over-year but declined sequentially. This was the result of higher service center costs and lower profit from used car business. The businesses within service and other primarily support our new car business, especially through their impact on total cost of ownership. Therefore, while we manage them to be positive on a GAAP basis, we do not expect similar margins as the rest of the business. There's a lot of uncertainty around tariffs. Over the years, we've tried to localize our supply chain in every market, but we are still very reliant on parts from across the world for all our businesses. Therefore, the imposition of tariffs, which is very likely, and any [Indiscernible] will have an impact on our business and profitability. Our operating expenses grew both year-over-year and sequentially. The biggest driver of the increase was R&D as we continue to invest in AI-related initiatives. The remaining increase came from growth in our sales capabilities and marketing efforts from referral program. For 2025, we expect operating expenses to increase to support our growth initiatives. It is important to point out that the net income in Q4 was impacted by a \$600 million mark-to-market benefit from Bitcoin due to the adoption of a new accounting standard for digital assets, whereby we will change -- we will take mark-to-market adjustments through other income every reporting period going forward. Our free cash flow for the quarter was \$2 billion, and despite CapEx increase of over \$2.4 billion in 2024, we were able to generate free cash flow of \$3.6 billion for the year. CapEx efficiency is something we are extremely focused on. While we have invested in AI-related initiatives, we have done so in a very targeted manner to utilize the spend to get immediate benefits. The build-out of Cortex was accelerated because of the role -- actually to accelerate the rollout of FSD Version 13. Accumulative AI-related CapEx, including infrastructure, so far has been approximately \$5 billion. And for 2025, we expect our CapEx to be flat on a year-over-year basis. In conclusion, like Elon said, 2025 is going to be a pivotal year for Tesla. There are a lot of investments which we have made and will continue to make in this coming year, which will set the pace for the next phase of growth. And it is something which now I'm getting out of earth, it is going to be out of this world. And we just are putting the right foundation. And that's all I have.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
+--------------------+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|                  5 | Travis Axelrod                      | Great. Thank you very much, Vaibhav. Now, we will move over to investor questions and we'll start with say.com. The first question is, is unsupervised FSD still planned to be released in Texas and California this year? What hurdles still exist to make that happen? You addressed the Texas piece, I think, already, so...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
|                   ...                                   ...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
+--------------------+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|                 75 | Vaibhav Taneja                      | So, is your question, Dan, that how do we marry our future growth aspects with FSD?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
+--------------------+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|                 76 | Travis Axelrod                      | Go ahead and unmute yourself, Dan.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
+--------------------+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|                 77 | Dan Levy                            | Yeah. More so just how much more aggressively you would be willing to sell your cars versus in light of your improvements on FSD.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+--------------------+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|                 78 | Elon Musk                           | Well, right now, the constraint we're trying to solve is battery production as opposed to demand. So, there are -- now Q1, we've got this massive factory retooling for the new Model Y, for example. That obviously has a short-term impact on output. But the problem we are seeing with, in fact, we're talking that the executive team and I were talking about just before this call was we've got to figure out how to increase total gigawatt hours of battery production this year one way or another. That's the constraint on our output.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
+--------------------+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|                 79 | Travis Axelrod                      | Great. Alrighty. And with that, I think we are all done for today. So, thanks, everyone, so much for all your questions. We look forward to talking to you next quarter. Thank you very much, and goodbye.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
+--------------------+-------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

5. Accessing Financial News

5.1 List All News Articles

news = ticker.news()
news.get_news_list()
>>> news.get_news_list()
                                      uuid                                    related_symbols  ...                                               link
0     a8f7471f-5c09-39d9-bcb3-873f4ec162ac                           [INTC, IRBT, NVDA, TSLA]  ...  https://finance.yahoo.com/news/nvidia-tesla-in...
1     26157f11-598f-327a-b7ba-12b2b3093c24                           [AMRK, PGR, TSLA, ^GSPC]  ...  https://finance.yahoo.com/news/progressive-mar...
2     7d67bd1f-8418-3ff8-8aa0-b96f1b3aa824                                 [FUTU, TEAM, TSLA]  ...  https://finance.yahoo.com/news/3-growth-compan...
3     1eac3fd0-d535-3986-a8bc-8e910f52e36e                       [ACN, CVCCF, PDD, QXO, TSLA]  ...  https://finance.yahoo.com/m/1eac3fd0-d535-3986...
4     08501801-66ee-3113-a401-9e991895ffc1  [AAPL, ADSK, AFRM, BA, C, CG, DGX, ETSY, GDS, ...  ...  https://finance.yahoo.com/news/autodesk-proxy-...
...                                    ...                                                ...  ...                                                ...
2954  04799337-4272-3d00-aab1-efc014c812a5                                             [TSLA]  ...  https://finance.yahoo.com/m/04799337-4272-3d00...
2955  86f80398-815b-35e2-8af0-b2bdc9b650d7                                             [TSLA]  ...  https://finance.yahoo.com/m/86f80398-815b-35e2...
2956  2992d83f-26b1-3822-b3d7-6a6d1f0fa11a                                             [TSLA]  ...  https://finance.yahoo.com/m/2992d83f-26b1-3822...
2957  5a94db5c-b9f9-3d4d-a546-d8b2a58ed998                                             [TSLA]  ...  https://finance.yahoo.com/m/5a94db5c-b9f9-3d4d...
2958  3032d30a-f7c9-3baa-963c-c6b8a0a01f81                                             [TSLA]  ...  https://finance.yahoo.com/m/3032d30a-f7c9-3baa...

[2959 rows x 7 columns]

Note: This call returns metadata only. Article paragraphs are fetched on demand via get_news(uuid), which issues a server-side filtered query (column-pruned + uuid+ticker filtered) so listing the catalog is cheap regardless of how many articles are available.

5.2 Retrieve Specific News Content

news = ticker.news()
news.get_news("26157f11-598f-327a-b7ba-12b2b3093c24")
>>> news.get_news("26157f11-598f-327a-b7ba-12b2b3093c24")
                                   uuid           related_symbols  ...                                               link                                               news
1  26157f11-598f-327a-b7ba-12b2b3093c24  [AMRK, PGR, TSLA, ^GSPC]  ...  https://finance.yahoo.com/news/progressive-mar...  [{'paragraph_number': 1, 'highlight': 'For Imm...

[1 rows x 8 columns]

5.3 Display Formatted News Article

news.print_pretty_table("26157f11-598f-327a-b7ba-12b2b3093c24")
>>> news.print_pretty_table("26157f11-598f-327a-b7ba-12b2b3093c24")
             Progressive and A-Mark Precious Metals have been highlighted as Zacks Bull and Bear of the Day
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                              Zacks / 2025-03-13 / STORY                                              │
│                                               [AMRK, PGR, TSLA, ^GSPC]                                               │
│              https://finance.yahoo.com/news/progressive-mark-precious-metals-highlighted-140700609.html              │
│                                                                                                                      │
│For Immediate Release                                                                                                 │
│                                                                                                                      │
│Chicago, IL – March 13, 2025 – Zacks Equity Research shares The Progressive Corp. PGR as the Bull of the Day and      │
│A-Mark Precious Metals AMRK as the Bear of the Day. In addition, Zacks Equity Research provides analysis on Tesla     │
│TSLA, General Motors GM and Zapp Electric Vehicles Group Ltd. ZAPP.                                                   │
│                                                                                                                      │
│Here is a synopsis of all five stocks:                                                                                │
│                                                                                                                      │
│Bull of the Day:                                                                                                      │
│                                                                                                                      │
│The Progressive Corp., a current Zacks Rank #1 (Strong Buy), is a leading independent agency writer of private        │
│passenger auto coverage and the market share leader for the motorcycle products since 1998.                           │
│                                                                                                                      │
│Analysts have taken their expectations higher across the board, landing the stock into the highly-coveted Zacks Rank  │
│#1 (Strong Buy).                                                                                                      │
│                                                                                                                      │
│In addition to favorable earnings estimate revisions, the company resides within the Zacks Insurance – Property &     │
│Casualty industry, currently ranked in the top 14% of all Zacks industries. Let's take a deeper look at the company.  │
│                                                                                                                      │
│PGR Shares Soar                                                                                                       │
│                                                                                                                      │
│PGR shares have been rockstar performers in 2025 so far, up nearly 20% and widely outperforming relative to the S&P   │
│500. Strong quarterly results helped aid the move, with the company exceeding our consensus EPS and sales expectations│
│in six consecutive releases.                                                                                          │
│                                                                                                                      │
│Net premiums earned, the company's core driver of revenue, have shown solid growth over recent periods, growing 20%   │
│year-over-year throughout its latest quarter. The momentum here is undoubtedly a big positive for PGR, leading to     │
│strong quarterly prints over recent periods.                                                                          │
│                                                                                                                      │
│Shares also provide a small level of passive income, with PGR shares currently yielding a modest 0.1% annually. While │
│the current yield may be underwhelming, the raw share performance helps bridge that gap nicely.                       │
│                                                                                                                      │
│Bottom Line                                                                                                           │
│                                                                                                                      │
│Investors can implement a stellar strategy to find expected winners by taking advantage of the Zacks Rank – one of the│
│most powerful market tools that provides a massive edge.                                                              │
│                                                                                                                      │
│The top 5% of all stocks receive the highly coveted Zacks Rank #1 (Strong Buy). These stocks should outperform the    │
│market more than any other rank.                                                                                      │
│                                                                                                                      │
│The Progressive would be an excellent stock for investors to consider, as displayed by its Zack Rank #1 (Strong Buy). │
│                                                                                                                      │
│Bear of the Day:                                                                                                      │
│                                                                                                                      │
│A-Mark Precious Metals is a full-service precious metals trading company offering various products and services.      │
│Analysts have taken a bearish stance on the company's outlook, landing the stock into a Zacks Rank #5 (Strong Sell).  │
│                                                                                                                      │
│In addition, the company currently resides in the Zacks – Precious Metals and Jewels industry, which is currently     │
│ranked in the bottom 1% of all Zacks industries. Let's take a closer look at the company.                             │
│                                                                                                                      │
│AMRK Falls Short of Expectations                                                                                      │
│                                                                                                                      │
│AMRK shares haven't done much so far in 2025, down roughly 1% and modestly outperforming relative to the S&P 500. The │
│company has struggled to exceed bottom line expectations for some time now, falling short of our consensus EPS        │
│estimates by an average of 42% across its last four releases.                                                         │
│                                                                                                                      │
│Slower market conditions and elevated precious metals prices have negatively impacted the company's results, though   │
│sales of \$2.7 billion throughout its latest period still reflected 30% YoY growth.                                    │
│                                                                                                                      │
│Shares do yield a sizable 2.9% annually compared to a 1.3% yield from the S&P 500, with the company also boasting a   │
│regular quarterly cash dividend policy of \$0.20 per share.                                                            │
│                                                                                                                      │
│Nonetheless, income-focused investors would be better off waiting until the earnings picture improves, which would    │
│signal a bullish change in sentiment.                                                                                 │
│                                                                                                                      │
│Bottom Line                                                                                                           │
│                                                                                                                      │
│Analysts' negative earnings estimate revisions paint a challenging picture for the company's shares in the near term. │
│                                                                                                                      │
│A-Mark Precious Metals is a Zacks Rank #5 (Strong Sell), indicating that analysts have taken a bearish stance on the  │
│company's earnings outlook.                                                                                           │
│                                                                                                                      │
│For those seeking strong stocks, a great idea would be to focus on stocks carrying a Zacks Rank #1 (Strong Buy) or a  │
│Zacks Rank #2 (Buy). These stocks sport a notably stronger earnings outlook and the potential to deliver explosive    │
│gains in the near term.                                                                                               │
│                                                                                                                      │
│Additional content:                                                                                                   │
│                                                                                                                      │
│                                                                                                                      │
│                                                                                                                      │
│Will Trump's Endorsement of Tesla Help Improve Sales?                                                                 │
│                                                                                                                      │
│Tesla, one of the world's most well-known electric vehicle (EV) manufacturers, has faced a significant drop in its    │
│stock price and sales, raising concerns among investors. The stock managed to rise 3.8% yesterday to close at \$230.58,│
│after U.S. President Donald Trump's show of support for the company.                                                  │
│                                                                                                                      │
│Over the past month, however, the company's shares have fallen 35.3%, underperforming the Zacks Auto, Tires and Trucks│
│sector's decline of 21.8% and the Zacks Automotive – Domestic industry's decline of 32.6%. The S&P 500 index has lost │
│8.4% over the same time frame.                                                                                        │
│                                                                                                                      │
│While President Trump has claimed that political boycotts against Tesla and its CEO Elon Musk by "radical left        │
│lunatics" are to blame, analysts have been pointing at declining sales, production concerns and broader economic      │
│uncertainties as the main drivers of its share price decline.                                                         │
│                                                                                                                      │
│The President hosted a unique event on Tuesday, transforming the South Lawn of the White House into a temporary Tesla │
│showroom, featuring five Tesla vehicles, including the widely-discussed Cybertruck, in a bold display of support for  │
│the billionaire entrepreneur. The event has garnered significant attention as it is highly unusual for a sitting      │
│president to endorse a private consumer product so publicly.                                                          │
│                                                                                                                      │
│Trump's Policies & Support Give Tesla a Competitive Edge                                                              │
│                                                                                                                      │
│Trump has been publicly supporting Musk ever since the start of his term, recently even purchasing a red Tesla Model S│
│himself at full price to show confidence in the company. He has described the ongoing boycotts against Tesla as       │
│"illegal," despite legal precedent affirming Americans' right to protest private businesses.                          │
│                                                                                                                      │
│Trump's economic policies, including the 25% tariffs on imported auto parts from Canada and Mexico, are also likely to│
│aid Tesla by hurting its rivals. TSLA builds all the cars it sells in California and Texas, protecting it from the    │
│tariffs that can hugely disrupt its competitors' supply chains and pump up costs.                                     │
│                                                                                                                      │
│The administration's efforts to remove financial support for the construction of fast-charging stations for EVs have  │
│also been perceived as a move that can hurt companies aiming to compete with TSLA's extensive network. Furthermore,   │
│Trump has been trying to cut down on the loans and subsidies that competitors like Ford and Rivian use to finance     │
│their EV and battery factories, a strategy again in favor of Tesla.                                                   │
│                                                                                                                      │
│TSLA Faces Backlash, Global Sales Drop & Rising Competition                                                           │
│                                                                                                                      │
│Musk, who has taken an active political role as the head of Trump's Department of Government Efficiency (DOGE), has   │
│become a rather polarizing figure, resulting in backlash from certain consumer groups and activists. At least 10 acts │
│of vandalism against TSLA's vehicles, dealerships or charging stations have been reported in recent weeks,            │
│highlighting the intensity of the adverse public reaction to Musk's role in the federal government and thus impacting │
│the Tesla brand's public perception.                                                                                  │
│                                                                                                                      │
│The company's global sales data reflects this trend, with sales in China and Australia falling by 49.16% and 71.9%,   │
│respectively, in February 2025. In Germany, the drop was a massive 76.3% on a year-over-year basis, with a total of   │
│1,592 units sold, even though the country saw a 30% year-over-year rise in overall EV sales in the month.             │
│                                                                                                                      │
│On the other hand, countermeasures from countries like Canada and China, in response to Trump's tariffs, are expected │
│to further affect TSLA's sales in these countries. Chinese domestic EV manufacturers are posing tough competition to  │
│Tesla. BYD sold over 318,000 electric and hybrid cars last month, a whopping 161% increase from the same month last   │
│year.                                                                                                                 │
│                                                                                                                      │
│What Do the Zacks Estimates for Tesla Say?                                                                            │
│                                                                                                                      │
│The Zacks Consensus Estimate for TSLA's first-quarter 2025 EPS is currently pegged at 59 cents, down 3.3% over the    │
│past 30 days and indicating year-over-year growth of 31.11%.                                                          │
│                                                                                                                      │
│The consensus mark for Tesla's full-year 2025 EPS is currently pegged at \$2.99 and has moved north by 1.4% over the   │
│past 7 days. The figure suggests growth of 23.55% on a year-over-year basis.                                          │
│                                                                                                                      │
│Conclusion                                                                                                            │
│                                                                                                                      │
│The public endorsement and support of Tesla and Elon Musk by the sitting president of a democratic country is         │
│unprecedented and provides a significant advantage to the company. However, this support has come with intense        │
│backlash, which is understandable, as it raises ethical concerns about why the President is so openly supporting a    │
│private individual and whether such favoritism is appropriate.                                                        │
│                                                                                                                      │
│This controversy, combined with declining sales and economic uncertainties, adds to Tesla's challenges. The company's │
│future now hinges on its ability to navigate these issues while maintaining its position as a leader in the EV market.│
│                                                                                                                      │
│TSLA currently carries a Zacks Rank #3 (Hold), implying that it may be wise for investors to wait for a more favorable│
│entry point in the stock. You can see the complete list of today's Zacks #1 Rank (Strong Buy) stocks here.            │
│                                                                                                                      │
│Key Picks                                                                                                             │
│                                                                                                                      │
│Some better-ranked stocks in the auto space are General Motors and Zapp Electric Vehicles Group Ltd.. GM and ZAPP     │
│currently carry a Zacks Rank #2 (Buy) each.                                                                           │
│                                                                                                                      │
│The Zacks Consensus Estimate for GM's 2025 earnings has moved north 0.5% over the past 7 days and suggests year-over- │
│year growth of 8.68%. It is currently pegged at \$11.52 per share.                                                     │
│                                                                                                                      │
│The Zacks Consensus Estimate for ZAPP's fiscal 2025 loss is currently pegged at 84 cents per share, and narrowed by   │
│half over the past 30 days. The figure suggests growth of 67.2% on a year-over-year basis.                            │
│                                                                                                                      │
│Why Haven't You Looked at Zacks' Top Stocks?                                                                          │
│                                                                                                                      │
│Since 2000, our top stock-picking strategies have blown away the S&P's +7.7% average gain per year. Amazingly, they   │
│soared with average gains of +48.4%, +50.2% and +56.7% per year.                                                      │
│                                                                                                                      │
│Today you can access their live picks without cost or obligation.                                                     │
│                                                                                                                      │
│See Stocks Free >>                                                                                                    │
│                                                                                                                      │
│Media Contact                                                                                                         │
│                                                                                                                      │
│Zacks Investment Research                                                                                             │
│                                                                                                                      │
│800-767-3771 ext. 9339                                                                                                │
│                                                                                                                      │
│https://www.zacks.com                                                                                                 │
│                                                                                                                      │
│Zacks.com provides investment resources and informs you of these resources, which you may choose to use in making your│
│own investment decisions. Zacks is providing information on this resource to you subject to the Zacks "Terms and      │
│Conditions of Service" disclaimer. www.zacks.com/disclaimer.                                                          │
│                                                                                                                      │
│Past performance is no guarantee of future results. Inherent in any investment is the potential for loss.This material│
│is being provided for informational purposes only and nothing herein constitutes investment, legal, accounting or tax │
│advice, or a recommendation to buy, sell or hold a security. No recommendation or advice is being given as to whether │
│any investment is suitable for a particular investor. It should not be assumed that any investments in securities,    │
│companies, sectors or markets identified and described were or will be profitable. All information is current as of   │
│the date of herein and is subject to change without notice. Any views or opinions expressed may not reflect those of  │
│the firm as a whole. Zacks Investment Research does not engage in investment banking, market making or asset          │
│management activities of any securities. These returns are from hypothetical portfolios consisting of stocks with     │
│Zacks Rank = 1 that were rebalanced monthly with zero transaction costs. These are not the returns of actual          │
│portfolios of stocks. The S&P 500 is an unmanaged index. Visit https://www.zacks.com/performancefor information about │
│the performance numbers displayed in this press release.                                                              │
│                                                                                                                      │
│Want the latest recommendations from Zacks Investment Research? Today, you can download 7 Best Stocks for the Next 30 │
│Days. Click to get this free report                                                                                   │
│                                                                                                                      │
│The Progressive Corporation (PGR) : Free Stock Analysis Report                                                        │
│                                                                                                                      │
│General Motors Company (GM) : Free Stock Analysis Report                                                              │
│                                                                                                                      │
│Tesla, Inc. (TSLA) : Free Stock Analysis Report                                                                       │
│                                                                                                                      │
│A-Mark Precious Metals, Inc. (AMRK) : Free Stock Analysis Report                                                      │
│                                                                                                                      │
│Zapp Electric Vehicles Group Limited (ZAPP) : Free Stock Analysis Report                                              │
│                                                                                                                      │
│This article originally published on Zacks Investment Research (zacks.com).                                           │
│                                                                                                                      │
│Zacks Investment Research                                                                                             │
│                                                                                                                      │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯