YFinance

Yahoo Finance Data API

40+ endpoints for market data: symbol autocomplete, profiles, statistics, fundamentals, historical prices, charts, holders, insider activity, options and analyst insights.

Realtime dataStructured JSON11 endpointsFree plan availableFast responses

Endpoints

Yahoo Finance endpoints

All Yahoo Finance endpoints are served under the /yho prefix and share the same API key and quota as every other platform.

GET/yho/auto-complete
Auto complete

Symbol lookup by free text.

qregion
GET/yho/stock-v3-get-profile
Profile

Company profile.

symbolregionlang
GET/yho/stock-v4-get-statistics
Statistics

Key statistics.

symbolregion
GET/yho/stock-get-fundamentals
Fundamentals

Balance sheet, cash flow, income statements and more via modules.

symbolmodulesregion
GET/yho/stock-v3-get-historical-data
Historical data

OHLCV history with range/interval.

symbolrangeinterval
GET/yho/stock-v3-get-chart
Chart

Chart series with events and comparisons.

symbolrangeintervalevents
GET/yho/stock-v3-get-holders
Holders

Institutional & fund holders.

symbolregion
GET/yho/stock-v2-get-insider-transactions
Insider transactions

Recent insider trades.

symbolregion
GET/yho/stock-v2-get-analysis
Analysis

Earnings & recommendation trends.

symbolregion
GET/yho/stock-v3-get-options
Options

Option chain.

symbolstraddle
GET/yho/stock-v3-get-insights
Insights

Technical & fundamental insights.

symbol

Example request

curl "https://api.everydata.io/yho/stock-v3-get-profile?symbol=AAPL&region=US" \
  -H "x-api-key: YOUR_API_KEY"

Example response

200 OK · application/json
{
  "quoteSummary": {
    "result": [
      {
        "assetProfile": {
          "longName": "Apple Inc.",
          "sector": "Technology",
          "industry": "Consumer Electronics",
          "fullTimeEmployees": 164000,
          "website": "https://www.apple.com"
        }
      }
    ]
  }
}

Use cases

What teams build with Yahoo Finance data

Portfolio tools
Quant research
Financial dashboards
Screeners

Popular use cases

Guides for Yahoo Finance data

Step-by-step pages for the most common jobs, each with a real request and response.

Pricing

Included in every plan

The Yahoo Finance API is part of the shared quota – no separate subscription needed.

Free
€0 / month
  • 100 requests / month
  • 10 requests / minute
  • All platforms included
  • Realtime JSON responses
  • Standard e-mail support
Starter
€30 / month
  • 5,000 requests / month
  • 50 requests / minute
  • All platforms included
  • Realtime JSON responses
  • Standard e-mail support
Most popular
Production
€80 / month
  • 50,000 requests / month
  • 100 requests / minute
  • All platforms included
  • Realtime JSON responses
  • Standard e-mail support
Business
€300 / month
  • 300,000 requests / month
  • 250 requests / minute
  • All platforms included
  • Realtime JSON responses
  • Standard e-mail support

FAQ

Frequently asked questions