├── LICENSE ├── README.md ├── finterm.tsv ├── output.txt └── scrape.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chankeypathak/investopedia-terms/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chankeypathak/investopedia-terms/HEAD/README.md -------------------------------------------------------------------------------- /finterm.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chankeypathak/investopedia-terms/HEAD/finterm.tsv -------------------------------------------------------------------------------- /output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chankeypathak/investopedia-terms/HEAD/output.txt -------------------------------------------------------------------------------- /scrape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chankeypathak/investopedia-terms/HEAD/scrape.py --------------------------------------------------------------------------------