dukascopy 0.1.5
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 packagefetchInstrumentGroups()
to retrieve instrument groupsfetch()
to download historical OHLC datastream()
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