/versionAlpha

First stage of Radiance Project

Primary LanguagePython

Radiance

What is Radiance?

Radiance is a personal-use quantitative analysis program currently in development. Using Python, it aims to gather financial data through many methods including financial data APIs (eg. AlphaVantage, Quandl) and webscraping. This data will be stored locally using SQLite. The data can be accessed and analyzed in order to aid in the process of selecting investment opportunities.

Project status

Work is being done to additional databasing and webscraping capabilities

Required Modules

The following modules are currently being used in Python 3.6:

BeautifulSoup - HTML parser

Requests - Access websites

more to come...