Discover/money API
live

money APImoney.pl

Access GPW company listings, stock metrics, sectors, and indices from money.pl. ~400 Warsaw Stock Exchange companies with prices, 52-week ranges, and profiles.

Endpoint health
verified 3d ago
list_companies
get_indices
search_companies
get_company_details
get_sectors
5/5 passing latest checkself-healing
Endpoints
5
Updated
26d ago

What is the money API?

The money.pl API exposes Warsaw Stock Exchange (GPW) data across 5 endpoints, covering approximately 400 listed companies with real-time prices, trading metrics, and company profiles. The list_companies endpoint returns the full GPW roster with ISIN symbols, current prices, and daily changes, while get_company_details adds intraday metrics like 52-week range, volume, turnover, and transaction count for any individual stock.

Try it

No input parameters required.

api.parse.bot/scraper/ba8a96bf-daca-4557-9331-f625495673bf/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/ba8a96bf-daca-4557-9331-f625495673bf/list_companies' \
  -H 'X-API-Key: $PARSE_API_KEY'
Python SDK · recommended

Typed, relational, agent-ready

A generated client with real types, enums, and the links between objects — the structure a flat JSON response can't carry. Autocompletes in your editor and reads cleanly to coding agents.

  • Fully typed · autocompletes
  • Objects link to objects
  • Typed errors & pagination

Typed Python client. Set up the SDK in your uv project, then pull this API’s typed client:

uv add parse-sdk
uv run parse init
uv run parse add --marketplace money-pl-api

uv run parse add --marketplace pulls a pinned snapshot of this canonical API — it won’t change underneath you. To customize it, subscribe and swap to your own copy.

from parse_apis.money.pl_gpw_stock_market_api import MoneyPl, CompanySummary, Company, StockData, Sector, Index

client = MoneyPl()

# Search for companies and drill into details
for summary in client.companysummaries.search(query="KGHM"):
    print(summary.name, summary.symbol, summary.price, summary.change)
    company = summary.details()
    print(company.isin, company.stock_data.value, company.stock_data.diff_last)
    print(company.profile.full_name)

# List all GPW companies
for item in client.companysummaries.list(limit=5):
    print(item.name, item.symbol, item.price)

# List all sectors
for sector in client.sectors.list():
    print(sector.value, sector.description)

# List all indices
for index in client.indexes.list():
    print(index.value, index.description)
All endpoints · 5 totalmissing one? ·

List all GPW companies with their names, ISIN symbols, current prices, and daily price changes. Returns approximately 400 companies listed on the Warsaw Stock Exchange main market. Each company includes its ISIN-based symbol usable as input to get_company_details.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "total": "integer total number of companies",
    "companies": "array of company objects with name, symbol (ISIN), price, change, and url"
  },
  "sample": {
    "data": {
      "total": 400,
      "companies": [
        {
          "url": "https://www.money.pl/gielda/spolki-gpw/pl11bts00015.html",
          "name": "11 bit studios SA",
          "price": "142,10",
          "change": "-2,00",
          "symbol": "pl11bts00015"
        },
        {
          "url": "https://www.money.pl/gielda/spolki-gpw/plpkn0000018.html",
          "name": "Orlen SA",
          "price": "145,56",
          "change": "+0,73",
          "symbol": "plpkn0000018"
        }
      ]
    },
    "status": "success"
  }
}

About the money API

Company Listings and Search

The list_companies endpoint returns the full set of GPW-listed companies as an array of objects, each containing a company name, ISIN symbol, current price, daily price change, and a direct URL. The search_companies endpoint accepts a query string and performs a case-insensitive substring match against both company names and ISIN codes — useful for finding a ticker like PKN or a partial name like mBank without knowing the exact ISIN in advance.

Detailed Stock Metrics

Once you have an ISIN symbol (in lowercase format, e.g. plpkn0000018), get_company_details returns a stock_data object with the current value, open price, intraday min/max, 52-week min (min52) and max (max52), volume, turnover, and transaction count, along with a timeline field for intraday movement. A profile object provides the company's full name, sector classification, and a description when available.

Market Structure: Sectors and Indices

get_sectors lists every GPW sector with a numeric code and a Polish-language description, which can be used to map sector codes returned in company profiles. get_indices returns available market indices — including WIG20, mWIG40, sWIG80, and sector-specific indices — each with an identifier string and a display name. These endpoints require no input parameters and reflect the full current taxonomy of the exchange.

Reliability & maintenanceVerified

The money API is a managed, monitored endpoint for money.pl — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when money.pl changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official money.pl API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
3d ago
Latest check
5/5 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Build a GPW market screener using price, daily change, and 52-week range fields from get_company_details
  • Populate a Polish equities watchlist with live prices and ISIN symbols from list_companies
  • Map companies to their GPW sectors using get_sectors codes and company profile data
  • Auto-complete a stock search field using search_companies with partial name or ticker input
  • Track intraday trading activity — volume, turnover, and transaction count — for specific Warsaw-listed stocks
  • Enumerate all available GPW indices via get_indices to build an index-level performance dashboard
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 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 money.pl offer an official developer API?+
money.pl does not publish a documented public developer API for stock data. This Parse API provides structured access to the GPW data available on the money.pl website.
What does `get_company_details` return beyond basic price data?+
In addition to the current price, the endpoint returns the open price, intraday min and max, 52-week low (min52) and high (max52), trading volume, turnover, transaction count, and a timeline for intraday movement. The profile object includes the company's full name, sector, and description when available.
Are historical OHLCV time series available for GPW stocks?+
Not currently. The API covers intraday and 52-week range data from get_company_details, but multi-day historical OHLCV series are not exposed. You can fork this API on Parse and revise it to add a historical prices endpoint.
Do the sector names come back in English?+
Sector descriptions from get_sectors are returned in Polish. The endpoint provides a numeric sector code alongside the Polish description. You can fork this API on Parse and revise it to add a translation layer or an English-language mapping.
Does the API cover companies listed on the NewConnect alternative market, not just the main GPW board?+
The current coverage targets the main Warsaw Stock Exchange (GPW) board, returning approximately 400 companies. NewConnect listings are not included. You can fork this API on Parse and revise it to add a NewConnect endpoint.
Page content last updated . Spec covers 5 endpoints from money.pl.
Related APIs in FinanceSee all →
bankier.pl API
Access Polish financial market data including current WIBOR interest rates and detailed information about Polish companies listed on the stock market. Search for specific companies and retrieve their financial details to monitor investment opportunities and borrowing rates.
orlen.pl API
Retrieve comprehensive information about ORLEN S.A., including company details, contact information, office locations, current wholesale fuel prices, available fuel products, investor reports, and dividend data. Access corporate and financial insights directly to support business decisions, market research, or investor analysis.
companiesmarketcap.com API
Track real-time market capitalization and rankings for global companies, search for specific firms, and access detailed financial metrics and historical performance data. Get comprehensive company profiles including current market position and financial trends to compare and analyze investment opportunities.
stockanalysis.com API
Access comprehensive stock market data including real-time financials, income statements, statistics, and IPO calendars to research individual stocks and identify market movers. Search stocks, view detailed overviews, and monitor premarket activity all in structured, easy-to-use format.
morningstar.com API
Get comprehensive financial data including stock quotes, company profiles, historical financials, valuation metrics, ownership details, dividends, and market movers from Morningstar. Search securities and access the latest stock news to make informed investment decisions.
finanzen.net API
Search for stocks and assets, retrieve live prices, view index components, and access historical price data to track market performance and make informed investment decisions. Monitor real-time market quotes and analyze past price trends across multiple financial instruments on one platform.
wap.eastmoney.com API
Access real-time stock quotes, historical K-line charts at 1-minute intervals, and tick data for Chinese securities markets and beyond. Search specific securities, retrieve sector performance, view order books, and pull comprehensive stock lists to power your financial analysis and trading applications.
kurzy.cz API
Track Czech and international stock quotes, exchange rates, commodities, and cryptocurrencies with real-time financial data from Kurzy.cz. Search for stocks, view dividend information, and stay updated with the latest financial news all in one place.