What problem does it solve? Getting accurate financial data requires knowing which provider covers which asset class and which API operations actually exist. This Skill routes every request to the correct structured API (Massive, Quartr, or Yahoo Finance) instead of scraping websites or guessing numbers, and it encodes fixes for known failure modes like stale prices and wrong-quarter transcripts. ## Core Features & Use Cases - Multi-asset market data: Stock OHLCV bars, snapshots, technical indicators (SMA, EMA, MACD, RSI), options chains, forex conversion, crypto prices, and macro series like CPI and treasury yields via the Massive API. - Fundamentals and filings: Income statements, balance sheets, cash flow, 22 financial ratios for screening, 10-K sections, 8-K text, and standardized risk factors. - Earnings and IR documents: Full earnings call transcripts, investor presentation decks, and filing PDFs from Quartr using a strict events-first workflow, with helper scripts for company lookup and document retrieval. - Use Case: Ask "What did Apple's CEO say on the last earnings call?" and the Skill resolves the company, finds the latest earnings event, lists its transcripts, and retrieves the full text by Document ID. ## Quick Start Ask the assistant to pull the latest price, recent financial statements, and RSI for a ticker like NVDA using the financial-analysis skill.