🚀 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.

🛠️ Installation

Follow these steps to get the Rust Max Pain up and running:

  1. Clone the repository:
    git clone git@github.com: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 <stock-symbol>
    

📜 License

This package is open-source software licensed under the License for more information.