All Projects → dabcoder → Stocks

dabcoder / Stocks

Licence: other
Haskell library for the IEX trading API: https://iextrading.com/developer/docs/

Programming Languages

haskell
3896 projects

Labels

Projects that are alternatives of or similar to Stocks

Outputcache
Cache api responses using Redis, Memcached or any cache provider for NodeJS
Stars: ✭ 9 (-30.77%)
Mutual labels:  api
Openapi3 Validator
Validator for OpenAPI v3 specs
Stars: ✭ 11 (-15.38%)
Mutual labels:  api
Screwdriver
An open source build platform designed for continuous delivery.
Stars: ✭ 870 (+6592.31%)
Mutual labels:  api
Get File
CLI and API to get a single file from Github repository.
Stars: ✭ 9 (-30.77%)
Mutual labels:  api
Pdoc
API Documentation for Python Projects
Stars: ✭ 853 (+6461.54%)
Mutual labels:  api
Gitter Api
[production-ready] Gitter API implementation for php 7.0+ allowing sync, async and streaming access.
Stars: ✭ 11 (-15.38%)
Mutual labels:  api
Compositor Api
Compositor is a lightweight utility API for compositing images quickly and efficiently in Unity.
Stars: ✭ 9 (-30.77%)
Mutual labels:  api
Office365 Management Api Elk
An API connector for the Office 365 Management API and the Elastic Stack
Stars: ✭ 13 (+0%)
Mutual labels:  api
Genius Php
PHP library for Genius API (http://genius.com/developers)
Stars: ✭ 10 (-23.08%)
Mutual labels:  api
Api Example
WIP: Just sample app with API
Stars: ✭ 12 (-7.69%)
Mutual labels:  api
Libretranslate
Free and Open Source Machine Translation API. 100% self-hosted, no limits, no ties to proprietary services. Built on top of Argos Translate.
Stars: ✭ 834 (+6315.38%)
Mutual labels:  api
Widdershins
OpenAPI / Swagger, AsyncAPI & Semoasa definitions to (re)Slate compatible markdown
Stars: ✭ 856 (+6484.62%)
Mutual labels:  api
Jenkins4j
Simple and effective Jenkins API wrapper written in Java
Stars: ✭ 12 (-7.69%)
Mutual labels:  api
Cnbankcard
🏦 由银行卡卡号解析出发卡行和卡别,适用于中国国内多数银行,返回JSON数据。
Stars: ✭ 853 (+6461.54%)
Mutual labels:  api
Swapi
*NOT MAINTAINED - NO GUARENTEE TO BE UP*
Stars: ✭ 872 (+6607.69%)
Mutual labels:  api
Social Listener
Python project used to collect tweets and social-network data from Social's API
Stars: ✭ 9 (-30.77%)
Mutual labels:  api
Binding Of Isaac Api
A RESTful API for the Binding of Isaac game series
Stars: ✭ 11 (-15.38%)
Mutual labels:  api
Meaju
meaju is a free link shortener from Germany, which everyone can install on his own server.
Stars: ✭ 13 (+0%)
Mutual labels:  api
Geochile
Esta es una api de Geocodificación, para que, con las coordenadas Latitud y Longitud se entregue una lista de ciudades cercanas.
Stars: ✭ 13 (+0%)
Mutual labels:  api
Chn Eolinker Ams Lite 4.0 For Php
中国最大的在线API管理平台EOLINKER 旗下API管理系统开源精简版,适合个人以及微型团队使用。
Stars: ✭ 869 (+6584.62%)
Mutual labels:  api

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].