# ISO Week Number and Fiscal Quarter Anchor Finder

Convert any date to ISO 8601 week number, day-of-year, Julian Day, and fiscal-quarter boundaries (4-4-5, 4-5-4, 13-week, or standard).

> Canonical page: https://elysiatools.com/en/tools/iso-week-number-and-fiscal-quarter-anchor

- **Category:** Utilities

- **Keywords:** iso week, fiscal quarter, 4-4-5, 4-5-4, julian day, day of year, retail calendar, finance, quarterly

## Overview

Business reporting often runs on fiscal calendars that don't align with calendar months. This tool computes the ISO 8601 week number (week 1 = the week with the year's first Thursday), the day-of-year ordinal, the Julian Day number (for date math), and the fiscal quarter a date falls into under four common calendars: 4-4-5 retail, 4-5-4 NRF retail, 13-week equal, and standard calendar quarters — each with a configurable fiscal-year start month. Great for SaaS finance, quarterly reviews, and project planning.

## Inputs

- **Date** (date): 2026-07-25
- **Fiscal Calendar** (select)
- **Fiscal Year Start Month** (select)

## When to use

- You need the ISO week number for reporting, scheduling, or weekly analysis.
- Your business uses a fiscal calendar that does not align with calendar quarters.
- You need day-of-year or Julian Day values for date calculations and planning.

## How it works

- Enter the date you want to evaluate.
- Choose a fiscal calendar: standard, 4-4-5, 4-5-4, or 13-week.
- Select the fiscal year start month when your reporting year does not begin in January.
- Review the resulting ISO week, day-of-year, Julian Day, fiscal quarter, and quarter boundaries.

## Use cases

- Align SaaS finance reports with fiscal quarters and ISO-based weekly metrics.
- Map retail sales dates to 4-4-5 or 4-5-4 reporting periods.
- Set project milestones and quarterly reviews using consistent date anchors.

## Frequently asked questions

### What date format should I enter?

Enter a valid date, such as 2026-07-25.

### What does the ISO week number represent?

It follows ISO 8601, where week 1 is the week containing the year's first Thursday.

### Which fiscal calendars are supported?

The tool supports standard calendar quarters, 4-4-5, 4-5-4, and 13-week calendars.

### Can I choose a fiscal year start month?

Yes. You can select any month from January through December.

### What information does the tool return?

It returns the ISO week number, day of year, Julian Day, fiscal quarter, and fiscal-quarter boundaries.

## Related tools

- [Day of Year Converter](https://elysiatools.com/en/tools/day-of-year-converter): Convert any date to its day-of-year number (1-366) and back, with ISO week number, leap-year check, and days remaining in the year.
- [Gregorian to Islamic Calendar](https://elysiatools.com/en/tools/gregorian-to-islamic): Convert Gregorian calendar dates to Islamic (Hijri) calendar dates
- [Islamic to Gregorian Calendar](https://elysiatools.com/en/tools/islamic-to-gregorian): Convert Islamic (Hijri) calendar dates to Gregorian calendar dates
- [Nepali Bikram Sambat & Thai Solar Calendar Bridge](https://elysiatools.com/en/tools/nepali-bikram-sambat-and-thai-solar-calendar-bridge): Convert any date between Gregorian (AD), the Nepali Bikram Sambat (BS) calendar, and the Thai solar (Buddhist Era, BE) calendar. Shows the BS month-length table for the year and explains the algorithm.
- [Fertilizer N-P-K Blend Calculator](https://elysiatools.com/en/tools/fertilizer-blend-calculator): Compute how to mix base fertilizers to hit a target N-P-K analysis like 10-10-10. Outputs per-fertilizer kg plus a parts ratio for any batch size.
- [Interior Paint Coverage Estimator](https://elysiatools.com/en/tools/interior-paint-coverage-estimator): Estimate how many buckets of interior paint you need from room dimensions, doors/windows, coats, paint coverage, and bucket size — rounded up to whole buckets, with optional primer and waste factor.
- [Coordinate DMS Converter](https://elysiatools.com/en/tools/coordinate-converter-dms): Convert latitude and longitude between decimal degrees and degrees-minutes-seconds (DMS) format
- [Coordinate Format Converter](https://elysiatools.com/en/tools/coordinate-format-converter): Convert between different latitude and longitude coordinate formats

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Number & Currency Samples](https://elysiatools.com/en/samples/number-currency-samples): Text containing various number and currency formats for testing currency extraction
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
