Discover/money.pl API
live

money.pl 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.

Endpoints
5
Updated
4mo ago
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.
Use it in your codegrab 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'
All endpoints · 5 totalclick to expand

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.

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": "147,70",
          "change": "+0,68",
          "symbol": "pl11bts00015"
        }
      ]
    },
    "status": "success"
  }
}

About the money.pl 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.

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.

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,000250 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.