stocks: Library for the IEX Trading API

[ bsd3, library, net ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.2.0.0
Dependencies aeson (>=0.8.0), base (>=4 && <5), bytestring, containers, http-conduit, semigroups (>=0.18), unordered-containers [details]
License BSD-3-Clause
Copyright 2018 David Bouchare, Kristian Sällberg
Author David Bouchare, Kristian Sällberg
Maintainer David Bouchare, Kristian Sällberg
Category Net
Home page https://github.com/dabcoder/stocks
Source repo head: git clone https://github.com/dabcoder/stocks.git
Uploaded by davidb at 2018-05-30T07:04:11Z
Distributions NixOS:0.2.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1191 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-05-30 [all 1 reports]

Readme for stocks-0.2.0.0

[back to package description]

stocks

Haskell library for the IEX trading API.

Example:

stack build && stack ghci

> getCompany "aapl"

Just (Company {symbol = "AAPL",
               companyName = "Apple Inc.",
               exchange = "Nasdaq Global Select",
               industry = "Computer Hardware",
               website = "http://www.apple.com",
               description = "Apple Inc is designs ...",
               ceo = "Timothy D. Cook",
               issueType = "cs",
               sector = "Technology"})

> getPrice "dps"

Just 120.36

Please see the HUnit test for a complete example of all API calls.

How to run test suite

stack test

Contribute

For any problems, comments, or feedback please create an issue here on GitHub.

Attribution

If you redistribute our API data: