Google Spreadsheet
[구글 스프레드시트]구글 스프레드시트에서 주식 정보 사용
RIsN
2023. 7. 31. 23:29
체크:
https://support.google.com/docs/answer/3093281?hl=en
GOOGLEFINANCE - Google Docs Editors Help
Fetches current or historical securities information from Google Finance. Sample Usage GOOGLEFINANCE("NASDAQ:GOOG", "price", DATE(2014,1,1), DATE(2014,12,31), "DAILY") GOOGLEFINANCE("NASDAQ:GOOG","price",TODAY()-30,TODAY()) GOOGLEFINANCE(A2,A3) Syntax GOOG
support.google.com
구글시트 IMPORTXML 함수를 이용한 data 크롤링 (재무정보 가져오기)
[아래는 웹브라우저 "크롬(chrome)"을 기준으로 포스팅 합니다.] 지난 포스팅에서 "구글 스프레드시트(이하 "구글시트")"의 googlefinance 함수를 이용해서, 다양한 주식 정보를 불러오는 방법을 알아봤
149c.tistory.com