Alpha Vantage · Schema

CompanyOverview

Company fundamental data including financial ratios and business description

FintechMarket DataStocksFXCryptoCommoditiesEconomic IndicatorsTechnical IndicatorsFundamentalsNewsSentimentFree

Properties

Name Type Description
Symbol string Stock ticker symbol
Name string Company name
Description string Company business description
Exchange string Stock exchange listing
Currency string Trading currency code
Country string Country of incorporation
Sector string Business sector
Industry string Industry classification
MarketCapitalization string Total market capitalization in USD
PERatio string Price-to-earnings ratio
EPS string Earnings per share (TTM)
DividendYield string Annual dividend yield as decimal
Beta string Beta coefficient relative to S&P 500
View JSON Schema on GitHub

JSON Schema

alpha-vantage-company_overview-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.alphavantage.co/schemas/alpha-vantage-company_overview-schema.json",
  "title": "CompanyOverview",
  "type": "object",
  "description": "Company fundamental data including financial ratios and business description",
  "properties": {
    "Symbol": {
      "type": "string",
      "description": "Stock ticker symbol"
    },
    "Name": {
      "type": "string",
      "description": "Company name"
    },
    "Description": {
      "type": "string",
      "description": "Company business description"
    },
    "Exchange": {
      "type": "string",
      "description": "Stock exchange listing"
    },
    "Currency": {
      "type": "string",
      "description": "Trading currency code"
    },
    "Country": {
      "type": "string",
      "description": "Country of incorporation"
    },
    "Sector": {
      "type": "string",
      "description": "Business sector"
    },
    "Industry": {
      "type": "string",
      "description": "Industry classification"
    },
    "MarketCapitalization": {
      "type": "string",
      "description": "Total market capitalization in USD"
    },
    "PERatio": {
      "type": "string",
      "description": "Price-to-earnings ratio"
    },
    "EPS": {
      "type": "string",
      "description": "Earnings per share (TTM)"
    },
    "DividendYield": {
      "type": "string",
      "description": "Annual dividend yield as decimal"
    },
    "Beta": {
      "type": "string",
      "description": "Beta coefficient relative to S&P 500"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/alpha-vantage-company_overview"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.