← Araçlar

get_quote

Quotes · salt-okunur

Latest price data per symbol: last, previous close, change %, day and 52-week range,
    volume vs 3-month average, market cap, currency. Bad symbols return an error entry
    without failing the batch. Source: Yahoo Finance (delayed for BIST).

Parametreler

adtipzorunluvarsayılanaçıklama
symbols array<string>
maxItems=50, minItems=1
evet BIST tickers (THYAO), indices (XU100), FX (USDTRY), commodities (GOLD, BRENT) or full Yahoo symbols

Girdi şeması

{
  "properties": {
    "symbols": {
      "description": "BIST tickers (THYAO), indices (XU100), FX (USDTRY), commodities (GOLD, BRENT) or full Yahoo symbols",
      "items": {
        "type": "string"
      },
      "maxItems": 50,
      "minItems": 1,
      "title": "Symbols",
      "type": "array"
    }
  },
  "required": [
    "symbols"
  ],
  "title": "get_quoteArguments",
  "type": "object"
}

Çıktı şeması

{
  "additionalProperties": true,
  "title": "get_quoteDictOutput",
  "type": "object"
}