What problem does it solve? Getting live stock prices and market data inside an AI workflow usually requires signing up for a finance API, managing keys, and parsing verbose JSON. This Skill provides a ready-to-use endpoint and decoding instructions so you can query ticker symbols and immediately work with structured quote data. ## Core Features & Use Cases - Real-Time Quotes: Fetch current price, daily change, high/low, open, and previous close for up to 50 ticker symbols per request. - Pre-Market Data: Access pre-market price, change, and timestamps alongside regular session data. - TOON Format Decoding: Responses use the compact TOON format, decoded with the @toon-format/toon package into standard JavaScript objects. - Use Case: Build a portfolio tracker that queries AAPL, NVDA, and MSFT in one request, decodes the TOON response, and reports each position's current value and daily percentage change. ## Quick Start Ask the AI to fetch the current stock price and daily change for NVDA using the Stock Prices API and decode the TOON response.