Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomshaw/rust-maxpain
https://github.com/tomshaw/rust-maxpain
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomshaw/rust-maxpain
- Owner: tomshaw
- Created: 2023-11-11T06:19:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-11T20:24:47.000Z (about 1 year ago)
- Last Synced: 2024-04-14T04:44:29.303Z (7 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Rust Max Pain
This is a tool written in Rust that fetches financial data from Yahoo Finance and calculates the max pain strike price for a given stock symbol.
## 📚 Prerequisites
Before you begin, make sure you have Rust installed on your machine. If not you can download it from [here](https://www.rust-lang.org/tools/install).
## 🛠️ Installation
Follow these steps to get the Rust Max Pain up and running:
1. **Clone the repository**:
```
git clone [email protected]:tomshaw/rust-maxpain.git
```
2. **Navigate to the cloned directory**:
```
cd rust-maxpain
```
3. **Build the project**:
```
cargo build
```
4. **Run the executable with a stock symbol as a command line argument**:
```
cargo run
```## 📜 License
This package is open-source software licensed under the [License](LICENSE) for more information.
```