Finance
Morningstar India logo

Morningstar India API

morningstar.in

Morningstar India - index returns, market movers, mutual fund profiles, and security search.

Actions
7
Category
Finance
Login
Not required
Output
JSON

Call the Morningstar India API

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

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_in_fund_category_returns",
    "params": {
      "period": "Y1"
    }
  }'

7 actions on morningstar.in

Read

  • Fund Category Returns

    act_morningstar_in_fund_category_returnsread1 credit / call

    Returns mutual fund category average, top, and bottom returns for a period.

    period
    string
  • Homepage Market Dashboard

    act_morningstar_in_homepage_market_dashboardread1 credit / call

    Returns homepage market overview with index markets, global regions, and fund medalist rating counts.

  • Market Index Returns

    act_morningstar_in_market_index_returnsread2 credits / call

    Returns index levels and change metrics for an exchange board and period.

    index_board
    string
    period
    string
  • Market Risers and Fallers

    act_morningstar_in_market_risers_fallersread2 credits / call

    Returns top gaining and losing stocks for an exchange and period.

    instrument_type
    string
    exchange
    string
    period_code
    string
    group_id
    string
  • Mutual Fund Details

    act_morningstar_in_mutual_fund_detail_ssrread2 credits / call

    Returns a mutual fund's profile, ISIN, fund family, and Morningstar rating.

    share_class_slug
    string · required
    fund_slug
    string · required
    share_class_id
    string · required
  • Mutual Fund Portfolio

    act_morningstar_in_mutual_fund_portfolio_ssrread2 credits / call

    Returns a mutual fund's portfolio with asset allocation and composition metadata.

    share_class_slug
    string · required
    fund_slug
    string · required
  • Search Autocomplete

    act_morningstar_in_search_autocomplete_suggestionsread1 credit / call

    Returns matching funds, stocks, and companies with ids and types for a query.

    search_query
    string · required

Morningstar India API questions

Is there an API for Morningstar India?
Morningstar India does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for morningstar.in. 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 India 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.in changes its markup, Anakin updates the action.
Do I need a Morningstar India account?
No. Every Morningstar India action listed here runs anonymously — no account and no credentials required.
What does the Morningstar India 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