Skip to content

Releases: alexdremov/SwiftYFinance

Reliable release

14 Aug 11:11
Compare
Choose a tag to compare

Added queue specification for every async method, caching issues solved

Example app updated & More supported Summary modules

13 Aug 20:06
Compare
Choose a tag to compare

Summary methods revised

13 Aug 14:23
Compare
Choose a tag to compare

There's no longer a "Big summary" method. You can select which summary modules you want to fetch by specifying them in summaryDataBy(...) method

Synchronous API

13 Aug 12:02
Compare
Choose a tag to compare

Even though executing commands in the main thread synchronously is not the best practice, I added this feature to the project. It's on your account to write fast, non-freezing apps, so use synchronous methods wisely.

Small updates

12 Aug 15:35
Compare
Choose a tag to compare

Added stock information summary scraped from the page. Currency information will be added in the next release

First release

12 Aug 11:10
Compare
Choose a tag to compare

Basic features and methods added