Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, travel, real estate, marketplaces, apps, social, audio, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
Docs menu

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow
  1. Home
  2. /Docs
  3. /Yahoo Finance Scraper API

API Reference

Yahoo Finance Scraper API Documentation

Use Crawlora's Yahoo Finance Scraper API endpoints to extract supported public Yahoo Finance data as structured JSON. This documentation covers 38 active endpoints including Yahoo Finance calendar types, Yahoo Finance calendar results, Yahoo Finance batch historical prices, Yahoo Finance industries, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as type, request, key, market, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.

Try Yahoo Finance ticker quote Start with endpoint docsPricing

Quick start

Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.

Base URL
https://api.crawlora.net/api/v1
Auth header
x-api-key: $CRAWLORA_API_KEY
Primary endpoint
GET /yahoo-finance/ticker/{symbol}/quote
Credit cost
1 credit/request
curl -X GET "https://api.crawlora.net/api/v1/yahoo-finance/ticker/%3Csymbol%3E/quote" \
  -H "x-api-key: $CRAWLORA_API_KEY"
Try Yahoo Finance ticker quote in PlaygroundAPI key authenticationReview Crawlora pricing

Common concepts

  • Authenticated API-key requests
  • Structured JSON responses
  • Credit-based usage and plan limits
  • Documented validation and upstream errors
  • Playground testing before integration
  • Responsible public web data workflows
Yahoo Finance platform pageError handling guideRate limits and credits

Yahoo Finance Scraper API endpoints

These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.

GET/yahoo-finance/calendarsapiKey3 credits/request

Yahoo Finance calendar types

Lists global Yahoo Finance calendar types supported by this integration.

Required params: None

Yahoo Finance calendar types documentationTry Yahoo Finance calendar types in Playground
GET/yahoo-finance/calendars/{type}apiKey3 credits/request

Yahoo Finance calendar results

Returns global Yahoo Finance calendar rows for earnings, IPOs, economic events, or splits.

Required params: type:path

Yahoo Finance calendar results documentationTry Yahoo Finance calendar results in Playground
POST/yahoo-finance/downloadapiKey5 credits/request

Yahoo Finance batch historical prices

Returns historical price data for up to 25 symbols.

Required params: request:body

Yahoo Finance batch historical prices documentationTry Yahoo Finance batch historical prices in Playground
GET/yahoo-finance/industriesapiKey3 credits/request

Yahoo Finance industries

Lists Yahoo Finance industry keys that can be queried with the industry endpoint.

Required params: None

Yahoo Finance industries documentationTry Yahoo Finance industries in Playground
GET/yahoo-finance/industries/{key}apiKey3 credits/request

Yahoo Finance industry detail

Returns overview, sector linkage, top companies, growth companies, and research reports for an industry key.

Required params: key:path

Yahoo Finance industry detail documentationTry Yahoo Finance industry detail in Playground
GET/yahoo-finance/market/{market}/statusapiKey1 credit/request

Yahoo Finance market status

Returns Yahoo Finance open/close status for a market such as US.

Required params: market:path

Yahoo Finance market status documentationTry Yahoo Finance market status in Playground
GET/yahoo-finance/market/{market}/summaryapiKey1 credit/request

Yahoo Finance market summary

Returns Yahoo Finance market summary rows for a market such as US.

Required params: market:path

Yahoo Finance market summary documentationTry Yahoo Finance market summary in Playground
POST/yahoo-finance/screenerapiKey3 credits/request

Yahoo Finance custom screener

Runs a constrained Yahoo Finance custom screener query using Yahoo's public screener JSON shape.

Required params: request:body

Yahoo Finance custom screener documentationTry Yahoo Finance custom screener in Playground
GET/yahoo-finance/screener/{id}apiKey3 credits/request

Yahoo Finance predefined screener results

Runs a predefined Yahoo Finance screener such as day_gainers or most_actives.

Required params: id:path

Yahoo Finance predefined screener results documentationTry Yahoo Finance predefined screener results in Playground
GET/yahoo-finance/screenersapiKey1 credit/request

Yahoo Finance predefined screeners

Lists the predefined screeners supported by the Yahoo Finance integration.

Required params: None

Yahoo Finance predefined screeners documentationTry Yahoo Finance predefined screeners in Playground
GET/yahoo-finance/searchapiKey1 credit/request

Yahoo Finance search

Returns normalized Yahoo Finance quotes, news, lists, and optional research reports for a query.

Required params: q:query

Yahoo Finance search documentationTry Yahoo Finance search in Playground
GET/yahoo-finance/sectorsapiKey3 credits/request

Yahoo Finance sectors

Lists Yahoo Finance sector keys that can be queried with the sector endpoint.

Required params: None

Yahoo Finance sectors documentationTry Yahoo Finance sectors in Playground
GET/yahoo-finance/sectors/{key}apiKey3 credits/request

Yahoo Finance sector detail

Returns overview, top companies, ETFs, mutual funds, industries, and research reports for a sector key.

Required params: key:path

Yahoo Finance sector detail documentationTry Yahoo Finance sector detail in Playground
GET/yahoo-finance/ticker/{symbol}/actionsapiKey2 credits/request

Yahoo Finance corporate actions

Returns dividends, splits, and capital gains for a symbol.

Required params: symbol:path

Yahoo Finance corporate actions documentationTry Yahoo Finance corporate actions in Playground
GET/yahoo-finance/ticker/{symbol}/analystsapiKey3 credits/request

Yahoo Finance analyst data

Returns recommendations, upgrades/downgrades, price targets, and estimate modules where Yahoo provides them.

Required params: symbol:path

Yahoo Finance analyst data documentationTry Yahoo Finance analyst data in Playground
GET/yahoo-finance/ticker/{symbol}/calendarapiKey2 credits/request

Yahoo Finance calendar

Returns Yahoo Finance calendar events for a symbol.

Required params: symbol:path

Yahoo Finance calendar documentationTry Yahoo Finance calendar in Playground
GET/yahoo-finance/ticker/{symbol}/capital-gainsapiKey2 credits/request

Yahoo Finance capital gains

Returns capital gain events for ETF or mutual fund symbols when Yahoo provides them.

Required params: symbol:path

Yahoo Finance capital gains documentationTry Yahoo Finance capital gains in Playground
GET/yahoo-finance/ticker/{symbol}/dividendsapiKey2 credits/request

Yahoo Finance dividends

Returns dividend events for a symbol.

Required params: symbol:path

Yahoo Finance dividends documentationTry Yahoo Finance dividends in Playground
GET/yahoo-finance/ticker/{symbol}/earnings-datesapiKey3 credits/request

Yahoo Finance earnings dates

Returns standalone earnings-date rows from Yahoo Finance calendar HTML when Yahoo serves the table.

Required params: symbol:path

Yahoo Finance earnings dates documentationTry Yahoo Finance earnings dates in Playground
GET/yahoo-finance/ticker/{symbol}/earningsapiKey3 credits/request

Yahoo Finance earnings

Returns Yahoo Finance earnings modules for a symbol.

Required params: symbol:path

Yahoo Finance earnings documentationTry Yahoo Finance earnings in Playground
GET/yahoo-finance/ticker/{symbol}/financialsapiKey4 credits/request

Yahoo Finance financial statements

Returns annual, quarterly, or supported trailing income, balance sheet, or cash flow statement data.

Required params: symbol:path

Yahoo Finance financial statements documentationTry Yahoo Finance financial statements in Playground
GET/yahoo-finance/ticker/{symbol}/fundsapiKey4 credits/request

Yahoo Finance fund data

Returns fund profile, top holdings, equity/bond holdings, and sector weighting modules for ETF and mutual fund symbols.

Required params: symbol:path

Yahoo Finance fund data documentationTry Yahoo Finance fund data in Playground
GET/yahoo-finance/ticker/{symbol}/history-metadataapiKey1 credit/request

Yahoo Finance history metadata

Returns Yahoo Finance chart metadata for a symbol.

Required params: symbol:path

Yahoo Finance history metadata documentationTry Yahoo Finance history metadata in Playground
GET/yahoo-finance/ticker/{symbol}/historyapiKey2 credits/request

Yahoo Finance historical prices

Returns normalized OHLCV points for a symbol. Use either period or start/end.

Required params: symbol:path

Yahoo Finance historical prices documentationTry Yahoo Finance historical prices in Playground
GET/yahoo-finance/ticker/{symbol}/holdersapiKey3 credits/request

Yahoo Finance holders

Returns major, institutional, fund, and insider holder modules for a symbol.

Required params: symbol:path

Yahoo Finance holders documentationTry Yahoo Finance holders in Playground
GET/yahoo-finance/ticker/{symbol}/infoapiKey3 credits/request

Yahoo Finance ticker info

Returns normalized profile, quote type, price, statistics, and summary modules for a symbol.

Required params: symbol:path

Yahoo Finance ticker info documentationTry Yahoo Finance ticker info in Playground
GET/yahoo-finance/ticker/{symbol}/isinapiKey2 credits/request

Yahoo Finance ticker ISIN

Returns the experimental yfinance-compatible ISIN lookup result for a symbol.

Required params: symbol:path

Yahoo Finance ticker ISIN documentationTry Yahoo Finance ticker ISIN in Playground
GET/yahoo-finance/ticker/{symbol}/newsapiKey1 credit/request

Yahoo Finance ticker news

Returns Yahoo Finance news search results for a symbol.

Required params: symbol:path

Yahoo Finance ticker news documentationTry Yahoo Finance ticker news in Playground
GET/yahoo-finance/ticker/{symbol}/optionsapiKey4 credits/request

Yahoo Finance options chain

Returns option expiration dates and the current option chain for a symbol.

Required params: symbol:path

Yahoo Finance options chain documentationTry Yahoo Finance options chain in Playground
GET/yahoo-finance/ticker/{symbol}/options/{expiration}apiKey4 credits/request

Yahoo Finance options chain by expiration

Returns calls and puts for a specific Unix expiration timestamp.

Required params: symbol:path, expiration:path

Yahoo Finance options chain by expiration documentationTry Yahoo Finance options chain by expiration in Playground
GET/yahoo-finance/ticker/{symbol}/quoteapiKey1 credit/request

Yahoo Finance ticker quote

Returns normalized fast quote fields for one Yahoo Finance symbol.

Required params: symbol:path

Yahoo Finance ticker quote documentationTry Yahoo Finance ticker quote in Playground
GET/yahoo-finance/ticker/{symbol}/sec-filingsapiKey2 credits/request

Yahoo Finance SEC filings

Returns Yahoo Finance SEC filing summaries for a symbol.

Required params: symbol:path

Yahoo Finance SEC filings documentationTry Yahoo Finance SEC filings in Playground
GET/yahoo-finance/ticker/{symbol}/shares-fullapiKey3 credits/request

Yahoo Finance historical share counts

Returns historical shares-out rows from Yahoo fundamentals timeseries.

Required params: symbol:path

Yahoo Finance historical share counts documentationTry Yahoo Finance historical share counts in Playground
GET/yahoo-finance/ticker/{symbol}/sharesapiKey2 credits/request

Yahoo Finance share counts

Returns current share-count fields from Yahoo key statistics.

Required params: symbol:path

Yahoo Finance share counts documentationTry Yahoo Finance share counts in Playground
GET/yahoo-finance/ticker/{symbol}/splitsapiKey2 credits/request

Yahoo Finance splits

Returns split events for a symbol.

Required params: symbol:path

Yahoo Finance splits documentationTry Yahoo Finance splits in Playground
GET/yahoo-finance/ticker/{symbol}/sustainabilityapiKey3 credits/request

Yahoo Finance sustainability

Returns ESG and sustainability modules for a symbol.

Required params: symbol:path

Yahoo Finance sustainability documentationTry Yahoo Finance sustainability in Playground
GET/yahoo-finance/ticker/{symbol}/valuationapiKey3 credits/request

Yahoo Finance valuation measures

Returns the valuation table from the Yahoo Finance key statistics page when Yahoo serves the table.

Required params: symbol:path

Yahoo Finance valuation measures documentationTry Yahoo Finance valuation measures in Playground
GET/yahoo-finance/trending/{region}apiKey1 credit/request

Yahoo Finance trending symbols

Returns trending Yahoo Finance symbols for a region.

Required params: region:path

Yahoo Finance trending symbols documentationTry Yahoo Finance trending symbols in Playground

Endpoint reference table

EndpointAPI pathMethodCreditsRequired paramsDocsPlayground
Yahoo Finance calendar types/yahoo-finance/calendarsGET3 credits/requestNoneView docsTry endpoint
Yahoo Finance calendar results/yahoo-finance/calendars/{type}GET3 credits/requesttype:pathView docsTry endpoint
Yahoo Finance batch historical prices/yahoo-finance/downloadPOST5 credits/requestrequest:bodyView docsTry endpoint
Yahoo Finance industries/yahoo-finance/industriesGET3 credits/requestNoneView docsTry endpoint
Yahoo Finance industry detail/yahoo-finance/industries/{key}GET3 credits/requestkey:pathView docsTry endpoint
Yahoo Finance market status/yahoo-finance/market/{market}/statusGET1 credit/requestmarket:pathView docsTry endpoint
Yahoo Finance market summary/yahoo-finance/market/{market}/summaryGET1 credit/requestmarket:pathView docsTry endpoint
Yahoo Finance custom screener/yahoo-finance/screenerPOST3 credits/requestrequest:bodyView docsTry endpoint
Yahoo Finance predefined screener results/yahoo-finance/screener/{id}GET3 credits/requestid:pathView docsTry endpoint
Yahoo Finance predefined screeners/yahoo-finance/screenersGET1 credit/requestNoneView docsTry endpoint
Yahoo Finance search/yahoo-finance/searchGET1 credit/requestq:queryView docsTry endpoint
Yahoo Finance sectors/yahoo-finance/sectorsGET3 credits/requestNoneView docsTry endpoint
Yahoo Finance sector detail/yahoo-finance/sectors/{key}GET3 credits/requestkey:pathView docsTry endpoint
Yahoo Finance corporate actions/yahoo-finance/ticker/{symbol}/actionsGET2 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance analyst data/yahoo-finance/ticker/{symbol}/analystsGET3 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance calendar/yahoo-finance/ticker/{symbol}/calendarGET2 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance capital gains/yahoo-finance/ticker/{symbol}/capital-gainsGET2 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance dividends/yahoo-finance/ticker/{symbol}/dividendsGET2 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance earnings dates/yahoo-finance/ticker/{symbol}/earnings-datesGET3 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance earnings/yahoo-finance/ticker/{symbol}/earningsGET3 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance financial statements/yahoo-finance/ticker/{symbol}/financialsGET4 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance fund data/yahoo-finance/ticker/{symbol}/fundsGET4 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance history metadata/yahoo-finance/ticker/{symbol}/history-metadataGET1 credit/requestsymbol:pathView docsTry endpoint
Yahoo Finance historical prices/yahoo-finance/ticker/{symbol}/historyGET2 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance holders/yahoo-finance/ticker/{symbol}/holdersGET3 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance ticker info/yahoo-finance/ticker/{symbol}/infoGET3 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance ticker ISIN/yahoo-finance/ticker/{symbol}/isinGET2 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance ticker news/yahoo-finance/ticker/{symbol}/newsGET1 credit/requestsymbol:pathView docsTry endpoint
Yahoo Finance options chain/yahoo-finance/ticker/{symbol}/optionsGET4 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance options chain by expiration/yahoo-finance/ticker/{symbol}/options/{expiration}GET4 credits/requestsymbol:path, expiration:pathView docsTry endpoint
Yahoo Finance ticker quote/yahoo-finance/ticker/{symbol}/quoteGET1 credit/requestsymbol:pathView docsTry endpoint
Yahoo Finance SEC filings/yahoo-finance/ticker/{symbol}/sec-filingsGET2 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance historical share counts/yahoo-finance/ticker/{symbol}/shares-fullGET3 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance share counts/yahoo-finance/ticker/{symbol}/sharesGET2 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance splits/yahoo-finance/ticker/{symbol}/splitsGET2 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance sustainability/yahoo-finance/ticker/{symbol}/sustainabilityGET3 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance valuation measures/yahoo-finance/ticker/{symbol}/valuationGET3 credits/requestsymbol:pathView docsTry endpoint
Yahoo Finance trending symbols/yahoo-finance/trending/{region}GET1 credit/requestregion:pathView docsTry endpoint

Related Crawlora API pages

Yahoo Finance scraper API platform pageTry the primary endpoint in PlaygroundBrowse supported platformsCrawlora API pricingGoogle Finance API documentation
Back to docs