Discover/yahoofinance.com API
live

yahoofinance.com APIyahoofinance.com

Access real-time stock quotes, OHLCV history, company profiles, and financial news for any ticker via the Yahoo Finance API. 5 endpoints, global exchange coverage.

Endpoints
5
Updated
3mo ago
Try it
Comma-separated list of stock ticker symbols (e.g., AAPL,MSFT,TSLA).
api.parse.bot/scraper/4bf1943d-6bf2-4dcc-bc83-994300c2633d/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/4bf1943d-6bf2-4dcc-bc83-994300c2633d/get_quote?symbols=AAPL%2CMSFT' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Retrieve real-time stock quotes including current price, bid/ask, volume, market cap, and market status for one or more tickers.

Input
ParamTypeDescription
symbolsrequiredstringComma-separated list of stock ticker symbols (e.g., AAPL,MSFT,TSLA).
Response
{
  "type": "object",
  "fields": {
    "quotes": "array of objects containing real-time market data including regularMarketPrice, regularMarketChange, regularMarketVolume, marketCap, bid, ask, and symbol"
  },
  "sample": {
    "data": {
      "quotes": [
        {
          "ask": 299.98,
          "bid": 291.2,
          "symbol": "AAPL",
          "currency": "USD",
          "marketCap": 4389609930752,
          "shortName": "Apple Inc.",
          "regularMarketPrice": 298.87,
          "regularMarketChange": 4.07,
          "regularMarketVolume": 45300552
        }
      ]
    },
    "status": "success"
  }
}

About the yahoofinance.com API

The Yahoo Finance API exposes 5 endpoints covering real-time quotes, historical OHLCV data, company fundamentals, financial news, and ticker search across global exchanges. The get_quote endpoint returns live market data including regularMarketPrice, regularMarketVolume, and marketCap for one or more comma-separated symbols in a single call. Historical data goes back to max range at intervals as granular as 1 minute.

Real-Time and Historical Market Data

The get_quote endpoint accepts a comma-separated symbols parameter and returns an array of quote objects. Each object includes current price fields (regularMarketPrice, regularMarketChange), volume, market cap, and market status — useful for monitoring multiple tickers in one request. The get_historical_data endpoint takes a single symbol along with optional range and interval parameters. Supported ranges span 1d through max, and intervals run from 1m up to 3mo, giving fine-grained control over the time series returned. Each history record includes timestamp, open, high, low, close, and volume, plus a currency field on the response object.

Company Profiles and Fundamentals

The get_company_profile endpoint returns four structured sub-objects for a given ticker. assetProfile covers address, sector, industry, business summary, and company officers. financialData includes currentPrice, totalRevenue, profitMargins, and analyst recommendationKey. summaryDetail adds dividend data, trailing P/E, 52-week range, and market cap. defaultKeyStatistics surfaces enterpriseValue, forwardPE, pegRatio, sharesOutstanding, and bookValue.

News and Ticker Search

get_stock_news returns an array of news articles tied to a symbol. Each article object contains uuid, title, publisher, link, providerPublishTime, and relatedTickers. An optional count parameter controls how many articles are returned. The search_tickers endpoint accepts a free-text query — a company name, partial name, or ticker string — and returns matching instruments including equities, ETFs, and other asset types. Each result carries symbol, shortname, longname, exchange, quoteType, sector, and industry.

Common use cases
  • Building a stock screener using regularMarketPrice, marketCap, and volume from get_quote
  • Backtesting trading strategies with OHLCV data from get_historical_data at 1-minute to daily intervals
  • Populating company profile pages with sector, industry, and business summaries from get_company_profile
  • Displaying analyst recommendations and profit margins via financialData fields in investor dashboards
  • Aggregating financial news feeds per ticker using get_stock_news with related tickers for cross-linking
  • Resolving user-typed company names to canonical ticker symbols via search_tickers
  • Tracking dividend yield and 52-week range changes using summaryDetail fields from get_company_profile
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Yahoo Finance have an official developer API?+
Yahoo Finance does not currently maintain a public, documented developer API. The official Yahoo Finance site at yahoofinance.com provides data through its web interface, but no supported REST API with OAuth or API keys is available to developers.
What does `get_historical_data` return and how granular can the interval be?+
It returns an array of OHLCV records for the requested symbol. Each record contains timestamp, open, high, low, close, and volume. The interval parameter accepts values from 1m (one minute) up to 3mo, and the range parameter can extend back as far as max for the full available history. Note that very short intervals (e.g. 1m) are only available for recent ranges — the API will not return per-minute data for multi-year lookups.
Does the API return options chain or futures data?+
Not currently. The API covers equity quotes, historical OHLCV, company fundamentals, news, and ticker search. Options chains, derivatives pricing, and futures contracts are not exposed by the current endpoints. You can fork this API on Parse and revise it to add an options chain endpoint.
Can I retrieve financial statements such as income statements or balance sheets?+
Not currently. The get_company_profile endpoint returns financial ratios and key statistics like totalRevenue, profitMargins, and enterpriseValue, but full structured financial statements (income statement line items, balance sheet, cash flow) are not included. You can fork this API on Parse and revise it to add a financial statements endpoint.
How fresh is the data returned by `get_quote`?+
Prices returned by get_quote reflect the market status of each symbol — the response includes a market status indicator so you can tell whether the price is from an active session, pre-market, or after-hours. During active market hours, quotes reflect near-real-time data consistent with what Yahoo Finance displays on its site. There is no intraday tick-by-tick stream; this is a polling endpoint.
Page content last updated . Spec covers 5 endpoints from yahoofinance.com.
Related APIs in FinanceSee all →
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
guba.eastmoney.com API
Access Chinese stock discussion posts and comments from Eastmoney's community platform to monitor investor sentiment, search board discussions, and retrieve detailed post information and stock board metadata. Get real-time insights into what traders are discussing about specific stocks through posts, replies, and board analytics.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
blackrock.com API
Access comprehensive BlackRock iShares ETF data to research fund performance, holdings, fees, and sector allocations, plus search and compare specific ETFs. Monitor investment details like distributions, key characteristics, and broad market indices all in one place.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.
Yahoo Finance API – Quotes, History & Profiles · Parse