Tanzania, United Republic of Holidays in 2023
List of public holidays in Tanzania, United Republic of 2023 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Sunday | New Year's Day | Public Holiday |
12th January | Thursday | Zanzibar Revolution Day | Public Holiday |
21st March | Tuesday | March Equinox | Season |
23rd March | Thursday | Ramadan Start | Observance |
7th April | Friday | Karume Day | Public Holiday |
7th April | Friday | Good Friday | Public Holiday |
9th April | Sunday | Easter Sunday | Observance |
10th April | Monday | Easter Monday | Public Holiday |
22nd April | Saturday | Eid el Fitri | Public Holiday |
23rd April | Sunday | Eid el Fitri Holiday | Public Holiday |
26th April | Wednesday | Union Day | Public Holiday |
1st May | Monday | Worker's Day | Public Holiday |
14th May | Sunday | Mothers' Day | Observance |
21st June | Wednesday | June Solstice | Season |
29th June | Thursday | Eid al-Adha | Public Holiday |
7th July | Friday | Saba Saba | Public Holiday |
8th August | Tuesday | Farmers' Day | Public Holiday |
23rd September | Saturday | September Equinox | Season |
28th September | Thursday | Maulid | Public Holiday |
14th October | Saturday | Mwalimu Nyerere Day | Public Holiday |
9th December | Saturday | Independence Day | Public Holiday |
22nd December | Friday | December Solstice | Season |
24th December | Sunday | Christmas Eve | Observance |
25th December | Monday | Christmas Day | Public Holiday |
26th December | Tuesday | Boxing Day | Public Holiday |
We strive to provide an accurate and up-to-date holiday's list for Tanzania, United Republic of. however, please note that some holidays dates may change. If you discover any discrepancies, kindly report to us.
Note: Some holidays are color-coded based on the types of holidays. For example -
- Public Holidays
- Local Holidays
- Other Holidays
Frequently Asked Questions
How many holidays in Tanzania, United Republic of this year in 2023?
There are 17 holidays in Tanzania, United Republic of in 2023
How to retrieve the Tanzania, United Republic of holidays list via API?
Simply make a GET request to v1/holidays?country=TZ&year=2023
API to retrieve this list of Tanzania, United Republic of holidays. Here is an example using Node.js and our official package on NPM.
// Install the 11holidays package from NPM
// npm i 11holidays
import HolidaysApi from '11holidays';
const instance = new HolidaysApi(API_KEY);
const holidays = await instance.holidays.list({ country: 'TZ', year: '2023'});
console.log(holidays);