구글 파이낸스에 없는 종목 구글 스프레드 시트에 넣는 방법?

in kr •  5 years ago 

구글 스프레드 시트에서 종목 마켓캡과 현재 주가, 전일가격과의 비교는 구글 파이낸스를 이용하면 다음과 같이 간단하게 할 수 있죠.

마켓캡
=googlefinance("KRX:094800", "marketcap")

현재주가
=googlefinance("KRX:094800")

전일대비
=googlefinance("KRX:094800","CHANGEPCT")

90일 차트
=SPARKLINE(GOOGLEFINANCE("KRX:094800","Price",TODAY()-90,TODAY()))

그런데 코스피 종목인데 구글 파이낸스에 없는 종목이 있네요.
맵스리얼티입니다. (종목코드 094800)

이런 경우 어떻게 불러오면 좋은지 도움 요청드려 봅니다.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Hi! Did you know that steemit.com is now censoring users and posts based on their opinions?
All the posts of these users are gone!
https://github.com/steemit/condenser/commit/3394af78127bdd8d037c2d49983b7b9491397296

Here's a list of some banned users:
'roelandp', 'blocktrades', 'anyx', 'ausbitbank', 'gtg', 'themarkymark', 'lukestokes.mhth', 'netuoso', 'innerhive'
See anyone you recognize? There could be more, they also have a remote IP ban list.

Will you be censored next?

주가 api 제공하는 곳을 찾아 ImportJSON등의 추가 스크립트 사용해서 읽어오면 될 것 같습니다.

감사합니다. 한번 시도해보겠습니다.