Skip to content
These docs describe Tradr v0.14.0. Running an older release? Check the release notes for what changed.

Set the reporting timezone.

PUT
/api/users/me/timezone
curl --request PUT \
--url https://api.tradr.cloud/api/users/me/timezone \
--header 'Content-Type: application/json' \
--data '{ "timezone": "Europe/London" }'

Authed. Changes which calendar day each trade is counted in for daily, weekly and monthly figures. It rewrites no stored timestamp — every fill keeps the instant it happened — it does not change how timestamps are displayed, and it does not touch any account’s trading-day timezone.

Media typeapplication/json
object
timezone
required

An IANA zone name, such as Europe/London or UTC.

string
<= 64 characters
Example
Europe/London

The stored reporting timezone.

Not a valid IANA timezone name.

Authentication required.