/yahoo-finance/calendarsapiKey3 credits/requestYahoo Finance calendar types
Lists global Yahoo Finance calendar types supported by this integration.
Required params: None
API Reference
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.
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.
curl -X GET "https://api.crawlora.net/api/v1/yahoo-finance/ticker/%3Csymbol%3E/quote" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/yahoo-finance/calendarsapiKey3 credits/requestLists global Yahoo Finance calendar types supported by this integration.
Required params: None
/yahoo-finance/calendars/{type}apiKey3 credits/requestReturns global Yahoo Finance calendar rows for earnings, IPOs, economic events, or splits.
Required params: type:path
/yahoo-finance/downloadapiKey5 credits/requestReturns historical price data for up to 25 symbols.
Required params: request:body
/yahoo-finance/industriesapiKey3 credits/requestLists Yahoo Finance industry keys that can be queried with the industry endpoint.
Required params: None
/yahoo-finance/industries/{key}apiKey3 credits/requestReturns overview, sector linkage, top companies, growth companies, and research reports for an industry key.
Required params: key:path
/yahoo-finance/market/{market}/statusapiKey1 credit/requestReturns Yahoo Finance open/close status for a market such as US.
Required params: market:path
/yahoo-finance/market/{market}/summaryapiKey1 credit/requestReturns Yahoo Finance market summary rows for a market such as US.
Required params: market:path
/yahoo-finance/screenerapiKey3 credits/requestRuns a constrained Yahoo Finance custom screener query using Yahoo's public screener JSON shape.
Required params: request:body
/yahoo-finance/screener/{id}apiKey3 credits/requestRuns a predefined Yahoo Finance screener such as day_gainers or most_actives.
Required params: id:path
/yahoo-finance/screenersapiKey1 credit/requestLists the predefined screeners supported by the Yahoo Finance integration.
Required params: None
/yahoo-finance/searchapiKey1 credit/requestReturns normalized Yahoo Finance quotes, news, lists, and optional research reports for a query.
Required params: q:query
/yahoo-finance/sectorsapiKey3 credits/requestLists Yahoo Finance sector keys that can be queried with the sector endpoint.
Required params: None
/yahoo-finance/sectors/{key}apiKey3 credits/requestReturns overview, top companies, ETFs, mutual funds, industries, and research reports for a sector key.
Required params: key:path
/yahoo-finance/ticker/{symbol}/actionsapiKey2 credits/requestReturns dividends, splits, and capital gains for a symbol.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/analystsapiKey3 credits/requestReturns recommendations, upgrades/downgrades, price targets, and estimate modules where Yahoo provides them.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/calendarapiKey2 credits/requestReturns Yahoo Finance calendar events for a symbol.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/capital-gainsapiKey2 credits/requestReturns capital gain events for ETF or mutual fund symbols when Yahoo provides them.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/dividendsapiKey2 credits/requestReturns dividend events for a symbol.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/earnings-datesapiKey3 credits/requestReturns standalone earnings-date rows from Yahoo Finance calendar HTML when Yahoo serves the table.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/earningsapiKey3 credits/requestReturns Yahoo Finance earnings modules for a symbol.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/financialsapiKey4 credits/requestReturns annual, quarterly, or supported trailing income, balance sheet, or cash flow statement data.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/fundsapiKey4 credits/requestReturns fund profile, top holdings, equity/bond holdings, and sector weighting modules for ETF and mutual fund symbols.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/history-metadataapiKey1 credit/requestReturns Yahoo Finance chart metadata for a symbol.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/historyapiKey2 credits/requestReturns normalized OHLCV points for a symbol. Use either period or start/end.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/holdersapiKey3 credits/requestReturns major, institutional, fund, and insider holder modules for a symbol.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/infoapiKey3 credits/requestReturns normalized profile, quote type, price, statistics, and summary modules for a symbol.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/isinapiKey2 credits/requestReturns the experimental yfinance-compatible ISIN lookup result for a symbol.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/newsapiKey1 credit/requestReturns Yahoo Finance news search results for a symbol.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/optionsapiKey4 credits/requestReturns option expiration dates and the current option chain for a symbol.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/options/{expiration}apiKey4 credits/requestReturns calls and puts for a specific Unix expiration timestamp.
Required params: symbol:path, expiration:path
/yahoo-finance/ticker/{symbol}/quoteapiKey1 credit/requestReturns normalized fast quote fields for one Yahoo Finance symbol.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/sec-filingsapiKey2 credits/requestReturns Yahoo Finance SEC filing summaries for a symbol.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/shares-fullapiKey3 credits/requestReturns historical shares-out rows from Yahoo fundamentals timeseries.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/sharesapiKey2 credits/requestReturns current share-count fields from Yahoo key statistics.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/splitsapiKey2 credits/requestReturns split events for a symbol.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/sustainabilityapiKey3 credits/requestReturns ESG and sustainability modules for a symbol.
Required params: symbol:path
/yahoo-finance/ticker/{symbol}/valuationapiKey3 credits/requestReturns the valuation table from the Yahoo Finance key statistics page when Yahoo serves the table.
Required params: symbol:path
/yahoo-finance/trending/{region}apiKey1 credit/requestReturns trending Yahoo Finance symbols for a region.
Required params: region:path
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Yahoo Finance calendar types | /yahoo-finance/calendars | GET | 3 credits/request | None | View docs | Try endpoint |
| Yahoo Finance calendar results | /yahoo-finance/calendars/{type} | GET | 3 credits/request | type:path | View docs | Try endpoint |
| Yahoo Finance batch historical prices | /yahoo-finance/download | POST | 5 credits/request | request:body | View docs | Try endpoint |
| Yahoo Finance industries | /yahoo-finance/industries | GET | 3 credits/request | None | View docs | Try endpoint |
| Yahoo Finance industry detail | /yahoo-finance/industries/{key} | GET | 3 credits/request | key:path | View docs | Try endpoint |
| Yahoo Finance market status | /yahoo-finance/market/{market}/status | GET | 1 credit/request | market:path | View docs | Try endpoint |
| Yahoo Finance market summary | /yahoo-finance/market/{market}/summary | GET | 1 credit/request | market:path | View docs | Try endpoint |
| Yahoo Finance custom screener | /yahoo-finance/screener | POST | 3 credits/request | request:body | View docs | Try endpoint |
| Yahoo Finance predefined screener results | /yahoo-finance/screener/{id} | GET | 3 credits/request | id:path | View docs | Try endpoint |
| Yahoo Finance predefined screeners | /yahoo-finance/screeners | GET | 1 credit/request | None | View docs | Try endpoint |
| Yahoo Finance search | /yahoo-finance/search | GET | 1 credit/request | q:query | View docs | Try endpoint |
| Yahoo Finance sectors | /yahoo-finance/sectors | GET | 3 credits/request | None | View docs | Try endpoint |
| Yahoo Finance sector detail | /yahoo-finance/sectors/{key} | GET | 3 credits/request | key:path | View docs | Try endpoint |
| Yahoo Finance corporate actions | /yahoo-finance/ticker/{symbol}/actions | GET | 2 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance analyst data | /yahoo-finance/ticker/{symbol}/analysts | GET | 3 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance calendar | /yahoo-finance/ticker/{symbol}/calendar | GET | 2 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance capital gains | /yahoo-finance/ticker/{symbol}/capital-gains | GET | 2 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance dividends | /yahoo-finance/ticker/{symbol}/dividends | GET | 2 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance earnings dates | /yahoo-finance/ticker/{symbol}/earnings-dates | GET | 3 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance earnings | /yahoo-finance/ticker/{symbol}/earnings | GET | 3 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance financial statements | /yahoo-finance/ticker/{symbol}/financials | GET | 4 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance fund data | /yahoo-finance/ticker/{symbol}/funds | GET | 4 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance history metadata | /yahoo-finance/ticker/{symbol}/history-metadata | GET | 1 credit/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance historical prices | /yahoo-finance/ticker/{symbol}/history | GET | 2 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance holders | /yahoo-finance/ticker/{symbol}/holders | GET | 3 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance ticker info | /yahoo-finance/ticker/{symbol}/info | GET | 3 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance ticker ISIN | /yahoo-finance/ticker/{symbol}/isin | GET | 2 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance ticker news | /yahoo-finance/ticker/{symbol}/news | GET | 1 credit/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance options chain | /yahoo-finance/ticker/{symbol}/options | GET | 4 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance options chain by expiration | /yahoo-finance/ticker/{symbol}/options/{expiration} | GET | 4 credits/request | symbol:path, expiration:path | View docs | Try endpoint |
| Yahoo Finance ticker quote | /yahoo-finance/ticker/{symbol}/quote | GET | 1 credit/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance SEC filings | /yahoo-finance/ticker/{symbol}/sec-filings | GET | 2 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance historical share counts | /yahoo-finance/ticker/{symbol}/shares-full | GET | 3 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance share counts | /yahoo-finance/ticker/{symbol}/shares | GET | 2 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance splits | /yahoo-finance/ticker/{symbol}/splits | GET | 2 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance sustainability | /yahoo-finance/ticker/{symbol}/sustainability | GET | 3 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance valuation measures | /yahoo-finance/ticker/{symbol}/valuation | GET | 3 credits/request | symbol:path | View docs | Try endpoint |
| Yahoo Finance trending symbols | /yahoo-finance/trending/{region} | GET | 1 credit/request | region:path | View docs | Try endpoint |