A lightweight Python script to fetch all stock ticker symbols listed on major U.S. exchanges using TradingView's screener API.
📍 Repo by ShaadyEmad
📦 Project link: https://github.com/ShaadyEmad/usa-stock-symbols
- 📊 Get clean ticker symbols for:
- NASDAQ
- NYSE
- AMEX
- OTC
- ⚙️ Easy integration in any Python script
- ⚡ Fast and API-based (no browser automation or scraping needed)
- Clone this repository:
git clone https://github.com/ShaadyEmad/usa-stock-symbols.git
cd usa-stock-symbols
- Install dependencies:
pip install requests