market_api: Get Up-to-Date Quote Information

Description Usage Arguments Value Functions Examples

Description

This function will return a data.table containing quotes and additional information, such as Fundementals or Intraday prices, for the provided ticker or tickers.

Usage

1
2
3
4
5
6
et_quote(tickers = NULL, detailFlag = c("ALL", "FUNDAMENTAL",
  "INTRADAY", "WEEK_52"))

et_find_ticker(companyname = NULL, type = c("EQ", "MF"))

et_quote_all()

Arguments

tickers

A character vector of tickers

detailFlag

Optional. Can specify a subset of data provided by API. Defaults to 'ALL' which returns all variables for given tickers

companyname

A character vector specifying the company name to look the ticker up

type

One of "EQ" for equity or "MF" for mutual fund

Value

A dataset of class data.table

Functions

Examples

1
# et_quote(c("BAC", "GOOG"))

bfatemi/ralgotools documentation built on May 8, 2019, 1:01 p.m.