---
title: "Fractional Momentum"
method: POST
path: "/assets/indicators/momentum/fractional"
tags: ["Assets / Indicators"]
---

# Fractional Momentum

`POST /assets/indicators/momentum/fractional`

Compute the fractional momentum of an asset.

References
* [Paolella, Marc S. and Walker, Patrick S. and Polak, Pawel and Chitsiripanich, Soros, Momentum Without Crashes (November 14, 2022). Swiss Finance Institute Research Paper No. 22-87](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4280465)

## Request body

- union
  - object
    - `assets` object[], required
      - `assetReturns` number[], required — assetReturns[t] is the logarithmic return of the asset at the time t
      - `assetFractionalMomentumSkipPeriod` integer — The number of the most recent periods excluded from the asset fractional momentum computation; must be < assetFractionalMomentumFormationPeriod
      - `assetFractionalMomentumFormationPeriod` integer, required — The look back period over which to compute the asset fractional momentum
      - `assetFractionalMomentumForecastHorizon` integer — The forecast horizon over which to compute the asset fractional momentum
      - `assetFractionalMomentumOrder` number — The order of the fractional difference operator used to compute the asset fractional momentum
  - object
    - `assets` object[], required
      - `assetPrices` object[], required — assetPrices[t] contains price information for the asset at the date t
        - `date` string, required — The date corresponding to the date t in format YYYY-MM-DD; all dates must be distinct
        - `close` number, required — The close price of the asset at the date t
      - `assetFractionalMomentumSkipPeriod` integer — The number of the most recent periods excluded from the asset fractional momentum computation; must be < assetFractionalMomentumFormationPeriod
      - `assetFractionalMomentumFormationPeriod` integer, required — The look back period over which to compute the asset fractional momentum
      - `assetFractionalMomentumForecastHorizon` integer — The forecast horizon over which to compute the asset fractional momentum
      - `assetFractionalMomentumOrder` number — The order of the fractional difference operator used to compute the asset fractional momentum

## Response `200`

OK

- object
  - `assets` object[], required
    - `assetFractionalMomentum` number, required — The asset fractional momentum

---

[API](https://skmtc.net/portfoliooptimizer/apis/portfolio-optimizer.md) · [All operations](https://skmtc.net/portfoliooptimizer/apis/portfolio-optimizer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portfoliooptimizer/portfolio-optimizer/revisions/efac1128c762/schema)
