Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njuettner/stocks
This repository contains a collection of tools for gathering stock information such as earnings, cashflow, and balance data.
https://github.com/njuettner/stocks
economics golang grafana grafana-dashboard stock-analysis stock-data stocks stocks-prices
Last synced: 23 days ago
JSON representation
This repository contains a collection of tools for gathering stock information such as earnings, cashflow, and balance data.
- Host: GitHub
- URL: https://github.com/njuettner/stocks
- Owner: njuettner
- License: mit
- Created: 2023-03-25T20:24:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T09:16:12.000Z (8 months ago)
- Last Synced: 2024-10-01T15:15:10.522Z (about 1 month ago)
- Topics: economics, golang, grafana, grafana-dashboard, stock-analysis, stock-data, stocks, stocks-prices
- Language: Go
- Homepage: http://juni.io/stocks
- Size: 245 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stock Data Collection and Visualization
This repository contains a collection of tools for gathering stock information such as earnings, cashflow, and balance data.
## Features
- Customizable to collect data for any publicly traded company.
- Collects earnings, cashflow, and balance data for individual stocks.
- Runs a webserver with all collected data, used as data source (JSON), for easy visualization in a Grafana dashboard.## Usage
TBD
## Dependencies
This repository relies on the following tools:
- [Grafana](https://grafana.com/) for data visualization.
- [Go](https://golang.org/) for running the data collection scripts.## Contributing
If you would like to contribute to this repository, please submit a pull request or open an issue for discussion.
## License
This repository is licensed under the MIT License. See the `LICENSE` file for details.