financial datasets
Access 50+ essential financial metrics across 30,000+ stocks through our LLM-optimized APIs. We offer both real-time and historical snapshots.
20,000+
Stock Tickers
50+
Financial Metrics
Real-time
Updates
Deep Research
From valuation and profitability to efficiency and growth metrics, get a complete financial picture through real-time and historical APIs.
Access current financial metrics including valuation, profitability, efficiency, and growth indicators.
GET /financial-metrics/latest/{ticker}
{
"company": "APPLE INC",
"ticker": "AAPL",
"period_end": "2023-09-30",
"metrics": {
"profitability": {
"gross_margin": 0.442,
"operating_margin": 0.297,
"net_margin": 0.254,
"return_on_equity": 0.315,
"return_on_assets": 0.173
},
"valuation": {
"pe_ratio": 28.92,
"price_to_book": 37.65,
"price_to_sales": 7.35,
"ev_to_ebitda": 22.48,
"market_cap": 2850000000000
},
"efficiency": {
"asset_turnover": 0.682,
"inventory_turnover": 42.76,
"receivables_turnover": 14.23,
"days_sales_outstanding": 25.65
},
"liquidity": {
"current_ratio": 1.02,
"quick_ratio": 0.88,
"debt_to_equity": 2.31,
"interest_coverage": 42.15
}
}
}
Track performance trends with historical metrics data perfect for AI-powered analysis.
GET /financial-metrics/historical/{ticker}/{metric}
{
"company": "APPLE INC",
"ticker": "AAPL",
"metric": "operating_margin",
"periods": [
{
"period_end": "2023-09-30",
"value": 0.297,
"yoy_change": 0.015
},
{
"period_end": "2022-09-30",
"value": 0.282,
"yoy_change": -0.008
},
{
"period_end": "2021-09-30",
"value": 0.29,
"yoy_change": 0.042
}
]
}
Data Sources
We do not use any middlemen or aggregators. Our financial data comes from the SEC, EDGAR, and similar official sources.
To new adventures
We offer free access to financial metrics for AAPL, NVDA, MSFT, and TSLA. Sign up now to unlock full access to our financial metrics database.