Metadata-Version: 2.1
Name: dart-hj3415
Version: 0.0.3
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: noti-hj3415 (>=0.0.2)
Requires-Dist: pandas (>=1.2.3)
Requires-Dist: sqlalchemy (>=1.4.3)

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

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


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

1. For getting dart data
   > from dart_hj3415 import dart
   > 
   > dart.get_df(<<sdate:str>>, <<edate:str>>, <<code:str>>, <<title:str>>, <<restrict:bool>>, <<echo:bool>>)



