R/intrinio_stock_api-package.R

#' IntrinioStockAPI - Wrapper for the Intrinio Financial Markets Data and Stock API
#' 
#' @description 
#' Download stock prices from the free Intrinio Stock API (<https://intrinio.com/>).
#' 
#' @details
#' Intrinio offers a REST API which provides financial data 
#' including stock prices, quotes, technical indicators, company fundamentals, and more. 
#' Complete documentation for the Intrinio API is available here: 
#' <https://intrinio.com/documentation/api/>. 
#' To access the Intrinio API, simply create a free account <https://intrinio.com/>.
#' 
#' @name IntrinioStockAPI
#' 
#' @import stringr httr jsonlite gtools
#' 
#' @docType package
NULL

Try the IntrinioStockAPI package in your browser

Any scripts or data that you put into this service are public.

IntrinioStockAPI documentation built on May 2, 2019, 3:03 p.m.