This project is not covered by Drupal’s security advisory policy.

This is a stock quote API module that provides other modules with a facility to incorporate stock data in them.

Features in the HEAD Release

  • Stock data retrieved from Alpha Vantage Realtime historical equity data is cached locally for performance.
  • Up to 42 different fields regarding a stock can be retrieved. Each field is stored as structured data in the local database (e.g., converted to a float, varchar, etc.)
  • Stock information from Alpha Vantage Realtime historical equity data is automatically updated, at an admin specified interval.
  • The updates for stock information are processed one symbol at a time for however many symbols, all the symbols will be processed during a stockapi cron job.

Authors

Originally developed by Matt Westgate of Lullabot, the module was then gracefully maintained by Khalid Baheyeldin of 2bits.com until Matt realized one day he gave all his modules away. Khalid was kind enough to hand back Stock API to Matt. Then in November 2017 Matt gave it to joseph.olstad. Yahoo finance changed it's api which means that we need to find a new service/api to build upon and refactor our api so that stock_api works with the other service. Ideally this would be a pluggable service so that we can rely on multiple services!

Modules that use Stock API

Project information

Releases