Skip to content

Instantly share code, notes, and snippets.

View FinanceData's full-sized avatar
💭
I may be slow to respond.

FinanceData.KR FinanceData

💭
I may be slow to respond.
View GitHub Profile
@FinanceData
FinanceData / sejong_finstate_year.ipynb
Created January 10, 2016 12:09
세종데이터 요약재무 (년)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / 헤드리스 Dropbox.ipynb
Last active June 20, 2016 18:17
헤드리스 Dropbox
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / ticker_master.csv
Last active July 11, 2016 09:23
종목 마스터
code name sector
060310 3S 반도체
095570 AJ네트웍스 서비스업
068400 AJ렌터카 서비스업
006840 AK홀딩스 서비스업
054620 AP시스템 반도체
027410 BGF리테일 유통업
138930 BNK금융지주 기타금융업
001460 BYC 섬유의복
001465 BYC우 섬유의복
@FinanceData
FinanceData / code_toggle.py
Created July 22, 2016 05:05 — forked from jamesbishopca/code_toggle.py
Code toggle button for IPython notebook
'''Creates a button to toggle code inputs on and off.'''
from IPython.core.display import display_html
di.display_html('''
<script>
'use strict';
function code_toggle() {
let code = $('div.input');
code.css('display') == 'none' ? code.show() : code.hide();
}
@FinanceData
FinanceData / 웹기반 데이터 시각화 04 - D3 실습.ipynb
Created July 30, 2016 21:15
웹기반 데이터 시각화 04 - D3 실습
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / DART 06 - 보고서 PDF 다운로드.ipynb
Last active October 30, 2016 00:01
DART 06 - 보고서 PDF 다운로드
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / DART 07 - 보고서 HTML 문서.ipynb
Last active October 30, 2016 00:02
DART 07 - 보고서 HTML 문서
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / 시가총액 분석 04 - plotly 데이터 시각화.ipynb
Last active March 20, 2017 05:20
시가총액 분석 04 - plotly 데이터 시각화
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FinanceData
FinanceData / 시가총액 분석 02 - 기업순위.ipynb
Last active June 22, 2017 21:55
시가총액 분석 02 - 기업순위
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.