Financial Data API

Financial Data API for 60,000+ Companies

A REST API for stock prices, financial statements, pre-calculated ratios, valuation multiples, and earnings call transcripts across 60,000+ public companies on 70+ global exchanges. JSON or spreadsheet-ready TSV. Free tier available — no credit card required.

60,000+

Tickers

29

Endpoints

70+

Exchanges

Real-time

Data

Professional API Access

Full access to every endpoint for all 60,000+ public companies across 70+ global exchanges.

All 60,000+ tickers
Unlimited API requests
Financial statements & ratios
Earnings call transcripts
Real-time stock prices
JSON & Excel formats
$89/mo

3-day free trial

Your API Key

Sign in to see your API key pre-filled in all code examples.

Quick Start

Get Apple's latest stock price with a single request.

curl "https://api.roic.ai/v2/stock-prices/latest/AAPL?apikey=YOUR_API_KEY"

Response Formats

Every endpoint returns JSON by default, or tab-separated values for Google Sheets and Excel.

response.json
[
  {
    "ticker": "AAPL",
    "date": "2024-09-28",
    "revenue": 391035000000,
    "gross_profit": 180683000000,
    "operating_income": 123216000000,
    "net_income": 93736000000,
    "eps": 6.11,
    "roic": 0.5627
  }
]
Financial Data.xlsx
TickerRevenueNet IncomeROIC
AAPL$391.04B$93.74B56.27%
MSFT$245.12B$88.52B48.92%
GOOGL$339.86B$100.68B28.15%
NVDA$130.50B$72.88B81.23%
TSLA$96.77B$15.00B19.34%
    
    
    

How roic.ai compares to other financial data APIs

A quick feature comparison against Financial Modeling Prep (FMP), Alpha Vantage, and Finnhub.

Featureroic.aiFMPAlpha VantageFinnhub
60,000+ tickers
Pre-calculated ratios (ROIC, ROE, debt-to-EBITDA)
Earnings call transcripts
Financial statements (income, balance, cash flow)
Real-time + historical prices
Valuation multiples (EV/EBITDA, P/E)
Google Sheets / Excel TSV export
Sector / industry / country breakdowns

Comparison reflects publicly documented features as of 2026. Competitor capabilities may have changed since.

Frequently asked questions

What is a financial data API?

A financial data API is a REST endpoint that returns stock prices, financial statements, ratios, and other company data as JSON. The roic.ai API covers 60,000+ public companies across 70+ exchanges, including pre-calculated ratios like ROIC, ROE, and debt-to-EBITDA.

Is there a free tier?

Yes. The free tier includes Apple (AAPL) data across all endpoints — financial statements, ratios, prices, and earnings call transcripts. Paid tiers unlock all 60,000+ tickers.

How does roic.ai compare to Financial Modeling Prep, Alpha Vantage, and Finnhub?

roic.ai is differentiated by pre-calculated fundamental ratios (ROIC, debt-to-EBITDA, Altman Z-score), 60,000+ ticker coverage, and a dedicated earnings call transcripts API. Competitors like Alpha Vantage and Finnhub focus on price feeds; FMP overlaps on statements but does not provide pre-calculated ratios at the same depth.

Which endpoints are available?

Tickers, market data (sectors, industries, exchanges, countries), company profiles and news, earnings call transcripts, stock prices (latest + historical), financial statements (income, balance sheet, cash flow), financial ratios (profitability, credit, liquidity, working capital, yield), and valuation (multiples, enterprise value, per-share metrics).