edgar_trends
Retrieve time-series data for revenue, income, EPS and other metrics with YoY/QoQ growth rates from SEC XBRL filings.
Instructions
Use this for financial trend analysis over time. Returns XBRL-sourced time series with growth rates for revenue, income, EPS, and other metrics across multiple periods.
Examples:
Revenue trend: identifier="AAPL", concepts=["revenue"]
Multi-metric: identifier="MSFT", concepts=["revenue", "net_income", "eps"], periods=10
Quarterly: identifier="TSLA", period="quarterly", periods=8
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Period type (default: annual) | annual |
| periods | No | Number of periods to retrieve (default 8) | |
| concepts | No | Financial concepts to track (default: revenue, net_income) | |
| identifier | Yes | Company ticker (AAPL), CIK (320193), or name | |
| include_growth | No | Calculate YoY/QoQ growth rates (default true) |