Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.73 KB

using_the_api_for_market_analytics.md

File metadata and controls

45 lines (32 loc) · 1.73 KB

Using the API for Market Analytics

Data served by the Chargeprice API works perfectly to analyze the e-mobility market.

Most of the time the entry point will be Charging Station Statistics. With this you will get all available CPOs of one or many countries.

The next steps depend on the use case you want to fulfill:

Get total costs of a charging session at a specific CPO or station

Needed endpoints:

A common use case of the Chargeprice API: Get the total costs of a charging session at a specific CPO given a specific vehicle and battery range.

The Guide Integrate Charge Prices into your Application will show you how to implement it.

Hint: Most of the time the price at a specific station is not relevant. Hence you can just pass longitude: 0 and latitude: 0 in the request of the Prices endpoint.

Get price components of a charging session at a specific CPO

Needed endpoints:

Tariff Details provides you more details on the price components of a specific charging session.

You will get a list of price components (with kWh, minute, session fee, day/night...) for a specific charging session with a specific vehicle and battery range.

Examples of what can you analyse with it:

  • How many EMPs operate in Germany?
  • How many tariffs do have a monthly fee
  • For which CPOs do EMPs have special tariffs that are different from their standard pricing (e.g. IONITY tariff)?