Skip to content

Utilized to calculate return on investment for invested cash

Notifications You must be signed in to change notification settings

Jim-Journey/roi-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ROI Calculator for Cash Secured Puts

GitHub stars GitHub forks GitHub issues

Introduction

The ROI Calculator for Cash Secured Puts is a simple web application that helps investors calculate the Return on Investment (ROI) from selling cash secured puts. It also allows users to fetch the latest stock prices using the Yahoo Finance API.

Features

  • Calculate ROI: Easily calculate the return on investment from cash secured puts.
  • Fetch Stock Prices: Retrieve the latest stock prices using Yahoo Finance API.
  • User-Friendly Interface: Simple and intuitive interface for quick calculations.

Demo

You can access a live demo of the application here.

Screenshots

N/A

Getting Started

Prerequisites

To get a local copy up and running, you'll need the following tools:

  • Git
  • A web browser (Google Chrome, Firefox, etc.)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/roi-calculator.git
  2. Navigate into the project directory:

    cd roi-calculator
  3. Open the index.html file in your web browser:

    You can simply double-click the index.html file or use a live server extension in your code editor.

Usage

  1. Enter the stock ticker:

    • Type the ticker symbol of the stock you're interested in (e.g., AAPL for Apple Inc.) and click the "Fetch Stock Data" button.
  2. Enter the premium earned:

    • Input the premium amount you earned from selling the put option.
  3. Enter the total investment:

    • Input the total amount you invested to secure the put option.
  4. Calculate ROI:

    • Click the "Calculate ROI" button to see your return on investment.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create.

  1. Fork the Project:

    • Click on the "Fork" button on the top right corner of this repository's page.
  2. Create your Feature Branch:

    git checkout -b feature/AmazingFeature
  3. Commit your Changes:

    git commit -m 'Add some AmazingFeature'
  4. Push to the Branch:

    git push origin feature/AmazingFeature
  5. Open a Pull Request:

    • Go to the "Pull requests" tab on the repository and click the "New pull request" button.

Contact

Project Link: https://github.com/Jim-Journey/roi-calculator

About

Utilized to calculate return on investment for invested cash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published