Skip to main content

A Python wrapper to fetch financial data from Morningstar

Project description

MorningPy

A modern Python library for financial data — Stocks, ETFs, Funds, Indices, Financial Statements, Timeseries, and News.

Testing / CI Tests Codecov
Package PyPI Python 3.11+
Meta Docs License Code Style Powered by NumFOCUS

Overview

MorningPy provides a Pythonic and intuitive interface to access financial and market data from Morningstar.com.
It is designed for students, practitioners, and researchers who need fast, consistent, and transparent access to high-quality market information.

MorningPy enables professional-grade data handling and covers a wide range of financial instruments, including:

  • Stocks, ETFs, Funds, Indices
  • Financial Statements and Holdings
  • Historical and Intraday Timeseries
  • News and Market Updates
  • Ticker conversion

News

  • First version of MorningPy released — excited to start the journey! 🎉

Installation

Install from PyPI:

pip install morningpy

Install from source:

git clone https://github.com/ThomasPiton/morningpy.git
pip install -e morningpy

Usage

Importing modules:

# Market data
from morningpy.api.market import (
    get_market_us_calendar_info,
    get_market_commodities,
    get_market_currencies,
    get_market_movers,
    get_market_indexes,
    get_market_fair_value,
    get_market_info
)

# Timeseries data
from morningpy.api.timeseries import (
    get_intraday_timeseries,
    get_historical_timeseries
)

# Security data
from morningpy.api.security import (
    get_financial_statement,
    get_holding,
    get_holding_info
)

# Ticker info
from morningpy.api.ticker import (
    get_all_etfs,
    get_all_funds,
    get_all_stocks,
    get_all_securities,
    convert
)

# News
from morningpy.api.news import get_headline_news

Examples - Market Information:

from morningpy.api.market import (
    get_market_us_calendar_info,
    get_market_commodities,
    get_market_currencies,
    get_market_movers,
    get_market_indexes,
    get_market_fair_value,
    get_market_info
)

# US earnings calendar
calendar_info = get_market_us_calendar_info(date=["2025-11-12"], info_type="earnings")
print(calendar_info.head())

# Commodities and currencies
commodities = get_market_commodities()
currencies = get_market_currencies()

# Market movers
movers = get_market_movers(mover_type=["gainers", "losers", "actives"])

# Indexes and fair value
indexes = get_market_indexes(index_type=["americas", "us"])
fair_value = get_market_fair_value(value_type=["overvaluated", "undervaluated"])

# General market info
market_info = get_market_info(info_type=["global_barometer","commodities"])

Examples - Timeseries:

from morningpy.api.timeseries import (
    get_intraday_timeseries,
    get_historical_timeseries
)

# Intraday data
intraday = get_intraday_timeseries(
    security_id=["0P00009WL3"],
    start_date="2024-11-08",
    end_date="2025-11-07",
    frequency="1min",
    pre_after=False
)

# Historical daily data
historical = get_historical_timeseries(
    security_id=["0P0000OQN8","0P0001RWKZ"],
    start_date="2010-11-05",
    end_date="2025-11-05",
    frequency="daily",
    pre_after=False
)

Examples - Security:

from morningpy.api.security import (
    get_financial_statement,
    get_holding,
    get_holding_info
)

# Financial statement
income_statement = get_financial_statement(
    statement_type="Income Statement",
    report_frequency="Quarterly",
    security_id=["0P000115U4"]
)

# Holdings
holding_info = get_holding_info(
    performance_id=["0P0001PU03", "0P0001BG3E"]
)
holding = get_holding(
    performance_id=["0P0001PU03", "0P00013Z57"]
)

Examples - Ticker:

from morningpy.api.ticker import (
    get_all_etfs,
    get_all_funds,
    get_all_stocks,
    get_all_securities,
    convert
)

# Retrieve all ETFs
etfs = get_all_etfs()

# Retrieve all stocks and funds
stocks = get_all_stocks()
funds = get_all_funds()

# Convert ticker or ISIN
converted = convert(["US7181721090", "0P0001PU03"])

Examples - News:

from morningpy.api.news import get_headline_news

# Get headline news
news = get_headline_news(
    market="Spain",
    news="economy",
    edition="Central Europe"
)
print(news.head())

Documentation

Advanced documentation will be available at MorningPy Docs

Contribution

Contributions are always welcome! You can:

  • Open an issue to discuss a feature or bug
  • Submit a pull request
  • Contact us to discuss the best way to contribute

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

morningpy-0.0.3b0.tar.gz (17.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

morningpy-0.0.3b0-py3-none-any.whl (7.5 MB view details)

Uploaded Python 3

File details

Details for the file morningpy-0.0.3b0.tar.gz.

File metadata

  • Download URL: morningpy-0.0.3b0.tar.gz
  • Upload date:
  • Size: 17.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for morningpy-0.0.3b0.tar.gz
Algorithm Hash digest
SHA256 b28085a78f630c40ba595d1d6f94519c0b679f338140765141fec740aa095ca8
MD5 03e954386602193f978c9e38a4aef8e5
BLAKE2b-256 0f57a0fb11ef9e6c6c7731e6115f87aa66541c35df547b3f0955a322649c7abd

See more details on using hashes here.

File details

Details for the file morningpy-0.0.3b0-py3-none-any.whl.

File metadata

  • Download URL: morningpy-0.0.3b0-py3-none-any.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for morningpy-0.0.3b0-py3-none-any.whl
Algorithm Hash digest
SHA256 292b46bffce642aae5567bfb2cd1d7dc319d81ab0510936509714ec615252a80
MD5 7db8f26ce76c8678ee7c16d26ef7e04f
BLAKE2b-256 b24a5cbb8292a071eae88450832f5c63293366ab04dd117394839d34536a4fa1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page