AlphaVantage - List of all tickers on an Exchange
Asked Answered
E

1

18

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.

Encrimson answered 9/4, 2018 at 0:1 Comment(0)
A
15

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

Aleta answered 11/9, 2020 at 20:49 Comment(2)
FYI this only applies to US stocks.Stagehand
And that's very problematic not to have the equivalent for other regions.Pleurisy

© 2022 - 2024 — McMap. All rights reserved.