StockData · Example Payload

Stockdata Get Stock Quote Example

FinanceFinancial DataStock MarketMarket DataNewsSentiment Analysis

Stockdata Get Stock Quote Example is an example object payload from StockData, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.stockdata.org/v1/data/quote",
    "parameters": {
      "symbols": "AAPL,MSFT",
      "api_token": "YOUR_API_TOKEN"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "meta": {
        "found": 2,
        "returned": 2,
        "limit": 10,
        "page": 1
      },
      "data": [
        {
          "ticker": "AAPL",
          "name": "Apple Inc.",
          "exchange_short": "NASDAQ",
          "mic_code": "XNAS",
          "currency": "USD",
          "price": 178.45,
          "day_high": 180.12,
          "day_low": 176.33,
          "day_open": 177.50,
          "52_week_high": 199.62,
          "52_week_low": 124.17,
          "market_cap": 2780000000000,
          "last_trade_time": "2026-05-02T16:00:00+00:00",
          "is_extended_hours_price": false,
          "volume": 54321000,
          "previous_close_price": 177.25
        },
        {
          "ticker": "MSFT",
          "name": "Microsoft Corporation",
          "exchange_short": "NASDAQ",
          "mic_code": "XNAS",
          "currency": "USD",
          "price": 412.80,
          "day_high": 415.20,
          "day_low": 410.50,
          "day_open": 411.30,
          "52_week_high": 468.35,
          "52_week_low": 309.45,
          "market_cap": 3070000000000,
          "last_trade_time": "2026-05-02T16:00:00+00:00",
          "is_extended_hours_price": false,
          "volume": 22145000,
          "previous_close_price": 410.95
        }
      ]
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/stockdata-get-stock-quote-example"
All examples
curl "https://apis.io/api/v1/examples?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.