Performance Chart

GET /portfolio/{fin}/performance/chart

Performance Chart

This endpoint offers a performance snapshot of the last 12 months, suitable for generating charts. It provides complete data for the preceding 11 months, and partial data for the current month up to the present date to complete the annual summary.

Path parameters

  • fin string Required

    The Finplex Identity Number of the user

Query parameters

  • valCurrency string Required

    The currency to value the portfolio in

    Values are ARS, AUD, BWP, BRL, CAD, CNH, CNY, COP, CZK, DKK, DOP, EGP, EUR, GBP, HKD, HUF, IDR, INR, ISK, JPY, KZT, LTL, LUF, MXN, MYR, TWD, NZD, NOK, PEN, PLN, KRW, RON, RUB, SGD, SKK, SIT, ZAR, SEK, CHF, THB, TRY, USD, UYU, or VND.

  • fen string | null
GET /portfolio/{fin}/performance/chart
curl \
 -X GET http://api.example.com/portfolio/{fin}/performance/chart?valCurrency=ARS
Response examples (200)
[
  [
    {}
  ]
]
Response examples (200)
[
  [
    {}
  ]
]