Metricbay
AAPL213.071.24%
MSFT441.230.38%
NVDA136.492.85%
GOOGL174.520.67%
AMZN198.311.12%
META612.771.53%
TSLA271.842.41%
JPM247.190.34%
V318.560.89%
UNH521.430.72%
BRK.B482.900.15%
SPY562.180.42%
AAPL213.071.24%
MSFT441.230.38%
NVDA136.492.85%
GOOGL174.520.67%
AMZN198.311.12%
META612.771.53%
TSLA271.842.41%
JPM247.190.34%
V318.560.89%
UNH521.430.72%
BRK.B482.900.15%
SPY562.180.42%
AAPL213.071.24%
MSFT441.230.38%
NVDA136.492.85%
GOOGL174.520.67%
AMZN198.311.12%
META612.771.53%
TSLA271.842.41%
JPM247.190.34%
V318.560.89%
UNH521.430.72%
BRK.B482.900.15%
SPY562.180.42%
AAPL213.071.24%
MSFT441.230.38%
NVDA136.492.85%
GOOGL174.520.67%
AMZN198.311.12%
META612.771.53%
TSLA271.842.41%
JPM247.190.34%
V318.560.89%
UNH521.430.72%
BRK.B482.900.15%
SPY562.180.42%

Getting Started

Start querying financial data in minutes. Get an API key, make your first request, and integrate with your application or AI agent.

Authentication

All API requests require an API key passed via the X-API-Key header.

Example Request
curl -X GET "https://api.metricbay.ai/v1/companies/AAPL" \
  -H "X-API-Key: your_api_key"

Base URL

https://api.metricbay.ai/v1

Available Endpoints

Companies

GET/companies/search
GET/companies/{ticker}

Fundamental Data

GET/income-statements
GET/balance-sheets
GET/cash-flow-statements
GET/financial-metrics

Institutional Ownership

GET/institutional/holders
GET/institutional/portfolio
GET/institutional/position-changes
GET/institutional/summary
GET/institutional/search-filers

Insider Transactions

GET/insider-transactions
GET/companies/{ticker}/insider-summary
GET/insider-clusters
GET/companies/{ticker}/insider-quarterly

Screening

GET/screening/fundamentals
GET/screening/insider
GET/screening/institutional

Pagination

All list endpoints return paginated results with the following structure:

{
  "data": [...],
  "pagination": {
    "total": 150,
    "limit": 20,
    "offset": 0,
    "has_more": true
  }
}

Use limit and offset query parameters to paginate through results.

Rate Limits

PlanRate LimitDaily Limit
Free10 req/min100 / day
Pro100 req/min10,000 / day
EnterpriseCustomUnlimited