Yahoo Finance Data API
40+ endpoints for market data: symbol autocomplete, profiles, statistics, fundamentals, historical prices, charts, holders, insider activity, options and analyst insights.
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.
Symbol lookup by free text.
qregionCompany profile.
symbolregionlangKey statistics.
symbolregionBalance sheet, cash flow, income statements and more via modules.
symbolmodulesregionOHLCV history with range/interval.
symbolrangeintervalChart series with events and comparisons.
symbolrangeintervaleventsInstitutional & fund holders.
symbolregionRecent insider trades.
symbolregionEarnings & recommendation trends.
symbolregionOption chain.
symbolstraddleTechnical & fundamental insights.
symbolExample request
curl "https://api.everydata.io/yho/stock-v3-get-profile?symbol=AAPL®ion=US" \
-H "x-api-key: YOUR_API_KEY"Example response
{
"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
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.
FAQ