[@node-fi/sdk-core](../README.md) / [Exports](../modules.md) / DateRange

# Enumeration: DateRange

## Table of contents

### Enumeration Members

- [1D](DateRange.md#1d)
- [1H](DateRange.md#1h)
- [1M](DateRange.md#1m)
- [1W](DateRange.md#1w)
- [1Y](DateRange.md#1y)
- [ALL](DateRange.md#all)

## Enumeration Members

### 1D

• **1D** = ``1``

#### Defined in

[constants/index.ts:62](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/constants/index.ts#L62)

___

### 1H

• **1H** = ``0``

#### Defined in

[constants/index.ts:61](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/constants/index.ts#L61)

___

### 1M

• **1M** = ``30``

#### Defined in

[constants/index.ts:64](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/constants/index.ts#L64)

___

### 1W

• **1W** = ``7``

#### Defined in

[constants/index.ts:63](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/constants/index.ts#L63)

___

### 1Y

• **1Y** = ``365``

#### Defined in

[constants/index.ts:65](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/constants/index.ts#L65)

___

### ALL

• **ALL** = ``-1``

#### Defined in

[constants/index.ts:66](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/constants/index.ts#L66)
