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.
0.1.5 - 2025-05-05 #
Added #
- Initial release of
dukascopyDart packagefetchInstrumentGroups()to retrieve instrument groupsfetch()to download historical OHLC datastream()to stream live tick data -candles()
InstrumentGroupmodel and JSONP parsing utilities- Comprehensive error handling for network, HTTP status, empty response, and JSON parsing
- Example script
example/dukascopy_example.dartdemonstrating basic usage