Discover/boerse-stuttgart.de API
live

boerse-stuttgart.de APIboerse-stuttgart.de

Access real-time quotes, index data, Optionsscheine, and security details from Börse Stuttgart via 5 structured API endpoints. Search by name, WKN, or ISIN.

Endpoints
5
Updated
14d ago
Try it
Maximum results per category
Search term — company name or WKN (e.g., 'SAP', 'Siemens', '716460')
api.parse.bot/scraper/8ce43cdc-d1ab-4c32-b8c7-647c58f8b897/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X POST 'https://api.parse.bot/scraper/8ce43cdc-d1ab-4c32-b8c7-647c58f8b897/search_products' \
  -H 'X-API-Key: $PARSE_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "limit": "3",
  "query": "SAP"
}'
All endpoints · 5 totalclick to expand

Search for securities (stocks, bonds, ETFs, warrants, knock-outs, index certificates, funds) by name or WKN across all product categories available on Börse Stuttgart. Name-based and WKN-based searches return results reliably; ISIN-based searches may return empty results.

Input
ParamTypeDescription
limitintegerMaximum results per category
queryrequiredstringSearch term — company name or WKN (e.g., 'SAP', 'Siemens', '716460')
Response
{
  "type": "object",
  "fields": {
    "query": "string - the search term used",
    "results": "array of product objects with category, name, wkn, latest_price, relative_change, trading_volume, notation_id, url, bid, ask",
    "total_results": "integer - total number of results across all categories"
  },
  "sample": {
    "data": {
      "query": "Mercedes Benz",
      "results": [
        {
          "ask": 50.89,
          "bid": 50.89,
          "url": "/de-de/produkte/aktien/stuttgart/710000-mercedes-benz-group",
          "wkn": "710000",
          "name": "Mercedes-Benz Group",
          "category": "Aktien",
          "notation_id": "21994",
          "latest_price": 50.86,
          "trading_volume": 150273.14,
          "relative_change": 0.0111
        }
      ],
      "total_results": 26
    },
    "status": "success"
  }
}

About the boerse-stuttgart.de API

The Börse Stuttgart API provides structured access to Germany's leading retail stock exchange through 5 endpoints covering real-time quotes, warrant listings, index constituents, and security master data. The get_stock_quote endpoint returns over a dozen response fields including bid/ask spread, 52-week range, P/E ratio, dividend yield, EPS, and multi-period performance history for any security identified by WKN or ISIN.

Search and Identify Securities

The search_products endpoint accepts a company name or WKN (e.g., 'SAP', '716460') and returns matched securities across all product categories — stocks, bonds, ETFs, warrants, knock-outs, index certificates, and funds. Each result includes name, wkn, latest_price, relative_change, trading_volume, bid, ask, and a direct url to the product page. Note that ISIN-based queries may return empty results; name and WKN searches are the reliable lookup methods.

Real-Time Quotes and Key Figures

get_stock_quote and get_security_details both return a consistent response shape built around several nested objects: quote (current price, bid/ask, daily and 52-week high/low), price_data (trading platform, previous close, volume), key_figures (P/E ratio, dividend yield, EPS), master_data (WKN, ISIN, symbol, sector, market cap), and performance (an array of periods each carrying a percentage return alongside the period high and low). A company_profile field delivers an HTML description of the issuer. get_security_details additionally supports lookup by a direct product_path URL segment, useful when you already have the canonical path from a prior search result.

Warrants (Optionsscheine)

get_optionsscheine lists warrants for a named underlying asset such as 'SAP SE' or 'DAX'. Each warrant object carries name, wkn, latest_price, relative_change, trading_volume, option_type, and strike_price. Setting include_details to 'true' adds emittent, maturity date, and full master data fields per warrant at the cost of additional latency. The option_type parameter filters results to 'call', 'put', or all.

Index Data with Constituents

get_index_data returns a full snapshot of a named index using an index_slug formatted as 'wkn-name' (e.g., '846900-dax', '846741-mdax'). The response includes index-level quote, price_data, master_data, and performance arrays, plus a constituents array listing each member stock with its name, notation_id, latest_price, bid/ask values, and intraday performance. Defaults to the DAX if no slug is provided.

Common use cases
  • Monitor real-time bid/ask spreads and daily high/low for German equities using get_stock_quote.
  • Screen warrants on a specific underlying (e.g., DAX calls) by strike price and maturity via get_optionsscheine.
  • Build an index tracker displaying all DAX or MDAX constituents with live intraday performance using get_index_data.
  • Resolve a company name to its WKN and notation_id using search_products before fetching detailed data.
  • Compare multi-year P/E and dividend yield history across securities using the key_figures_overview field.
  • Automate alerts when a security's 52-week range boundary is approached, pulling range data from quote response fields.
  • Aggregate sector and market cap metadata across a portfolio using master_data fields returned by get_security_details.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Börse Stuttgart provide an official developer API?+
Börse Stuttgart does not publish a documented public developer API. The exchange's website at boerse-stuttgart.de is intended for retail investors rather than programmatic data consumers.
What is the difference between `get_stock_quote` and `get_security_details`?+
get_stock_quote is optimized for equities and indices, accepting a WKN or ISIN and returning the full quote plus key figures and a company profile. get_security_details covers the same response shape but also accepts a product_path parameter — useful for instruments like warrants or ETFs where you already have a canonical URL path from a prior search_products call.
Are ISIN-based lookups reliable across all endpoints?+
Not consistently. ISIN queries in search_products may return empty results. WKN-based and name-based lookups are the more reliable identifiers for this exchange. For get_stock_quote and get_security_details, ISIN works alongside WKN, but WKN is the recommended primary identifier when both are available.
Does the API cover historical OHLCV time-series data for charting?+
Not currently. The API returns current-day price data, 52-week range, and multi-period performance percentages, but does not expose a candlestick or tick-level time series. You can fork this API on Parse and revise it to add a historical price endpoint.
Does the API cover certificates or knock-out products beyond plain warrants?+
search_products will match knock-outs and index certificates in its results, returning basic fields like latest_price, wkn, and url. However, there is no dedicated endpoint for listing or filtering knock-outs by barrier or product type the way get_optionsscheine does for warrants. You can fork this API on Parse and revise it to add a structured knock-out listing endpoint.
Page content last updated . Spec covers 5 endpoints from boerse-stuttgart.de.
Related APIs in FinanceSee all →
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
13f.info API
13f.info API
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.