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
- Host: GitHub
- URL: https://github.com/kenmwaura1/stock-automation
- Owner: KenMwaura1
- Created: 2020-05-03T15:16:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-13T14:20:02.000Z (about 3 years ago)
- Last Synced: 2025-02-07T16:39:22.425Z (8 months ago)
- Topics: api, pandas, python3, requests
- Language: Python
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.