Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 다이어트
- port
- GIT
- 유니티
- 리눅스
- pandas
- node.js
- Unity
- MySQL
- 라즈베리파이
- sqlite
- mssql
- MS-SQL
- PyQt5
- 함수
- urllib
- ASP
- Excel
- python
- flutter
- javascript
- PER
- swift
- 날짜
- ubuntu
- IOS
- 맛집
- Linux
- tensorflow
- PyQt
Archives
목록2018/11/02 (1)
아미(아름다운미소)
python 주식 호가로 구매하기 위해 코스닥 코스피 함수
python 코스닥, 코스피 코드로 체크하는 함수 호가로 주식을자동 구매시 주가에 따라 코스피 코스닥 호가 차이가 있는데 이때사용하려고 만든 함수입니다.^^ #-*- coding: utf-8 -*- ''' Created on 2018. 10. 31. @author: bhm ''' import win32com.client from asyncio.windows_events import NULL def hogaMarketCheck(jangcode): instCpCodeMgr = win32com.client.Dispatch("CpUtil.CpCodeMgr") codeList = instCpCodeMgr.GetStockListByMarket(1) kospi = {} for code in codeList: name..
랭귀지/python
2018. 11. 2. 12:41