An open API service indexing awesome lists of open source software.

https://github.com/kenmwaura1/stock-automation

simple script to retrieve stock information for various companies and analyze with pandas
https://github.com/kenmwaura1/stock-automation

api pandas python3 requests

Last synced: 6 months ago
JSON representation

simple script to retrieve stock information for various companies and analyze with pandas

Awesome Lists containing this project

README

          

## Stock Automation

This is a simple script using python and the requests library to retrieve stock information from an api

The data is then analyzed using pandas and stored in dataframe

Additionally the script saves the data in a excel sheet. Although you could change it to CSV depending on your needs.