@tanken.fyi/at
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Tanken.fyi

This repository is going to be populated with the source code from tanken.fyi, which is the companion website for the apps

Austria: Historical Fuel Prices

This repository contains a JSON Schema that defines the structure for historical fuel pricing statistics in Austria. The underlying data includes an export of aggregated metrics for Diesel, Super 95, CNG (Compressed Natural Gas), and Crude Oil benchmarks, recorded at regular intervals.

Overview

The data is designed to support time-series data analysis and visualization, ensuring consistent structure and interpretation across datasets.

Key features:

  • ISO 8601 timestamps in UTC
  • Statistical summaries per fuel type: min, max, mean, median, and quantiles
  • Dual crude oil prices: Brent (primary) and WTI
  • Percentile-based outlier detection

Quantile Thresholds Explained

The schema includes four statistical quantiles beyond the standard min/max/mean/median:

Quantile Approx. Value Interpretation
q-0.01 1st percentile Cheapest outlier threshold
q-0.159 15.9th Roughly -1 standard deviation (normal dist.)
q-0.841 84.1st Roughly +1 standard deviation (normal dist.)
q-0.98 98th percentile Most expensive outlier threshold

File Structure

  • export/stats/at-fuel-stats.schema.json — The main JSON Schema file
  • export/stats/at-fuel-stats.data.json — Exported data conforming to the schema

Package Sidebar

Install

npm i @tanken.fyi/at

Weekly Downloads

8

Version

0.0.2

License

MIT

Unpacked Size

3.14 MB

Total Files

10

Last publish

Collaborators

  • mobiletainment