computerise / stonks

Scrape stock market data and perform quantitative analysis to value publicly-traded companies.
MIT License
2 stars 0 forks source link

Refactor retrieval, add APIKeys #19

Closed computerise closed 1 year ago

computerise commented 1 year ago

Refactored retrieval to use requests.Response. Note that all requests are now prepared with .prepare() before sending with requests.Session.send() bystonks.retrieval.APIClient.retrieve`.

Added stonks.configuration.APIKeys and stonks.company.Company.

Updated all path references to use pathlib.Path objects. Closes #18