nguyenngocbinh / vnstock

Retrieve data from VNDIRECT using their API

Home Page:https://nguyenngocbinh.github.io/vnstock/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get data from vndirect API

vndirect
├─ python-package
│  ├─ README.md
│  ├─ requirements.txt
│  ├─ setup.py
│  └─ vnstock
│     ├─ vnstock.py
│     └─ __init__.py
├─ r-package
│  ├─ cran-comments.md
│  ├─ CRAN-SUBMISSION
│  ├─ DESCRIPTION
│  ├─ doc
│  │  ├─ getdata.html
│  │  ├─ getdata.R
│  │  └─ getdata.Rmd
│  ├─ LICENSE
│  ├─ LICENSE.md
│  ├─ man
│  │  └─ getData.Rd
│  ├─ Meta
│  │  └─ vignette.rds
│  ├─ NAMESPACE
│  ├─ R
│  │  └─ vnstock.R
│  ├─ README.md
│  ├─ tests
│  │  └─ test-getData.R
│  ├─ vignettes
│  │  └─ getdata.Rmd
│  └─ vndirect.Rproj
└─ README.md

About

Retrieve data from VNDIRECT using their API

https://nguyenngocbinh.github.io/vnstock/

License:Other


Languages

Language:Python 66.2%Language:R 33.8%