Discover/jse.co.za API
live

jse.co.za APIjse.co.za

Access live JSE stock prices, market indices, company profiles, and SENS announcements via the Johannesburg Stock Exchange API. 6 endpoints, no scraping setup required.

Endpoints
6
Updated
10d ago
Try it

No input parameters required.

api.parse.bot/scraper/90a6e6bc-cee5-49eb-b586-83f8689fca4d/<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/90a6e6bc-cee5-49eb-b586-83f8689fca4d/get_homepage_indices' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Retrieves the four main market indices from the JSE homepage (All Property, All Share, Top 40, Tradable Property) with current prices and change percentages.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "indices": "array of objects with name, price, change, and timestamp"
  },
  "sample": {
    "data": {
      "indices": [
        {
          "name": "All Property",
          "price": "11,927",
          "change": "↑1.01%",
          "timestamp": "30.04.2026 17:02"
        },
        {
          "name": "All Share",
          "price": "115,181",
          "change": "↑1.15%",
          "timestamp": "30.04.2026 17:05"
        }
      ]
    },
    "status": "success"
  }
}

About the jse.co.za API

This API exposes 6 endpoints covering live equity prices, four main JSE market indices, full company profiles for all listed instruments, and SENS regulatory announcements from the Johannesburg Stock Exchange. The get_ticker_prices endpoint returns symbol, price, change_percent, volume, high, and low for every listed equity, while search_sens_announcements lets you query announcements by date range with direct PDF links.

Market Indices and Equity Prices

The get_homepage_indices endpoint returns the four headline JSE indices — All Property, All Share, Top 40, and Tradable Property — with current price, change percentage, and timestamp. For full equity-level detail, get_ticker_prices returns a flat array covering every listed equity: each object includes symbol, name, price, change_percent, change_value, volume, high, and low. There are no filtering parameters; the endpoint returns the full market snapshot in one call.

Company Profiles and Instrument Directory

get_listed_companies returns the complete list of instruments from the JSE Client Portal. Each company object includes AlphaCode, CustomerAlphaCode, LongName, EmailAddress, TelephoneNumber, PhysicalAddress, and PostalAddress. To look up a single company, pass a ticker symbol to get_company_profile — matching is case-insensitive against both AlphaCode and CustomerAlphaCode. If the symbol is unrecognised, the response returns a stale_input object with kind: 'input_not_found'. Use get_listed_companies first to discover valid symbols.

SENS Announcements

search_sens_announcements queries the JSE's Stock Exchange News Service by date range. Both start_date and end_date accept YYYY-MM-DD strings; omitting them defaults to the last 30 days. Each result includes id, title, reference, date, issuers, pdf_url, and url. This is the primary channel through which JSE-listed companies disclose material information, so the endpoint is useful for compliance monitoring and event-driven workflows.

Market Statistics Summary

get_market_statistics_summary aggregates data from the homepage indices and the equity ticker into a single response: the indices array, a top_movers_sample of the five equities with the highest absolute change_percent, and total_listed_equities_sample — the integer count of equities in the current snapshot. This is useful for dashboard-style views where a single call needs to surface both index-level and equity-level context.

Common use cases
  • Monitor daily price movements across all JSE-listed equities using change_percent and volume from get_ticker_prices.
  • Build a compliance alert tool that polls search_sens_announcements for new SENS disclosures by issuer.
  • Populate an investor dashboard with the Top 40 and All Share index values from get_homepage_indices.
  • Enrich a South African company database with registered addresses, phone numbers, and emails from get_listed_companies.
  • Identify the day's biggest movers on the JSE using the top_movers_sample field from get_market_statistics_summary.
  • Cross-reference a ticker symbol to its full company profile — including contact details — using get_company_profile.
  • Retrieve historical SENS PDFs for a specific date window by supplying start_date and end_date to search_sens_announcements.
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 the JSE offer an official developer API?+
The JSE does not publish a documented public developer API. Market data and company information are available through the JSE website and its Client Portal, but there are no official API keys or documented endpoints offered to third-party developers.
What does `get_company_profile` return when a symbol is not found?+
It returns a stale_input object with kind set to 'input_not_found' rather than throwing an error. Matching is case-insensitive and checks both AlphaCode and CustomerAlphaCode. To avoid this, call get_listed_companies first to confirm a valid symbol before passing it to get_company_profile.
How far back do SENS announcements go?+
The search_sens_announcements endpoint accepts arbitrary start_date and end_date values in YYYY-MM-DD format, but the accessible history depends on what the JSE's news service retains. In practice, results beyond several years may be incomplete or unavailable. For recent regulatory monitoring the endpoint is reliable; for deep historical research, gaps are possible.
Does the API cover JSE bond, ETF, or derivative instruments separately?+
Not currently. The get_ticker_prices and get_market_statistics_summary endpoints focus on listed equities, and get_listed_companies returns instruments from the Client Portal without a dedicated filter for asset class. You can fork this API on Parse and revise it to add an endpoint that filters or targets bond or ETF instrument classes specifically.
Does `get_ticker_prices` support filtering by sector or market cap?+
No filtering parameters are available on that endpoint — it returns a full snapshot of all listed equities in one call. Sector or market cap segmentation is not part of the response fields. You can fork this API on Parse and revise it to add server-side filtering or enrichment from an additional data source.
Page content last updated . Spec covers 6 endpoints from jse.co.za.
Related APIs in FinanceSee all →
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
guba.eastmoney.com API
Access Chinese stock discussion posts and comments from Eastmoney's community platform to monitor investor sentiment, search board discussions, and retrieve detailed post information and stock board metadata. Get real-time insights into what traders are discussing about specific stocks through posts, replies, and board analytics.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
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.
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.
blackrock.com API
Access comprehensive BlackRock iShares ETF data to research fund performance, holdings, fees, and sector allocations, plus search and compare specific ETFs. Monitor investment details like distributions, key characteristics, and broad market indices all in one place.
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.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.