I recently started exploring Alpha Vantage. I was wondering if there is an endpoint which would list all the tickers being traded on an exchange. Thanks in Advance.
Check out the alpha vantage documentation at https://www.alphavantage.co/documentation/
Go to Listing and Delisting Status
Examples To ensure optimal API response time, this endpoint uses the CSV format which is more memory-efficient than JSON.
Querying all active stocks as of the latest trading day: https://www.alphavantage.co/query?function=LISTING_STATUS&apikey=demo
Querying all delisted stocks as of 2014-07-10: https://www.alphavantage.co/query?function=LISTING_STATUS&date=2014-07-10&state=delisted&apikey=demo
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With