Overview
Theyf_ticker_income_stmt tool retrieves income statement (profit and loss) data for a specified ticker symbol. Income statements show a company’s revenues, expenses, and profitability over a period of time.
Parameters
Ticker symbol to retrieve income statement for (e.g., “AAPL”, “MSFT”, “GOOGL”)
Return the data as a dictionary instead of a DataFrame format
Return human-readable formatted output with better formatting for display
Frequency of the financial data to retrieve:
yearly- Annual income statementsquarterly- Quarterly income statementstrailing- Trailing twelve months (TTM) data
Format for the response:
json- Returns structured JSON datamarkdown- Returns a formatted markdown table
When using
response_format="markdown", limits the number of rows displayed (1-200)Options to save the result to a file:
format- Either “csv” or “json”filename- Optional custom filename (defaults to auto-generated)
Data Returned
The income statement typically includes financial metrics such as:- Total Revenue - Total sales and revenue generated
- Cost of Revenue - Direct costs of producing goods/services
- Gross Profit - Revenue minus cost of revenue
- Operating Expenses - Selling, general, and administrative expenses
- Operating Income - Profit from core business operations
- Interest Expense - Cost of borrowed funds
- Income Tax Expense - Taxes owed on income
- Net Income - Bottom line profit after all expenses
- Earnings Per Share (EPS) - Net income divided by shares outstanding