stockapi 8.x-2.x-dev

stockapi 8.x-2.x dev

This is a straight up port of 7.x-3.x of stockapi for Drupal 8.

stockapi 7.x-3.0-beta7

Bug fixes
New features

Improvements since 7.x-3.0-beta5:
#2956223: improve error handling for new datasource.

New since 2.x:
Google finance has been replaced as it is no longer a reliable data source.

stockapi 7.x-2.0-alpha6

Bug fixes

New since beta5 : handle skip current symbol when json for it is not returned correctly.

New since 2.x:

A working demo key is provided for AAPL and MSFT stocks. For other stocks, stockapi now requires you to register for a (currently free) api key. Instructions are easy to figure out, install the module and run it, go to /admin/config/services/stockapi for instructions
Major update, google is out, alphavantage is in.

stockapi 7.x-3.0-beta5

Bug fixes

New since beta4 : avoid division by zero. Yes really this time.

New since 2.x:

A working demo key is provided for AAPL and MSFT stocks. For other stocks, stockapi now requires you to register for a (currently free) api key. Instructions are easy to figure out, install the module and run it, go to /admin/config/services/stockapi for instructions
Major update, google is out, alphavantage is in.

stockapi 7.x-3.0-beta4

Bug fixes

New since beta3 : avoid division by zero. (lol)

New since 2.x:

A working demo key is provided for AAPL and MSFT stocks. For other stocks, stockapi now requires you to register for a (currently free) api key. Instructions are easy to figure out, install the module and run it, go to /admin/config/services/stockapi for instructions
Major update, google is out, alphavantage is in.

stockapi 7.x-3.0-beta3

Bug fixes
New features

New since beta2 : Improved warnings.

New since yesterday:

A working demo key is provided for AAPL and MSFT stocks. For other stocks, stockapi now requires you to register for a (currently free) api key. Instructions are easy to figure out, install the module and run it, go to /admin/config/services/stockapi for instructions
Major update, google is out, alphavantage is in.

stockapi 7.x-3.0-beta2

Bug fixes
New features

A working demo key is provided for AAPL and MSFT stocks. For other stocks, stockapi now requires you to register for a (currently free) api key. Instructions are easy to figure out, install the module and run it, go to /admin/config/services/stockapi for instructions
Major update, google is out, alphavantage is in.

#2954758: switch to new datasource, requires free api key.

stockapi 7.x-3.x-dev

Bug fixes
New features

Currently maintained branch.
supports alphavantage api, must register for a key.

stockapi 7.x-2.0-alpha1

Bug fixes
New features

Necessary upgrade to the stockapi module.
#2925439: implement new data source (no longer CSV, it is now web scraping) since yahoo shut down.

Due to yahoo cancelling it's stock ticker information had to implement a new data aggregation method.
Prior to Nov 2nd 2017 yahoo provided data in csv format.

stockapi 7.x-2.x-dev

Bug fixes
New features

Necessary upgrade to the stockapi module.
#2925439: implement new data source (no longer CSV, it is now web scraping) since yahoo shut down.

Due to yahoo cancelling it's stock ticker information had to implement a new data aggregation method.
Prior to Nov 2nd 2017 yahoo provided data in csv format.

stockapi 5.x-1.1

Changes since DRUPAL-5--1-1:

  • #186593 By flaviovs, securities with comma in name gives wrong data
  • #218125 Does not work with allow_url_fopen=Off. Switched to using drupal_http_request, with a lot of error checking, and watchdog.
  • Added a watchdog message when cron runs to update symbols.
  • Some code cleanup.
  • Some minor UI interface changes.
Subscribe with RSS Subscribe to Releases for Stock API