Popularity
6.4
Declining
Activity
0.0
Stable
14
4
4

Monthly Downloads: 11
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Database     Net    
Latest version: v0.2.0.0

stocks alternatives and similar packages

Based on the "net" category.
Alternatively, view stocks alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of stocks or a related project?

Add another 'net' Package

README

stocks

!!! Legacy iex API client. For up to date client please see iexcloud.

Build Status

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: