Collect and validate real financial data for US public companies using free data sources. Output is a standardized JSON file ready for consumption by other financial skills.
NO FALLBACK values. If a field cannot be retrieved, set it to null with source: "missing". Never substitute defaults (e.g., beta or 1.0). The downstream skill decides how to handle missing data.
Data source attribution is mandatory. Every data section must have a source field.
무료 공개 소스(yfinance)에서 미국 상장 회사에 대한 실제 금융 데이터를 수집하세요. 다운스트림 재무 기술(DCF 모델링, 구성 요소 분석, 수익 검토)별로 구조화된 JSON 소비를 출력합니다. 시장 데이터(가격, 주식, 베타), 과거 재무 정보(손익계산서, 현금 흐름, 대차대조표), WACC 입력 및 분석가 추정치를 처리합니다. 사용자가 티커 데이터 수집, 회사 재무 정보 가져오기, 시장 데이터 가져오기, DCF 입력 수집 또는 분석 전에 구조화된 재무 데이터가 필요한 작업을 요청할 때 사용합니다. 또한 재무 데이터, 회사 데이터, 주식 데이터에 대해서도 트리거됩니다. 출처: daymade/claude-code-skills.