💸 Your GOOGLEFINANCE Function Google Sheets Tutorial 💰

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.พ. 2025

ความคิดเห็น • 43

  • @micheltum
    @micheltum 10 หลายเดือนก่อน

    Exactly what I needed, ty!

    • @coupleracademy
      @coupleracademy  10 หลายเดือนก่อน

      Awesome to hear that!

  • @polster2
    @polster2 ปีที่แล้ว +1

    How do you get the current dividend amount (i.e. for stock = MSFT) and the stock sector (i.e. healthcare or technology) from the Google Finance function?

    • @coupleracademy
      @coupleracademy  ปีที่แล้ว

      Hi! Neither is available for stocks unfortunately. However, if you're interested in mutual funds, GOOGLEFINANCE supports an attribute 'incomedividend' which will give you the latest dividend amount for a fund. Check out all available attributes at support.google.com/docs/answer/3093281?hl=en

  • @onlytanofficial
    @onlytanofficial 7 หลายเดือนก่อน

    This tutorial is so good!!! You just saved my day!! Thank you so much!!

    • @coupleracademy
      @coupleracademy  7 หลายเดือนก่อน +1

      Lovely to hear that, thanks! :)

  • @marcoterrone
    @marcoterrone 3 วันที่ผ่านมา

    Very interesting, thanks!
    A question, is there the possibity to show the all time high?

    • @coupleracademy
      @coupleracademy  2 วันที่ผ่านมา +1

      Unfortunately, the GOOGLEFINANCE function in Google Sheets does not directly provide an all-time high for a stock. You can approximate it by pulling historical price data and using a formula to determine the highest value, but the data is limited to the last 400 days, so it will not reflect the actual all-time high. In this case, you should consider using third-party APIs or financial data providers.

    • @marcoterrone
      @marcoterrone 2 วันที่ผ่านมา +1

      Ok thank you very much for the infos!

    • @coupleracademy
      @coupleracademy  2 วันที่ผ่านมา

      @ you're welcome!

  • @biggles5633
    @biggles5633 ปีที่แล้ว

    Fantastic tutorial, thank you!

  • @GhostDcuo
    @GhostDcuo 3 วันที่ผ่านมา

    The shares outstanding is different in google finance, when i pull it into sheets, than it is on finviz or yahoo. Which one is more accurate? Or should i just use the figure that is the most common?

    • @coupleracademy
      @coupleracademy  2 วันที่ผ่านมา +1

      Indeed, each platform you've named sources and updates its data in a different way, so there will always be a difference between the results.

    • @GhostDcuo
      @GhostDcuo 2 วันที่ผ่านมา +1

      @@coupleracademy Good to know. Thanks.

  • @rajeshmakwana-c2g
    @rajeshmakwana-c2g 7 หลายเดือนก่อน

    super....what is correct syntax to get historical closing price for one particular day ?

    • @coupleracademy
      @coupleracademy  7 หลายเดือนก่อน

      Hi! You'll want to use the following syntax:
      =GOOGLEFINANCE("ticker", "close", DATE(year, month, day)).
      For example:
      =GOOGLEFINANCE("AAPL", "close", DATE(2023, 3, 15))
      If the stock market was closed on the chosen day, the function will return the close price for the next working day. If you have any other questions, feel free to ask :)

  • @ravitiwari6601
    @ravitiwari6601 หลายเดือนก่อน

    very nice

  • @arkabhowmik2981
    @arkabhowmik2981 2 หลายเดือนก่อน

    I have to add query before googlefinance otherwise it is not working

  • @thomaskreisel5764
    @thomaskreisel5764 11 หลายเดือนก่อน

    Is it possible to get numbers like, peg ratio, gross margin, net margin, revenue growth... and so on in google sheets with a formula?

    • @coupleracademy
      @coupleracademy  11 หลายเดือนก่อน

      Unfortunately not. You can see all available attributes at support.google.com/docs/answer/3093281?hl=en

    • @thomaskreisel5764
      @thomaskreisel5764 11 หลายเดือนก่อน

      @@coupleracademy Thanks for the response. Google should really update these features. There is a lot that is missing!

  • @MichelePicaro
    @MichelePicaro ปีที่แล้ว

    Fantastic! Thx!

  • @sumitraju
    @sumitraju 4 หลายเดือนก่อน

    How to get RSI data for a particular stock? Can you help?

    • @coupleracademy
      @coupleracademy  4 หลายเดือนก่อน

      Hi! Unfortunately, the GOOGLEFINANCE function doesn’t provide RSI directly. To get RSI data, you’d need to use external financial APIs or manually calculate it in Google Sheets using price data from GOOGLEFINANCE.
      You could pull daily price data and then apply the RSI formula to calculate it yourself.

  • @harisharnam1
    @harisharnam1 5 หลายเดือนก่อน

    Great. Thank you

  • @Brucysboy
    @Brucysboy 4 หลายเดือนก่อน

    how to i add COLD futures in Google finance?. Thanks

    • @coupleracademy
      @coupleracademy  4 หลายเดือนก่อน

      Hi! Unfortunately, GOOGLEFINANCE doesn’t support futures like COLD directly. For futures data, you might need to rely on external sources or financial APIs and import the data into Google Sheets manually.

  • @CHARANSINGH-lk5wb
    @CHARANSINGH-lk5wb 10 หลายเดือนก่อน

    Hi, is there any way to load sheet fast , and many times it's showing N/A , is there any solution please guide.

    • @coupleracademy
      @coupleracademy  10 หลายเดือนก่อน

      Hi, can you elaborate? Which sheet do you want to load faster? When do you get N/As?

    • @CHARANSINGH-lk5wb
      @CHARANSINGH-lk5wb 10 หลายเดือนก่อน

      @@coupleracademy google finance sheet, I have added 500 stocks with different formula , it's take time to load and many shows N/A , if I referesh then sometime load all the data

  • @_matias_s7017
    @_matias_s7017 ปีที่แล้ว

    Change function doesn't work for me?

    • @coupleracademy
      @coupleracademy  ปีที่แล้ว

      could you elaborate please on which function you want to change? Maybe a reference to a specific timestamp in the video?

    • @_matias_s7017
      @_matias_s7017 ปีที่แล้ว

      @@coupleracademy none of the functions used in 5.38-6.23 work for me

    • @_matias_s7017
      @_matias_s7017 ปีที่แล้ว

      I think I fixed it by putting the funtion language to english

    • @_matias_s7017
      @_matias_s7017 ปีที่แล้ว

      It doesn't seem to work for example eurusd

    • @coupleracademy
      @coupleracademy  ปีที่แล้ว

      @@_matias_s7017 Gotcha, glad you resolved the issue. Enjoy the rest of the video!