Web-scraping https://dart.fss.or.kr
Project description
Dart-Fss
대한민국 금융감독원에서 운영하는 다트(DART) 사이트 크롤링 및 재무제표 추출을 위한 라이브러리
- Source code: https://github.com/josw123/dart-fss
Features
Installation
- Open DART 지원 / 신규 Open DART API Key 필요
- Python 3.7 이상 지원
- Documentation: https://dart-fss.readthedocs.io/
pip install dart-fss
Plugins
- Dart-Fss-Classifier: 재무제표 추출 성능 향상
Usage
Dart API Key 설정
- OPEN DART API 신청
- 환경 변수 DART_API_KEY 설정 또는 패키지 사용전 아래와 같이 설정
Quick Starts
import dart_fss as dart
# Open DART API KEY 설정
api_key='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
dart.set_api_key(api_key=api_key)
# DART 에 공시된 회사 리스트 불러오기
corp_list = dart.get_corp_list()
# 삼성전자 검색
samsung = corp_list.find_by_corp_name('삼성전자', exactly=True)[0]
# 2012년부터 연간 연결재무제표 불러오기
fs = samsung.extract_fs(bgn_de='20120101')
# 재무제표 검색 결과를 엑셀파일로 저장 ( 기본저장위치: 실행폴더/fsdata )
fs.save()
주의사항
- Open DART 및 DART 홈페이지의 경우 분당 1000회 이상 요청시 서비스가 제한될 수 있음
- 관련 공지사항: [FAQ]->[오픈API 이용한도는 어떻게 되나요?]
License
This project is licensed under the MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dart-fss-0.4.0.tar.gz
(76.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
dart_fss-0.4.0-py3-none-any.whl
(127.2 kB
view details)
File details
Details for the file dart-fss-0.4.0.tar.gz.
File metadata
- Download URL: dart-fss-0.4.0.tar.gz
- Upload date:
- Size: 76.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c33f4c6ad16280a4edcc9e1ac5fc3e3df18e615a4be35b75823ab93ab7e24c60
|
|
| MD5 |
e1c16b7ab2a9cdd2575e7ce34cc4cc87
|
|
| BLAKE2b-256 |
f299b2709640e89a1cce0eaed7dad92a21b79e971b72d228945c41ca91e2d2d6
|
File details
Details for the file dart_fss-0.4.0-py3-none-any.whl.
File metadata
- Download URL: dart_fss-0.4.0-py3-none-any.whl
- Upload date:
- Size: 127.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1fc9d4131980604f8cdf472168ae1fbb9c9bc6e43f04c07c61cec33b3840f1e
|
|
| MD5 |
54c47788bb9e82150bfa8e22cc89e8dc
|
|
| BLAKE2b-256 |
ece2718fec05c7ac482d7a6d81107810829092929b338fbb9f2ff1ed342497b7
|