Metadata-Version: 2.1
Name: dart-hj3415
Version: 0.2.9
Summary: Get dart data from https://opendart.fss.or.kr
Home-page: https://pypi.org/project/dart-hj3415/
Author: hyungjin kim
Author-email: hj3415@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://pypi.org/project/dart-hj3415/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.25.1)
Requires-Dist: krx-hj3415 (>=0.2.3)
Requires-Dist: nfs-hj3415 (>=0.3.7)
Requires-Dist: eval-hj3415 (>=0.0.3)
Requires-Dist: util-hj3415 (>=0.0.8)
Requires-Dist: pandas (>=1.2.3)
Requires-Dist: sqlalchemy (>=1.4.7)
Requires-Dist: beautifulsoup4 (>=4.9.3)
Requires-Dist: html5lib (>=1.1)

dart-hj3415
==========

dart-hj3415 gather dart data from https://opendart.fss.or.kr and analyse it.


Quick start
------------

1. Usage
   > from dart_hj3415 import dart
   > /# get dart dataframe
   > dart.get_df(<<sdate:str>>, <<edate:str>>, <<code:str>>, <<title:str>>, <<restrict:bool>>, <<echo:bool>>) -> df
   > /# save db by date
   > dart.save_db_by_date(<<edate:str>>, <<dbfullpath:str>>, <<echo:bool>>) -> len(df)
   > /# save db by corp
   > dart.save_db_by_corp(<<edate:str>>, <<dbfullpath:str>>, <<echo:bool>>) -> len(df)


