stoxir v0.1.2 Stoxir
Provides an interface to the IEx Trading Stocks API (https://iextrading.com/developer/docs/#stocks)
Link to this section Summary
Functions
GET /market/batch?symbols=?&types=?
GET /symbol/chart
GET /symbol/chart/period
GET /symbol/company
GET /symbol/delayed-quote
GET /symbol/earnings
GET /symbol/financials
GET /symbol/stats
GET /symbol/logo
GET /symbol/news
GET /symbol/news/last/range
GET /symbol/price
GET /symbol/quote
Link to this section Functions
GET /market/batch?symbols=?&types=?
Examples
Stoxir.batch(["AAPL", "TSLA"], ["quote", "stats"])
Reference
https://iextrading.com/developer/docs/#batch-requests
GET /symbol/chart
Examples
Stoxir.chart("AAPL")
Reference
https://iextrading.com/developer/docs/#chart
GET /symbol/chart/period
Examples
Stoxir.chart("AAPL", "5y")
Reference
https://iextrading.com/developer/docs/#chart
GET /symbol/company
Examples
Stoxir.company("AAPL")
Reference
https://iextrading.com/developer/docs/#company
GET /symbol/delayed-quote
Examples
Stoxir.delayed_quote("AAPL")
Reference
https://iextrading.com/developer/docs/#delayed-quote
GET /symbol/earnings
Examples
Stoxir.earnings("AAPL")
Reference
https://iextrading.com/developer/docs/#earnings
GET /symbol/financials
Examples
Stoxir.financials("AAPL")
Reference
https://iextrading.com/developer/docs/#financials
GET /symbol/stats
Examples
Stoxir.key_stats("AAPL")
Reference
https://iextrading.com/developer/docs/#key-stats
GET /symbol/news/last/range
Examples
Stoxir.news("AAPL", 5)
Reference
https://iextrading.com/developer/docs/#news
GET /symbol/price
Examples
Stoxir.price("AAPL")
Reference
https://iextrading.com/developer/docs/#price