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
3mo 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 →
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
13f.info API
13f.info API
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
money.pl API – GPW Warsaw Stock Exchange Data · Parse