Spaces:
Sleeping
Sleeping
metadata
title: SEC Financial Data Query Assistant
emoji: π
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 6.0.1
app_file: app.py
pinned: false
license: mit
SEC Financial Data Query Assistant
A Gradio-based web application for querying SEC financial data through MCP Server.
Features
- π Search companies by name or ticker symbol
- π View latest financial data
- π Analyze 3-year and 5-year financial trends
- π° Display revenue, net income, EPS, operating expenses, and cash flow metrics
Usage
Simply enter a company name or ticker symbol (e.g., NVIDIA, AAPL, Microsoft) and select the query type:
- Latest Financial Data: Shows the most recent fiscal year data
- 3-Year Trend: Displays financial trends over 3 years
- 5-Year Trend: Displays financial trends over 5 years
Data Source
SEC EDGAR data via MCP Server: https://jc321-easyreportdatemcp.hf.space
Technology Stack
- Frontend: Gradio 4.0+
- Backend: Python with requests
- Data Source: SEC EDGAR via MCP Server