Discover/boz.zm API
live

boz.zm APIwww.boz.zm

Access structured treasury bill auction data from the Bank of Zambia. Covers 91, 182, 273, and 364-day tenors with ISINs, discount rates, yield rates, and PDF URLs from 2014.

Endpoints
2
Updated
14d ago
Try it
Year(s) to retrieve data for. Single year (e.g. '2026'), comma-separated years (e.g. '2025
Treasury bill tenor in days. Accepted values: '91', '182', '273', '364'.
api.parse.bot/scraper/82d5a744-254f-4636-a255-bcae0d6624e5/<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/82d5a744-254f-4636-a255-bcae0d6624e5/get_tbill_auction_data?year=2026' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Retrieve treasury bill auction results with details for a specified tenor (91, 182, 273, or 364 days). Returns auction dates, tender numbers, ISINs, discount rates, yield rates, and PDF URLs. Data is available from 2014 to present. Results are sorted by auction date descending.

Input
ParamTypeDescription
yearstringYear(s) to retrieve data for. Single year (e.g. '2026'), comma-separated years (e.g. '2025,2026'), or 'all' for all available years (2014-present).
tenorstringTreasury bill tenor in days. Accepted values: '91', '182', '273', '364'.
Response
{
  "type": "object",
  "fields": {
    "tenor": "string indicating the tenor queried (e.g. '91_days')",
    "results": "array of auction result objects with year, tender_number, auction_date, pdf_url, isin, discount_rate, yield_rate",
    "total_records": "integer count of auction records returned",
    "years_queried": "array of year strings included in the query"
  },
  "sample": {
    "data": {
      "tenor": "91_days",
      "results": [
        {
          "isin": "ZM3000013836",
          "year": "2026",
          "pdf_url": "https://www.boz.zm/sites/default/files/2026-04/Treasury-Bills-Results-Tender-No-09-2026-30-04-2026.pdf",
          "yield_rate": "10.7500",
          "auction_date": "2026-04-30",
          "discount_rate": "10.4695",
          "tender_number": "09/2026"
        }
      ],
      "total_records": 9,
      "years_queried": [
        "2026"
      ]
    },
    "status": "success"
  }
}

About the boz.zm API

The boz.zm API exposes treasury bill auction results from the Bank of Zambia across two endpoints, returning structured data including tender numbers, ISINs, discount rates, yield rates, auction dates, and PDF document URLs. The get_tbill_auction_data endpoint covers all four standard tenors — 91, 182, 273, and 364 days — with records spanning from 2014 to the present, queryable by year or tenor.

Endpoints and Coverage

The API provides two endpoints. get_tbill_auction_data returns structured auction result records for a specified tenor (91, 182, 273, or 364 days). Each record includes the auction_date, tender_number, isin, discount_rate, yield_rate, and a pdf_url pointing to the official tender result document. Results are sorted by auction date descending and can be filtered using the year parameter, which accepts a single year string (e.g. '2025'), a comma-separated list (e.g. '2024,2025'), or 'all' for the full historical dataset.

PDF Access

The list_tender_pdfs endpoint returns all tender result PDF URLs organized by year. The response shape is an object (pdfs_by_year) that maps each year to a count and an array of direct PDF URLs, plus a total_pdfs integer for the full query scope. This endpoint accepts the same year parameter, making it straightforward to pull document references for a specific period without fetching full auction metadata.

Data Fields and Scope

Across both endpoints, the year filter controls scope without requiring pagination logic — requesting 'all' returns the complete dataset from 2014 onward. The total_records field in get_tbill_auction_data gives an immediate count of matched rows. Note that data availability for specific years and tenors reflects what the Bank of Zambia has published; early years may have fewer records for certain tenors.

Common use cases
  • Plot yield rate trends for 364-day Zambian treasury bills from 2014 to present using yield_rate fields.
  • Build a bond research tool that maps ISINs to historical discount rates across all four tenors.
  • Automate a weekly digest of new auction results by querying get_tbill_auction_data for the current year.
  • Download official tender result PDFs in bulk using URLs returned by list_tender_pdfs.
  • Compare discount rates across 91-day and 182-day tenors for a given year to analyze the yield curve.
  • Populate a fixed-income database with structured tender numbers and auction dates for Zambian T-bills.
  • Monitor newly listed ISINs from recent auctions to support secondary market analysis.
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 Bank of Zambia provide an official developer API?+
The Bank of Zambia does not publish a documented public developer API. Auction result data is available on the boz.zm website as structured content and downloadable PDFs.
What does `get_tbill_auction_data` return for a given tenor, and how do I narrow the year range?+
The endpoint returns an array of auction objects under results, each containing tender_number, auction_date, isin, discount_rate, yield_rate, and pdf_url. Use the year parameter to scope the query: a single year string, a comma-separated list, or 'all' for the full 2014-to-present dataset. The total_records field in the response reflects the count of matched records.
Are bid amounts, accepted amounts, or oversubscription ratios included in the auction data?+
Not currently. The API returns discount_rate, yield_rate, tender_number, auction_date, isin, and pdf_url per auction. Bid volume, accepted amounts, and subscription ratios are not exposed as structured fields. You can fork this API on Parse and revise it to extract those fields from the linked tender result PDFs.
How current is the auction data, and are there gaps for specific tenors?+
Coverage runs from 2014 to present, reflecting what the Bank of Zambia has published. Some earlier years may have fewer records for certain tenors — for example, 273-day instruments were not consistently auctioned throughout the entire period. Availability mirrors the official publication history.
Does the API cover treasury bonds or government securities other than treasury bills?+
Not currently. The API is scoped to treasury bill auctions (91, 182, 273, and 364-day tenors). Government bonds, Eurobonds, or other Bank of Zambia securities are not covered. You can fork this API on Parse and revise it to add endpoints for those instruments.
Page content last updated . Spec covers 2 endpoints from www.boz.zm.
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.