Documentation Index
Fetch the complete documentation index at: https://mintlify.com/jessebyarugaba/Unofficial-Uganda-Securities-Exhange-API/llms.txt
Use this file to discover all available pages before exploring further.
Method signature
Parameters
This method takes no parameters.Return value
Returns a JSON-encoded string containing an array of companies. Each company is represented as an array with the following structure:Company ticker symbol (e.g., “BOBU”)
Company name or additional data from the market snapshot
Additional market data field
URL to the company’s profile page on USE website (format:
https://www.use.or.ug/listed/{ticker})Response example
Usage example
How it works
Fetch market snapshot
The method scrapes data from the USE market snapshot page at
https://www.use.or.ug/content/market-snapshotBuild URLs
Appends a direct link to each company’s profile page in the format
https://www.use.or.ug/listed/{ticker}Notes
- The method sets the HTTP header
Content-Type: application/json - Data is scraped in real-time from the Uganda Securities Exchange website
- The exact number and structure of fields may vary based on the USE website’s table structure
- Memory is explicitly cleared after parsing to optimize performance