dukascopy 0.1.1
dukascopy: ^0.1.1 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.0 - 2025-04-24 #
Added #
- Initial release of
dukascopyDart packagefetchInstrumentGroups()to retrieve instrument groupsfetch()to download historical OHLC datastream()to stream live tick data
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