dukascopy 0.1.5 copy "dukascopy: ^0.1.5" to clipboard
dukascopy: ^0.1.5 copied to clipboard

A Dart wrapper for fetching data from Dukascopy Bank SA API.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased #

Added #

Changed #

Fixed #

0.1.5 - 2025-05-05 #

Added #

  • Initial release of dukascopy Dart package
    • fetchInstrumentGroups() to retrieve instrument groups
    • fetch() to download historical OHLC data
    • stream() to stream live tick data -candles()
  • InstrumentGroup model and JSONP parsing utilities
  • Comprehensive error handling for network, HTTP status, empty response, and JSON parsing
  • Example script example/dukascopy_example.dart demonstrating basic usage
2
likes
150
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart wrapper for fetching data from Dukascopy Bank SA API.

Documentation

API reference

License

MIT (license)

Dependencies

http, intl

More

Packages that depend on dukascopy