Learn R Programming

avfintools

This is a complement to the Alpha Vantage API. It processes financial data and provides useful visuals that anyone can pick up and gain insights from. It has a very user-friendly data extraction protocol where users can retrieve the data, of course, after putting in the following:

Use your own token to access the data.

#av_api_key("YOUR_AV_KEY_HERE")

Useful tools such as the instant candlestick charts

candles(SPYdaily)

and more complex tools such as Volume Analysis

volume_analysis(SPYdaily, "SPY")

Happy Investing/Trading!

Copy Link

Version

Install

install.packages('avfintools')

Monthly Downloads

4

Version

0.1.0

License

CC0

Maintainer

Edward Wei

Last Published

October 6th, 2022

Functions in avfintools (0.1.0)

SPYdaily

This is data to be included in my package
cryptodaily

Get Cryptocurrency Data at the Daily Level
get60

Get Stock Data at the hourly level localized to current time zone
getdaily

Get Stock Data at the Daily Level
GMEdaily

This is data to be included in my package
fastzoom

Fast Zoom
thedayafter

Frequency plot of Subsequent Returns After a Percentage Input
streak_var

Streak (Multiple Variables)
pvi

Positive Volume Index
ret_to_cr

Total return to cumulative return
getweekly

Get Stock Data at the Weekly level
nvi

Negative Volume Index
findcor

Calculate the correlation between a column shared within two dataframes.
idret

After-hour and Pre-market Returns
genMA

Generate moving averages
showidreturns

Frequency plot based on Absolute percentage movements
streak

Streak
trtomr

Total return to multiplicative return
fibs

Show Fibonacci bands
volume_analysis

Graph of Volume Indicators
volp

Relative percentage from the Maximum Value
volatility_freq

Frequency plot of Range, as well as maximum Upward and Downward Movement
project_price

Projects future prices based on regression
compare_returns

Compare returns visually between two securities
candles

Candlestick chart
ATR

Average True Range
addreturns

Adds various returns as well as additional statistics.
crypto60

Get Cryptocurrency Data at the hourly level localized to current time zone
get15

Get Stock Data at the 15 minute level localized to current time zone
get5

Get Stock Data at the 5 minute level localized to current time zone
RSI

Relative Strength Index
SPY15

This is data to be included in my package