JC321's picture
Update README.md
cc86c42 verified
|
raw
history blame
1.04 kB
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