General statistics

TradingPartners AI uses a proven algorithm to provide you, professionals, with alerts on trading opportunities.

We send more than 10k alerts every month, with an average of 65% winning alerts.

To get the latest statistics, you can request our General statistics endpoint by sending a GET request to TradingPartners AI Backend.

GET https://api.tradingpartners.ai/api/v1/statistics

Statistics response object

Attributes


commodities - object
Statistics of commodities markets

aborted - number fmt:float64
Amount of invalidated commodities alerts.
See the different alerts states for more information.

lost - number fmt:float64
Amount of lost commodities alerts.

total - number fmt:float64
Amount of commodities alerts.

won - number fmt:float64
Amount of won commodities alerts.


crypto - object
Statistics of cryptocurrencies markets

aborted - number fmt:float64
Amount of invalidated cryptocurrencies alerts.
See the different alerts states for more information.

lost - number fmt:float64
Amount of lost cryptocurrencies alerts.

total - number fmt:float64
Amount of cryptocurrencies alerts.

won - number fmt:float64
Amount of won cryptocurrencies alerts.


forex - object
Statistics of forex markets

aborted - number fmt:float64
Amount of invalidated forex alerts.
See the different alerts states for more information.

lost - number fmt:float64
Amount of lost forex alerts.

total - number fmt:float64
Amount of forex alerts.

won - number fmt:float64
Amount of won forex alerts.


futures - object
Statistics of futures markets

aborted - number fmt:float64
Amount of invalidated futures alerts.
See the different alerts states for more information.

lost - number fmt:float64
Amount of lost futures alerts.

total - number fmt:float64
Amount of futures alerts.

won - number fmt:float64
Amount of won futures alerts.


indices - object
Statistics of indices markets

aborted - number fmt:float64
Amount of invalidated indices alerts.
See the different alerts states for more information.

lost - number fmt:float64
Amount of lost indices alerts.

total - number fmt:float64
Amount of indices alerts.

won - number fmt:float64
Amount of won indices alerts.


stocks - object
Statistics of stocks markets

aborted - number fmt:float64
Amount of invalidated stocks alerts.
See the different alerts states for more information.

lost - number fmt:float64
Amount of lost stocks alerts.

total - number fmt:float64
Amount of stocks alerts.

won - number fmt:float64
Amount of won stocks alerts.


etfs - object
Statistics of etfs markets

aborted - number fmt:float64
Amount of invalidated etfs alerts.
See the different alerts states for more information.

lost - number fmt:float64
Amount of lost etfs alerts.

total - number fmt:float64
Amount of etfs alerts.

won - number fmt:float64
Amount of won etfs alerts.

Statistics object

{
  "commodities": {
    "aborted": 0,
    "lost": 1,
    "total": 4,
    "won": 3
  },
  "crypto": {
    "aborted": 186,
    "lost": 194,
    "total": 582,
    "won": 202
  },
  "forex": {
    "aborted": 0,
    "lost": 8,
    "total": 34,
    "won": 26
  },
  "futures": {
    "aborted": 246,
    "lost": 98,
    "total": 498,
    "won": 154
  },
  "indices": {
    "aborted": 11,
    "lost": 20,
    "total": 54,
    "won": 23
  },
  "stocks": {
    "aborted": 0,
    "lost": 36,
    "total": 211,
    "won": 175
  },
  "etfs": {
    "aborted": 0,
    "lost": 0,
    "total": 0,
    "won": 0
  }
}