Skip to content

History of extinct or delisted symbols #98

Answered by xrgarcia
rahzan asked this question in Q&A
Discussion options

You must be logged in to vote

All good, happy to help in any way! To the best i can tell alpha vantage does not offer direct queries by CUSIP. You can search for a company by name.
View the api docs here.
A sample search:

https://www.alphavantage.co/query?function=SYMBOL_SEARCH&keywords=BA&apikey=demo

produces the following results:

{
    "bestMatches": [
        {
            "1. symbol": "BA",
            "2. name": "Boeing Company",
            "3. type": "Equity",
            "4. region": "United States",
            "5. marketOpen": "09:30",
            "6. marketClose": "16:00",
            "7. timezone": "UTC-04",
            "8. currency": "USD",
            "9. matchScore": "1.0000"
        },
        {
     …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rahzan
Comment options

Answer selected by rahzan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants