Finance
Morningstar logo

Morningstar API

morningstar.com

Search stocks, funds and ETFs; view ratings, quotes, performance, and research on Morningstar.

Actions
10
Category
Finance
Login
Not required
Output
JSON

Call the Morningstar API

Submit a task, then poll the job until it settles. This example runs act_morningstar_com_fund_category_list.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_morningstar_com_fund_category_list",
    "params": {
      "category_slug": "aggressive-allocation-funds"
    }
  }'

10 actions on morningstar.com

Read

  • Fund Category List

    act_morningstar_com_fund_category_listread2 credits / call

    Returns a paginated listing of funds in a Morningstar category with ratings, returns, and fund metadata.

    category_slug
    string · required
  • Fund Performance Detail

    act_morningstar_com_fund_performance_detailread3 credits / call

    Returns a fund's performance metrics, ratings, and security metadata.

    exchange
    string · required
    ticker
    string · required
  • Fund Quote Detail

    act_morningstar_com_fund_quote_detailread3 credits / call

    Returns a fund's quote with price, NAV, expense ratio, yield, and star rating.

    exchange
    string · required
    ticker
    string · required
  • Homepage

    act_morningstar_com_homepage_ssrread3 credits / call

    Returns the homepage with featured market indexes, quotes, and navigation links.

  • Market Movers

    act_morningstar_com_market_moversread3 credits / call

    Returns realtime market gainers, losers, and most active securities summary for the homepage.

  • Market Quotes

    act_morningstar_com_market_quotesread2 credits / call

    Returns live quotes with price, change, bid, ask, and volume for given securities.

    performance_ids
    string · required
  • Popular Research Stories

    act_morningstar_com_popular_research_storiesread3 credits / call

    Returns popular research and news story listings with titles, authors, publication dates, and article URLs.

  • Section Research Feed

    act_morningstar_com_section_research_feedread2 credits / call

    Returns featured research stories for a content section such as funds or stocks.

    section_slug
    string · required
  • Security ID Lookup

    act_morningstar_com_security_id_lookupread2 credits / call

    Resolves an exchange and ticker pair to Morningstar performance, security, and fund identifiers.

    exchange
    string · required
    ticker
    string · required
  • Security Ratings Batch

    act_morningstar_com_security_ratings_batchread2 credits / call

    Returns batch security rating and action metadata for multiple funds or stocks identified by performance IDs.

    performance_ids
    string · required
    category_slug
    string

Morningstar API questions

Is there an API for Morningstar?
Morningstar does not offer a public data API for this, but Anakin Wire provides 10 maintained endpoints for morningstar.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Morningstar data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when morningstar.com changes its markup, Anakin updates the action.
Do I need a Morningstar account?
No. Every Morningstar action listed here runs anonymously — no account and no credentials required.
What does the Morningstar API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Finance APIs

All Finance sites