Back to marketplace
Tool Detail

Yahoo

Get stock quote information.

by Yahoo1 credits / reqUpdated 2026-04-17
Yahoo logo

Operations

Published operations exposed by this tool.

Real Time Quote

This endpoint helps get real-time price data for the stock

GET/api/v1/markets/quote?type=STOCKSkey: real_time_quote
Input Schema
{
  "type": "object",
  "properties": {
    "ticker": {
      "type": "string",
      "description": "The ticker of the stock"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {}
}

Snapshots Quote

This endpoint helps get snapshot data for a stock

POST/api/v1/markets/stock/quoteskey: snapshots_quote
Input Schema
{
  "type": "object",
  "properties": {
    "ticker": {
      "type": "string",
      "description": "The ticker of the stock"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {}
}

Summary

Type
Tool
Slug
yahoo
Provider
Yahoo
Pricing
1 credits / req
Active Operations
2

Tags

stockquote