Basic Usage

Usage of the Alphavantage Laravel API Package

I tried to make the package as easy to use as possible. I tried to follow the Alphavantagearrow-up-right API documentation as closely as possible. So if you are familiar with the API, you should feel right at home. You have access to the following categories:

  • Core

  • Fundamentals

  • Indicators

  • Intelligence

You can either use the facade access these categories or use the Alphavantage class directly.

use Tschucki\Alphavantage;

Alphavantage::timeSeries()->daily('IBM');

Last updated