Equity Rank

Equity Rank recomputes 8–15 valuation models per security after every U.S.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

  • Search: Find securities in Equity Rank's coverage universe by ticker or company name. Returns up to 10 matches with the id to pass to `fetch` and the public page URL to cite. Use this first when you o
  • Fetch: Retrieve Equity Rank's public valuation summary for one security by id (its ticker, as returned by `search`): current price, blended model fair value estimate, margin-of-safety differential, me
  • Get Stock Valuation: Structured public valuation data for one ticker — the same payload as GET https://api.equity-rank.com/api/stocks/{TICKER}/public: price, consensus_fair_value (the blended model es

What data it sees

Do you need an account

No: the server works without sign-in

Equity Rank recomputes 8–15 valuation models per security after every U.S. market close and publishes a blended model fair value estimate, the margin-of-safety differential to the current price, method-agreement counts, and a Fundamental Strength score for roughly 3,000 U.S.-listed stocks. Four read-only tools: search, fetch, get_stock_valuation, list_sector_stocks. No account, no key. Equity Rank is not a registered investment adviser; every figure is algorithmic model output under stated assumptions — informational and educational only, not investment advice, not a target price, and not a forecast of results.

Server tool list (4)

Raw names from tools/list. Only developers need these.

searchFind securities in Equity Rank's coverage universe by ticker or company name. Returns up to 10 matches with the id to pass to `fetch` and the public page URL to cite. Use this first when you only have a company name.
fetchRetrieve Equity Rank's public valuation summary for one security by id (its ticker, as returned by `search`): current price, blended model fair value estimate, margin-of-safety differential, method-agreement counts, Fundamental Strength score, next earnings date, and the last-updated stamp. Returns a readable text summary plus structured metadata and the source URL to cite. All figures are model estimates, not advice.
get_stock_valuationStructured public valuation data for one ticker — the same payload as GET https://api.equity-rank.com/api/stocks/{TICKER}/public: price, consensus_fair_value (the blended model estimate), mos_pct (margin-of-safety differential, %), method_agreement_above/below/total, fundamental_strength score and grade, next_earnings_date and EPS estimate, last_updated. Uncovered tickers return an error. Model estimates only — not advice.
list_sector_stocksEquity Rank's public sector index: the top scored securities in a sector, ranked by Equity Rank Score, with margin-of-safety differential, P/E, market cap, and dividend yield per row. Sectors: technology, healthcare, financials, consumer discretionary, consumer staples, industrials, energy, materials, real estate, utilities, communication services (finer platform labels such as 'Banks' or 'Software' also match). Public-safe fields only; no fair value per row — use `get_stock_valuation` for that.