Discover/companiesmarketcap.com API
live

companiesmarketcap.com APIcompaniesmarketcap.com

Access global market cap rankings, company financial profiles, and historical metrics for publicly traded companies via the companiesmarketcap.com API.

Endpoints
4
Updated
3mo ago
Try it
Page number to retrieve (100 companies per page).
api.parse.bot/scraper/15cf1f63-f346-498c-b7fe-f15e39921723/<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/15cf1f63-f346-498c-b7fe-f15e39921723/get_ranking?page=1' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Get the ranking of companies by market capitalization. Returns 100 companies per page with rank, name, ticker, market cap, price, daily change, and country.

Input
ParamTypeDescription
pageintegerPage number to retrieve (100 companies per page).
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "companies": "array of company objects with rank, name, ticker, market_cap, price, today_change, and country",
    "total_results": "integer, number of companies returned on this page"
  },
  "sample": {
    "data": {
      "page": 1,
      "companies": [
        {
          "name": "NVIDIA",
          "rank": "1",
          "price": {
            "formatted": "$225.83",
            "raw_value": 22583
          },
          "ticker": "NVDA",
          "country": "USA",
          "market_cap": {
            "formatted": "$5.469 T",
            "raw_value": 5469721067520
          },
          "today_change": {
            "formatted": "2.29%",
            "raw_value": 229
          }
        }
      ],
      "total_results": 100
    },
    "status": "success"
  }
}

About the companiesmarketcap.com API

This API exposes 4 endpoints covering global public-company data from companiesmarketcap.com, including paginated market cap rankings, company search, detailed financial profiles, and full historical metric series. The get_ranking endpoint returns up to 100 companies per page with rank, ticker, price, daily change, and country. The get_company_metric_history endpoint lets you pull year-by-year series for metrics like P/E ratio, EPS, dividend yield, and total assets for any tracked company.

Market Cap Rankings and Company Search

The get_ranking endpoint returns ranked lists of publicly traded companies by market capitalization, 100 per page. Each record includes rank, name, ticker, market_cap, price, today_change, and country. Use the page parameter to paginate through the full global list. The search endpoint accepts a company name or ticker symbol via the query parameter and returns matching companies and ETFs with their identifier, name, url, and type — useful for resolving a user-supplied name to the slug or ticker needed by other endpoints.

Company Profiles and Financial History

The get_company_details endpoint accepts a ticker or company slug (e.g., AAPL or tesla) and returns a market_cap_info object containing rank, marketcap, country, share_price, change_1_day, change_1_year, categories, and a text description. It also includes revenue_history and earnings_history arrays, each with annual year, value, and change fields, giving a longitudinal view of top-line and bottom-line performance.

Historical Metric Series

The get_company_metric_history endpoint retrieves the full annual history for any supported metric. Pass a metric string — options include pe-ratio, eps, dividend-yield, shares-outstanding, total-assets, revenue, earnings, operating-margin, and pb-ratio — alongside an identifier. The response returns a history array of { year, value, change } objects, making it straightforward to chart trends or compute derived statistics over time.

Coverage Notes

Data covers globally listed public companies tracked by companiesmarketcap.com. Rankings reflect real-time market capitalization. Historical metric coverage depth varies by company; smaller or recently listed companies may have shorter histories than large-cap incumbents.

Common use cases
  • Build a market cap leaderboard that pages through global rankings using get_ranking with the page parameter.
  • Resolve user-typed company names or tickers to canonical identifiers before querying detailed data via search.
  • Chart 10-year P/E ratio trends for any public company using get_company_metric_history with metric=pe-ratio.
  • Compare annual EPS and operating margin histories across a watchlist of companies.
  • Display a company profile card with current market cap, rank, 1-day and 1-year price change from get_company_details.
  • Screen stocks by dividend yield history using the dividend-yield metric and flagging multi-year growth patterns.
  • Aggregate country-level market cap totals by collecting the country field from paginated ranking results.
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 companiesmarketcap.com offer an official developer API?+
No. companiesmarketcap.com does not publish an official public developer API or documented data feed. This Parse API provides structured programmatic access to the data the site exposes.
What does `get_company_metric_history` return, and which metrics are supported?+
It returns a history array of annual { year, value, change } records for the requested metric. Supported metric strings include pe-ratio, eps, dividend-yield, shares-outstanding, total-assets, revenue, earnings, operating-margin, and pb-ratio, among others available on the site. Pass any of these as the metric parameter along with a ticker or slug as the identifier.
Does the API return intraday price data or only daily snapshots?+
The ranking and company detail endpoints return the current price, a today_change (daily change), and a change_1_year figure. Intraday OHLCV bars or minute-level price history are not currently covered. You can fork this API on Parse and revise it to add an endpoint targeting intraday or tick-level data if your source supports it.
Are ETFs included in search results?+
Yes. The search endpoint returns both companies and ETFs, distinguished by the type field in each result object. The get_company_details and get_company_metric_history endpoints work with any identifier returned by search, including ETF slugs, though metric history depth for ETFs may be limited compared to individual equities.
Is there a way to filter the ranking by country or sector?+
The get_ranking endpoint does not currently accept country or sector filter parameters — it returns the global ranked list paginated by page. The country field is present in each result, so client-side filtering is possible. You can fork this API on Parse and revise it to add country- or category-filtered ranking endpoints if the source exposes those views.
Page content last updated . Spec covers 4 endpoints from companiesmarketcap.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.
companiesmarketcap.com API – Market Cap Rankings · Parse