What problem does it solve? Getting quick market prices and historical data usually requires signing up for paid APIs or manually checking finance websites. This Skill fetches latest quotes and historical series for stocks, ETFs, indices, and FX pairs using no-key providers, with local caching to avoid rate limits. ## Core Features & Use Cases - Latest Quotes: Fetch current prices for stocks, ETFs, and indices via yfinance, and FX rates via the ExchangeRate-API open endpoint. - Historical Series: Export daily price history as CSV for any stock, ETF, or index over a configurable number of days. - Local Watchlist: Add, remove, and summarize a persistent watchlist of tickers with current quotes in one command. - Use Case: Ask for the latest price of AAPL and USD/ZAR, then add both to a watchlist and get a daily summary without hitting API rate limits thanks to built-in caching. ## Quick Start Ask the assistant to get the latest quote for AAPL and add it to your market watchlist.