A powerful financial instrument converter for NDX, QQQ, NQ, SPY, and ES values. Convert between different index products with real-time ratios.
- Convert between multiple financial instruments:
- QQQ ↔ NDX
- QQQ ↔ NQ
- SPY ↔ ES
- Real-time conversion ratios
- Multiple input formats (comma, space, or dash separated)
- Clean, responsive interface
- Automatic ratio updates
- Input validation and error handling
- Results caching for better performance
Visit: indexswapy.netlify.app
The converter accepts various input formats:
450, 449, 448 # Comma separated
450 449 448 # Space separated
450-449-448 # Dash separated
450, 449 - 448 # Mixed format
- Node.js (v14 or higher)
- npm (v6 or higher)
- Clone the repository:
git clone https://github.com/59n/indexswapy.git
cd indexswapy- Install dependencies:
npm install- Start the development server:
npm start- Run tests:
npm testindexswapy/
├── src/ # Source files
│ └── indexswapy.js # Main converter logic
├── test/ # Test files
│ └── test-indexswapy.js
├── index.html # Main application
├── netlify.toml # Netlify configuration
├── package.json # Project configuration
└── README.md # Project documentation
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.