βš™οΈExternal API (Gitbook)

The base URL of the external API of Aktionariat is: https://ext.aktionariat.com/

At the moment the following three endpoints are available:

  • /token - for token details

  • /price - for the current price

  • /prices - for historical prices

In the following you see the API specification of the different calls you can make.

Download OpenAPI specification:

7KB
Open

Getting all tokens from Aktionariat

Get all tokens

get

Get all tokens that are registered in the Aktionariat back-end.

Responses
200

Successful operation

get
/tokens/

Getting token details for a specific ticker

Get token details

get

Get tokens details for the ticker in the query.

Query parameters
tickerstringRequired

The ticker of the share token (Uppercase)

Example: DAKS
Responses
200

Successful operation

get
/tokens

Get current price of a token

Get current price

get

Get current price with the according currency for a token.

Query parameters
tickerstringRequired

The ticker of the share token (Uppercase)

Example: DAKS
Responses
200

Successful operation

get
/price

Get price history of a token

Get historical prices

get

Get historical price points for a token.

Query parameters
tickerstringRequired

The ticker of the share token (Uppercase)

Example: DAKS
Responses
200

Successful operation

get
/prices

Last updated

Was this helpful?