Tagged: pandas

How to get stock data (Pandas)

Let’s start with getting stock data first.

There are three ways to receive stock price.

Using brokerage API
crawl webpages
Using APIs provided by Google, Yahoo, Morningstar, etc.

First of all, in this post, we will try to import stock price data in third ways which is most simple.

주식 데이터 가져오기 (Pandas)

주가를 받아오는 방법은 크게 아래 세가지 방법이 있습니다. 

증권사 API 를 이용, 다음, 네이버등의 웹페이지를 크롤링, Google, Yahoo, Morningstar 등이 제공하는 API 를 이용