У нас вы можете посмотреть бесплатно GOOGLE FINANCE Function | Retrieving Stock Data или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Get Real-Time Stock Data using this GOOGLE FINANCE Function Tool. Created using Google Sheets! Access this ready-to-use tool: https://planetfinance.info/products/g... This is a demonstration and tutorial video of the Planet Finance GOOGLE FINANCE Tool. With this tool you will be able to use the GOOGLE FINANCE function to fetch current and historical securities information from Google Finance. The tutorial explains how to build this tool from scratch. 🌐 Shop our trackers & tools: https://planetfinance.info 📈 Patreon subscription to support our work: / planetfinance ☕ Donations: https://ko-fi.com/planetfinance 📸 TikTok: / planet.finance As always, please let us know if you have any questions or feedback. This is always appreciated and we will try our best to answer as soon as possible. Thanks so much for watching! Cheers, PF 🔹Formulas: 🔹Screener Table: =GOOGLEFINANCE($D$5,"name") =GOOGLEFINANCE($D$5,"price") =GOOGLEFINANCE($D$5,"changepct")/100 =GOOGLEFINANCE($D$5,"change") =IFERROR(GOOGLEFINANCE($D$5,"volume"),"-") =GOOGLEFINANCE($D$5,"closeyest") =IFERROR(GOOGLEFINANCE($D$5,"high52"),"-") =IFERROR(GOOGLEFINANCE($D$5,"low52"),"-") =IFERROR(GOOGLEFINANCE($D$5,"CURRENCY"),"-") =IFERROR(GOOGLEFINANCE($D$5,"shares"),"-") =IFERROR("$"&ROUND(GOOGLEFINANCE($D$5,"Marketcap")/1000000000,2)&" B","-") =IFERROR(GOOGLEFINANCE($D$5,"pe"),"-") =IFERROR(GOOGLEFINANCE($D$5,"beta"),"-") =IFERROR(GOOGLEFINANCE($D$5,"eps"),"-") =IFERROR(GOOGLEFINANCE($D$5,"expenseratio"),"-") 🔹Trendy Line Charts: =SPARKLINE(GOOGLEFINANCE($D$5,"Price",today()-C23,today())) =SPARKLINE(GOOGLEFINANCE($D$5,"Price",today()-C26,today())) 🔹Currency Table: =IFERROR(IF($D$15=$F$5,"-",$F$5&" "&ROUND(GOOGLEFINANCE("CURRENCY:"&$D$15&""&$F$5&"")*D7,2)),"-") =IFERROR(IF($D$15=$F$5,"-",$F$5&" "&ROUND(GOOGLEFINANCE("CURRENCY:"&$D$15&""&$F$5&"")*D9,2)),"-") =IFERROR(IF($D$15=$F$5,"-",$F$5&" "&ROUND(GOOGLEFINANCE("CURRENCY:"&$D$15&""&$F$5&"")*D11,2)),"-") =IFERROR(IF($D$15=$F$5,"-",$F$5&" "&ROUND(GOOGLEFINANCE("CURRENCY:"&$D$15&""&$F$5&"")*D12,2)),"-") =IFERROR(IF($D$15=$F$5,"-",$F$5&" "&ROUND(GOOGLEFINANCE("CURRENCY:"&$D$15&""&$F$5&"")*D13,2)),"-") =IFERROR(D15&F5&": "&ROUND(GOOGLEFINANCE("CURRENCY:"&$D$15&""&$F$5&""),2),"-") =IFERROR($F$5&" "&ROUND(IF($D$15=$F$5,"-",GOOGLEFINANCE("CURRENCY:"&$D$15&""&$F$5&"")*GOOGLEFINANCE($D$5,"Marketcap")/1000000000),2)&" B","-") =IFERROR(IF($D$15=$F$5,"-",$F$5&" "&ROUND(GOOGLEFINANCE("CURRENCY:"&$D$15&""&$F$5&"")*D20,2)),"-") 🔹Historical Data Table: =GOOGLEFINANCE($D$34,$D$35,$D$36,$D$37,$D$38) Resources: Access to the Google Finance website where you can search for exchange and ticker symbols: https://www.google.com/finance/ Access to the GOOGLE FINANCE Function Help Centre to see the list of attributes and parameters you can use: https://support.google.com/docs/answe... Access to the Google Finance Disclaimer page where you can understand the exchanges available and the origin of the data you fetch with the function: https://www.google.com/googlefinance/... 🚩Chapters: 00:00 Demo 03:08 Tutorial #GoogleFinance #LiveData #Stocks