Discover/Getmidas API
live

Getmidas APIapp.getmidas.com

Monitor real-time stock prices, trading volumes, and fundamental indicators for BIST-listed companies to make informed investment decisions. Track live market data and compare key metrics across Turkish stocks all in one place.

This API takes change requests — .
Endpoint health
monitored
list_stocks
Checks pendingself-healing
Endpoints
1
Updated
2h ago
This call costs1 credit / call— charged only on success
Try it
Market index filter. 'all' returns all BIST stocks (~626), 'bist100' returns the BIST 100 index constituents, 'bist50' returns BIST 50, 'bist30' returns BIST 30.
api.parse.bot/scraper/704206bb-bac1-4bfd-9802-252dfaf479ca/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/704206bb-bac1-4bfd-9802-252dfaf479ca/list_stocks?index=all' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalmissing one? ·

Returns the complete list of stocks traded on Borsa Istanbul (BIST) with live price data, volume, and fundamental indicators. Supports filtering by market index. Data is delayed by 15 minutes. Returns all stocks in a single response with no pagination.

Input
ParamTypeDescription
indexstringMarket index filter. 'all' returns all BIST stocks (~626), 'bist100' returns the BIST 100 index constituents, 'bist50' returns BIST 50, 'bist30' returns BIST 30.
Response
{
  "type": "object",
  "fields": {
    "index": "string echoing the requested index filter",
    "total": "integer count of stocks returned",
    "stocks": "array of stock objects with price and fundamental data"
  },
  "sample": {
    "data": {
      "index": "all",
      "total": 626,
      "stocks": [
        {
          "ask": 8.12,
          "bid": 8.11,
          "low": 8.1,
          "code": "A1CAP",
          "high": 8.26,
          "last": 8.12,
          "open": 8.21,
          "vwap": 8.17,
          "close": 8.12,
          "volatility": 1.96,
          "daily_change": -0.05,
          "market_value": 5481000000,
          "total_volume": 2954031,
          "price_earning": 3.22,
          "previous_close": 8.17,
          "total_turnover": 24134303.68,
          "free_float_rate": 37.5,
          "price_book_value": 0.6,
          "daily_change_percent": -0.61,
          "weekly_change_percent": -11.55,
          "yearly_change_percent": -31.19,
          "monthly_change_percent": -7.52
        }
      ]
    },
    "status": "success"
  }
}

About the Getmidas API

The Getmidas API on Parse exposes 1 endpoint for the publicly available data on app.getmidas.com. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.