Skip to content
컴퓨터잡담
2021.08.22 11:39

파이썬 다음 증권의 주가 가져오기

조회 수 1452 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

파이썬 다음 증권의 주가 가져오기

 

 

import requests
import json
import pandas as pd
 
def get_price(coden):
    # DATA를 불러오는 부분 입니다.
    url = 'http://finance.daum.net/api/charts/A%s/days?limit=%d&adjusted=true'%(coden)
    headers = {
                'Accept''application/json, text/plain, */*',
                'Accept-Encoding''gzip, deflate',
                'Accept-Language''ko-KR,ko;q=0.9,en-US;q=0.8,en;q=0.7',
                'Connection''keep-alive',
                'Cookie''GS_font_Name_no=0; GS_font_size=16; _ga=GA1.3.937989519.1493034297; webid=bb619e03ecbf4672b8d38a3fcedc3f8c; _ga=GA1.2.937989519.1493034297; _gid=GA1.2.215330840.1541556419; KAKAO_STOCK_RECENT=[%22A069500%22]; recentMenus=[{%22destination%22:%22chart%22%2C%22title%22:%22%EC%B0%A8%ED%8A%B8%22}%2C{%22destination%22:%22current%22%2C%22title%22:%22%ED%98%84%EC%9E%AC%EA%B0%80%22}]; TIARA=C-Tax5zAJ3L1CwQFDxYNxe-9yt4xuvAcw3IjfDg6hlCbJ_KXLZZhwEPhrMuSc5Rv1oty5obaYZzBQS5Du9ne5x7XZds-vHVF; webid_sync=1541565778037; _gat_gtag_UA_128578811_1=1; _dfs=VFlXMkVwUGJENlVvc1B3V2NaV1pFdHhpNTVZdnRZTWFZQWZwTzBPYWRxMFNVL3VrODRLY1VlbXI0dHhBZlJzcE03SS9Vblh0U2p2L2V2b3hQbU5mNlE9PS0tcGI2aXQrZ21qY0hFbzJ0S1hkaEhrZz09--6eba3111e6ac36d893bbc58439d2a3e0304c7cf3',
                'Host''finance.daum.net',
                'If-None-Match''W/"23501689faaaf24452ece4a039a904fd"',
                'Referer''http://finance.daum.net/quotes/A069500',
                'User-Agent':'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'
                }
    headers['Referer'] = 'http://finance.daum.net/quotes/A%s'%code
    r = requests.get(urlheaders = headers)
    
    # DATA를 보기 좋게 편집하는 부분 입니다.
    data = json.loads(r.text)
    df = pd.DataFrame(data['data'])
    df.index = pd.to_datetime(df['candleTime'])
    
    return df

print(get_price('006980',5))

 

결과는 최근 5일간의 가격정보를 가져옵니다.

Copyright (C) Microsoft Corporation. All rights reserved.

새로운 크로스 플랫폼 PowerShell 사용 https://aka.ms/pscore6
PS H:\python\py_code> & H:/python/python.exe h:/python/py_code/카카오라인/다음증권.py
symbolCode        date             candleTime  tradePrice  openingPrice  highPrice  lowPrice  candleAccTradePrice  candleAccTradeVolume tradeTime      timestamp change  changeRate  changePrice
candleTime
2021-08-13    A006980  2021-08-13  2021-08-13 00:00:00.0     33500.0       34250.0    34450.0   32950.0            800479000                 23991    153030  1629150648065   FALL    0.021898        750.0
2021-08-17    A006980  2021-08-17  2021-08-17 00:00:00.0     32250.0       33650.0    33850.0   31850.0            950686500                 29343    153012  1629237048540   FALL    0.037313       1250.0
2021-08-18    A006980  2021-08-18  2021-08-18 00:00:00.0     32450.0       31600.0    32650.0   31600.0            507615050                 15699    153030  1629323449741   RISE    0.006202        200.0
2021-08-19    A006980  2021-08-19  2021-08-19 00:00:00.0     31100.0       32200.0    32500.0   30800.0            811751150                 25806    153030  1629409848895   FALL    0.041602       1350.0
2021-08-20    A006980  2021-08-20  2021-08-20 00:00:00.0     29850.0       31200.0    31450.0   29700.0            938633350                 31126    153026  1629451601975   FALL    0.040193       1250.0
PS H:\python\py_code> 

 

https://steemit.com/kr/@thrufore/python-daum--1541574674320

 

로그인 후 댓글쓰기가 가능합니다.

?

List of Articles
번호 분류 제목 날짜 조회 수
737 Server 웹서버에서의 램디스크 엄청난 효과 비교하기 file 2016.11.27 4953
736 컴퓨터잡담 크롬 캐시파일 삭제방법(Chrome cache file delete) file 2016.11.27 2708
735 Server Minify로 CSS, JS파일, gzip으로 한꺼번에 압축해서 전송하기 file 2016.11.27 4337
734 Server 램드라이브를 이용한 mysql 번개속도로 개선방법 file 2016.11.27 5238
733 Server [mysql] Created tmp disk tables 디스크 쓰기방지 대안 1 2016.11.26 5159
732 Server 슈퍼캐시에서 .htaccess 이부분 제거해야 하나? 2016.11.23 4524
731 Server HP XW6600 E5430 SPEC file 2016.11.06 4731
730 Server XpressEngine 최적화 기진곰님의 슈퍼캐시 테스트 file 2016.09.19 5015
729 Server 윈도우용 MEMcached 설치방법 1 file 2016.09.17 5178
728 Excel 엑셀 암호변경 제거 방법 file 2016.09.12 6350
727 Server jQuery CDN 2016.09.11 4298
726 Server XE PC에서 모바일화면 출력방법 file 2016.09.08 2835
725 Server XE Request 줄이기 file 2016.09.07 1937
724 Server Apache에 대한 mod_proxy 지원 구성 2016.09.06 1801
723 WindowsTip vcruntime140.dll / vcomp140.dll / vcamp140.dll 오류해결법 2016.09.06 6841
722 WindowsTip Visual Studio 2015용 Visual C++ 재배포 설치 오류 해결방법 3 file 2016.09.06 15435
721 Server [php.ini]XE 신디케이션 OpenSSL 오류문구 해결방법 file 2016.08.25 2816
720 WindowsTip 윈도우 CPU 사용률 확인, 실시간 저장하기 2016.08.24 5685
719 Server innodb_use_sys_malloc to FALSE 2016.08.24 2637
718 Server innodb_use_sys_malloc에 따라 The InnoDB memory heap is disabled mysql error 메시지 1 2016.08.23 3794
Board Pagination Prev 1 ... 8 9 10 11 12 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소