Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomshaw/rust-maxpain


https://github.com/tomshaw/rust-maxpain

Last synced: 11 days ago
JSON representation

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.

```