dart-fss
한국 금융감독원에서 운영하는 다트(Dart) 시스템 크롤링을 위한 라이브러리
File Explorer
Download Latest Version (.zip)- __init__.py
- company.py
- corp_code.py
- document.py
- search_filings.py
- __init__.py
- fnltt_multi_acnt.py
- fnltt_singl_acnt.py
- fnltt_singl_acnt_all.py
- xbrl.py
- xbrl_taxonomy.py
- __init__.py
- accnut_adtor_nm_nd_adt_opinion.py
- accnut_adtor_non_adt_servc_cncls_sttus.py
- adt_servc_cncls_sttus.py
- alot_matter.py
- cndl_capl_scrits_nrdmp_blce.py
- cprnd_nrdmp_blce.py
- det_scrits_isu_acmslt.py
- drctr_adt_all_mendng_sttus_gmtsck_confm_amount.py
- drctr_adt_all_mendng_sttus_mendng_pymntamt_ty_cl.py
- emp_sttus.py
- entrprs_bil_scrits_nrdmp_blce.py
- exctv_sttus.py
- hmv_audit_all_sttus.py
- hmv_audit_indvdl_by_sttus.py
- hyslr_chg_sttus.py
- hyslr_sttus.py
- indvdl_by_pay.py
- irds_sttus.py
- mrhl_sttus.py
- new_capl_scrits_nrdmp_blce.py
- otr_cpr_invstmnt_sttus.py
- outcmpny_drctr_nd_change_sttus.py
- prvsrp_cptal_use_dtls.py
- pssrp_cptal_use_dtls.py
- srtpd_psndbt_nrdmp_blce.py
- stock_totqy_sttus.py
- tesstk_acqs_dsps_sttus.py
- unrst_exctv_mendng_sttus.py
- __init__.py
- ast_inhtrf_etc_ptbk_opt.py
- bdwt_is_decsn.py
- bnk_mngt_pcbg.py
- bnk_mngt_pcsp.py
- bsn_inh_decsn.py
- bsn_sp.py
- bsn_trf_decsn.py
- cmp_dv_decsn.py
- cmp_dvmg_decsn.py
- cmp_mg_decsn.py
- cr_decsn.py
- ctrcvs_bgrq.py
- cvbd_is_decsn.py
- df_ocr.py
- ds_rs_ocr.py
- exbd_is_decsn.py
- fric_decsn.py
- lwst_lg.py
- otcpr_stk_invscr_inh_decsn.py
- otcpr_stk_invscr_trf_decsn.py
- ov_dlst.py
- ov_dlst_decsn.py
- ov_lst.py
- ov_lst_decsn.py
- pifric_decsn.py
- piic_decsn.py
- stk_extr_decsn.py
- stkrtbd_inh_decsn.py
- stkrtbd_trf_decsn.py
- tgast_inh_decsn.py
- tgast_trf_decsn.py
- tsstk_aq_decsn.py
- tsstk_aq_trctr_cc_decsn.py
- tsstk_aq_trctr_cns_decsn.py
- tsstk_dp_decsn.py
- wd_cocobd_is_decsn.py
- __init__.py
- stock_market.py
- trading_halt.py
- __init__.py
- bd_rs.py
- dv_rs.py
- estk_rs.py
- extr_rs.py
- mg_rs.py
- stkdp_rs.py
- __init__.py
- elestock.py
- majorstock.py
- __init__.py
- helper.py
- __init__.py
- auth.py
- __init__.py
- corp.py
- corp_list.py
- __init__.py
- checker.py
- errors.py
- __init__.py
- pages.py
- reports.py
- search.py
- search_result.py
- xbrl_viewer.py
- __init__.py
- extract.py
- fs.py
- crp_case.py
- testcrp.py
- __init__.py
- test_api_filings.py
- test_api_finance.py
- test_api_info.py
- test_api_issue.py
- test_api_market.py
- test_api_registration.py
- test_api_shareholder.py
- test_auth.py
- test_corp.py
- test_dart_xbrl.py
- test_errors.py
- test_fs.py
- test_fs_search.py
- test_regex.py
- test_reports.py
- test_search_report.py
- test_utils.py
- test_xbrl.py
- test_xbrl_helper.py
- __init__.py
- cache.py
- dataframe.py
- datetime.py
- file.py
- notebook.py
- regex.py
- request.py
- singleton.py
- spinner.py
- string.py
- __init__.py
- dart_xbrl.py
- helper.py
- table.py
- xbrl.py
- __init__.py
- _version.py
- conf.py
- dart_api.rst
- dart_auth.rst
- dart_corp.rst
- dart_errors.rst
- dart_fs.rst
- dart_request.rst
- dart_search.rst
- dart_types.rst
- dart_xbrl.rst
- index.rst
- license.rst
- make.bat
- Makefile
- requirements.txt
- welcome.rst
- .coveragerc
- .gitattributes
- .gitignore
- .readthedocs.yml
- conftest.py
- Jenkinsfile
- LICENSE
- MANIFEST.in
- pyproject.toml
- README.md
- requirements.txt
- setup.cfg
- setup.py
- versioneer.py
# Installation Guide
1. Get the code
git clone https://github.com/josw123/dart-fss
Downloads the entire project code from GitHub to your computer.
cd dart-fss
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
