S&P 500 Constituents Info Fetcher

This program is a command-line tool that fetches current information about the constituents of the S&P 500 index from Wikipedia. It retrieves essential details such as symbol, sector, industry, date added to S&P 500, and CIK identifier for each company.

Table of Contents

Introduction

The Standard & Poor's 500 Index, commonly known as the S&P 500, is a stock market index that tracks the performance of 500 large publicly traded companies in the United States. This program allows you to retrieve key information about the current constituents of the S&P 500 index from Wikipedia.

Installation

Before running the program, ensure that you have the latest stable version of Rust installed on your system. To build and install the program, use the following command:

```bash cargo install sp500-info-fetcher