Alpha Vantage Market Cap

Published: 19 Feb 2023

This is how to get market capitalization with Alpha Vantage API:

Market cap is part of the company overview dataset, which you can access using function=OVERVIEW.

Other two parameters for the overview API URL are symbol (the stock symbol, e.g. "AAPL") and apikey (your Alpha Vantage API key).

The complete URL is:

https://www.alphavantage.co/query?function=OVERVIEW&symbol=IBM&apikey=demo

The API URL returns JSON format.

Market cap is under the key MarketCapitalization.

The company overview also includes total number of shares (SharesOutstanding key), which you can multiply by current share price to get market cap alternatively.

By remaining on this website or using its content, you confirm that you have read and agree with the Terms of Use Agreement.

We are not liable for any damages resulting from using this website. Any information may be inaccurate or incomplete. See full Limitation of Liability.

Content may include affiliate links, which means we may earn commission if you buy on the linked website. See full Affiliate and Referral Disclosure.

We use cookies and similar technology to improve user experience and analyze traffic. See full Cookie Policy.

See also Privacy Policy on how we collect and handle user data.

© 2024 FinTut