Title: Stock Ticker
Author: Aleksandar Urošević
Published: <strong>11. februara 2014</strong>
Last modified: 4. měrca 2026

---

Tykače pytać

![](https://ps.w.org/stock-ticker/assets/banner-772x250.png?rev=2870206)

![](https://ps.w.org/stock-ticker/assets/icon.svg?rev=2870206)

# Stock Ticker

 Wot [Aleksandar Urošević](https://profiles.wordpress.org/urkekg/)

[Sćahnyć](https://downloads.wordpress.org/plugin/stock-ticker.3.26.2.zip)

 * [Podrobnosće](https://hsb.wordpress.org/plugins/stock-ticker/#description)
 * [Pohódnoćenja](https://hsb.wordpress.org/plugins/stock-ticker/#reviews)
 *  [Instalacija](https://hsb.wordpress.org/plugins/stock-ticker/#installation)
 * [Wuwiće](https://hsb.wordpress.org/plugins/stock-ticker/#developers)

 [Podpěra](https://wordpress.org/support/plugin/stock-ticker/)

## Wopisanje

A simple and easy configurable plugin for WordPress that allows you to insert a 
stock ticker with stock price information to posts, pages, widgets, or even to template
files. Insertion is enabled by a shortcode or multi-instance widget.

Stock data is fetched by the API from [Alpha Vantage](https://www.alphavantage.co/).
You’ll need an AlphaVantage.co API Key.

Stock Ticker is an advanced variation of the [Stock Quote](https://wordpress.org/plugins/stock-quote/)
plugin.

**Multisite WordPress is not supported yet.**

**IMPORTANT:** Stock Ticker does not have its Gutenberg Block. You can use Shortcode
Block or Common Block to insert the Stock Ticker within the post/page content.

### Disclaimer

All stock data used in **Stock Ticker** is provided by **Alpha Vantage**, displayed
for informational and educational purposes only and should not be considered as 
investment advice.

As of the end of 2023, AlphaVantage limited the Free API tier to 5 requests per 
minute and 25 requests per day.

Before presenting stock data on your website publicly, ensure that you comply with
the Alpha Vantage [Terms of Service](https://www.alphavantage.co/terms_of_service/)
and have a valid commercial license!

The author of the **Stock Ticker** plugin does not accept liability or responsibility
for your use of the plugin, including but not limited to trading and investment 
results. Additionally, the author of the **Stock Ticker** plugin can not guarantee
that stock prices are always accurate, as they are provided by a third-party service
for free.

### Features

 * Set a global set of symbols you’ll use site-wide.
 * Configure the default set of stock symbols that will be displayed in the ticker
   inserted by the empty shortcode.
 * Configure the default presence of the company as Company Name or as a Stock Symbol.
 * Configure colours for unchanged quote, negative and positive changes with the
   colour picker.
 * Disable scrolling ticker and make it static.
 * Define custom names for companies to be used instead of the symbols.
 * Define custom elements as a part of the visible value.

You can set a custom template for a visible change value. Default format is `%company%%
price% %change% %changep%`. As macro keywords, you can use:

 * `%exch_symbol%` – Symbol with exchange, like _NASDAQ:AAPL_
 * `%symbol%` – Company symbol, like _AAPL_
 * `%company%` – Company name after filtered by custom names, like _Apple Inc._
 * `%price%` – Price value, like _125.22_
 * `%change%` – Change value, like _-5.53_
 * `%changep%` – Change percentage, like _-4.23%_
 * `%ltrade%` – Last trade day (like _2020-09-25_), which can be followed by [the PHP date format](https://www.php.net/manual/en/datetime.format.php)
   to customise date output, separate by pipe character, eg _|l, jS \of F Y_

For help, use [the official WordPress support forum](https://wordpress.org/support/plugin/stock-ticker/).

### How To Use

You can add a Stock Ticker to posts, pages or widgets by shortcode or widget (**
Appearance** -> **Widgets**).

#### Shortcode

Use the simple shortcode `[stock_ticker]` without any parameters in a post or page
to display the ticker with default settings. You can tweak a single shortcode with
parameters:

 * `symbols` – string with asingle or comma-separated array of stock symbols
 * `show` – a string that defines how the company will be represented on the ticker;
   can be the `name` for Company Name, or a `symbol` for Stock Symbol
 * `number_format` – override default number format for values (default from this
   settings page used if no custom set by shortcode). Valid options are: `cd` for
   _0.000,00_; `dc` for _0,000.00_; `sd` for _0 000.00_ and `sc` for _0 000,00_
 * `decimals` – override default number of decimal places for values (default from
   this settings page used if no custom set by shortcode). Valid values are: `1`,`
   2`, `3` and `4`
 * `static` – (boolean) to enable static unordered list instead of scrolling ticker,
   set to `1` or `true`
 * `prefill` – (boolean) to start with pre-filled instead of an empty ticker set
   to `1` or `true`
 * `duplicate` – (boolean) if there are fewer items than visible on the ticker, 
   set this to `1` or `true` to make it continuous
 * `speed` – (integer) tune speed of StockTicker block rendered by shortcode
 * `class` – (optional) customise block look and feel, set custom CSS class

#### Examples

 * Scrolling ticker
    [stock_ticker symbols=“BABA,EURGBP,LLOY.LON“ show=“symbol“]
 * Static unordered list
    [stock_ticker symbols=“BABA,EURGBP,LLOY.LON“ show=“symbol“
   static=“1″]

### Supported Stock Exchange Markets

Alpha Vantage provide stock data for the following stock exchange markets:

 * **BOM** – Bombay Stock Exchange
 * **TSE** – Canadian/Toronto Securities Exchange
 * **FRA** – Deutsche Börse Frankfurt Stock Exchange
 * **ETR** – Deutsche Börse Frankfurt Stock Exchange
 * **AMS** – Euronext Amsterdam
 * **EBR** – Euronext Brussels
 * **ELI** – Euronext Lisbon
 * **EPA** – Euronext Paris
 * **LON** – London Stock Exchange
 * **NASDAQ** – NASDAQ Exchange
 * **CPH** – NASDAQ OMX Copenhagen
 * **HEL** – NASDAQ OMX Helsinki
 * **ICE** – NASDAQ OMX Iceland
 * **NYSE** – New York Stock Exchange
 * **SHA** – Shanghai Stock Exchange
 * **SHE** – Shenzhen Stock Exchange
 * **TPE** – Taiwan Stock Exchange
 * **TYO** – Tokyo Stock Exchange

Not supported:

 * **MCX** – Moscow Exchange (since December 2018) – eg. `MCX:GAZP`
 * **ASX** – Australian Securities Exchange ([since May 2020](https://twitter.com/moinzaman/status/1262522914227712000))–
   eg, `ASX:MSB`
 * **SGX** – Singapore Exchange ([since July 13th 2020](https://kpo-and-czm.blogspot.com/2017/11/bye-yahoo-finance-hi-alpha-vantage.html?showComment=1596075191464#c3946519402226422619))–
   eg, `C29.SI`
 * **NSE** – National Stock Exchange of India ([since July 2020](https://twitter.com/sachinmankapure/status/1279794312210010114))–
   eg, `NSE:VB`
 * **STO** – NASDAQ OMX Stockholm (since October 2021) – eg, `STO:ATCO-A`
 * **BIT** – Borsa Italiana Milan Stock Exchange ([since December 2023](https://wordpress.org/support/topic/bit-not-working/))–
   eg, `BIT:OLI`

### Hall of Fame

Kudos to:

 * [Patchstack](https://patchstack.com/database/vulnerability/stock-ticker) and 
   [Wordfence](https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/stock-ticker)
   researchers for early reporting of vulnerabilities.
 * fellow alpha testers [@flexer](https://wordpress.org/support/users/flexer/), 
   [@khunmax](https://wordpress.org/support/users/khunmax/), [@k2_1971](https://wordpress.org/support/users/k2_1971/),
   and [@vijaleshk](https://wordpress.org/support/users/vijaleshk/), for release
   v3.0.0.
 * [@eigood](https://wordpress.org/support/users/eigood/), who pointed me to AlphaVantage.
   co as an alternative to Google Finance.
 * [@rbrodrecht](https://profiles.wordpress.org/rbrodrecht/) for helping with Alpha
   Vantage entitlement implementation.

## Fota wobrazowki

 * [[
 * Global plugin settings page (version 3.23.5)
 * [[
 * Widget settings
 * [[
 * Stock ticker in action
 * [[
 * Stock ticker in Customizer > top Widgets top
 * [[
 * Stock ticker in Customizer > sidebar Widgets
 * [[
 * Stock ticker through Gutenberg Shortcode block

## Instalacija

To install Stock Ticker and make initial settings to work, please follow the instructions
below.

 1.  Go to `Plugins` > `Add New`.
 2.  Search for the `Stock Ticker` plugin.
 3.  Install and activate `Stock Ticker`.
 4.  Get a free API Key from [AlphaVantage.co](https://www.alphavantage.co/support/#api-key).
 5.  In the WordPress Dashboard, navigate to `Settings` > `Stock Ticker`.
 6.  Enter the Alpha Vantage API Key you received in the previous step in the field`
     AlphaVantage.co API Key` (check [this screenshot](https://goo.gl/3PKxLM)).
 7.  Enter all stock symbols you’ll use on the whole website in various widgets and
     shortcodes to the field `All Stock Symbols`, separated by a comma. This field 
     is used to fetch stock data from AlphaVantage.co API by AJAX in the background.
     Because AV’s free tier only offers an API to retrieve data for a single symbol,
     it can take some time to get. Please note that, for default shortcode symbols,
     a field remains in the Default Settings section of the plugin.
 8.   a. Save the settings and click the `Fetch Stock Data Now!` button to initially fetch
         stock data into the database. Wait for a while until we receive all symbols from
         AlphaVantage.co for the first time.
 9.  Insert shortcode `[stock_ticker]` to a page or post, or the `Stock Ticker` Widget
     to the preferred Widget Area.

## HSP

### How to know which stock symbols to use?

You can use standard symbols from stock exchanges supported by AlphaVantage.co, 
such as AAPL, MSFT, IBM, CSCO, GOOG, YHOO, and AMZN (Apple Inc., Microsoft Corporation,
International Business Machines Corporation, Cisco Systems, Inc., Google Inc., Yahoo!
Inc., Amazon.com).

To check if AlphaVantage.co supports your preferred symbol(s), you can use the _Symbol
Search & Test_ tool on the plugin settings page to search for keywords and symbols
on AlphaVantage.co directly from your WordPress dashboard.

### The stock exchange or symbol I need does not work!

Try to find the correct symbol on AlphaVantage.co by looking for it in the _Symbol
Search & Test_ tool. Even try alternatives or the company name. If that does not
help, you can search the Alpha Vantage community forum [www.alpha-vantage.community](https://www.alpha-vantage.community/)
or contact [Alpha Vantage support](https://www.alphavantage.co/support/#support).

### How to get Dow Jones Industrial Average or other Indexes?

AlphaVantage.co does not support indexes since mid-2020.

### How to get Crude Oil, Gold and other commodities?

Commodities are not supported by the Stock Ticker.

### How to obtain a currency exchange rate?

Forex is not supported by the Stock Ticker.

### How to get the proper stock price from a proper stock exchange?

Enter symbol in format `EXCHANGE:SYMBOL`, like `LON:LLOY` or `SYMBOL.EXCHANGE` like`
LLOY.LON` for Lloyds Banking Group Plc from the London Stock Exchange market.

Please note that AlphaVantage.co does not always provide stock data for all existing
stocks.

### How to get a descriptive title for currency exchange rates?

Add to `Custom Names` legend currency exchange symbol w/o `=X` part, like:

    ```
    EURGBP;Euro (€) ⇨ British Pound Sterling (£)
    ```

### How to add Stock Ticker to the header theme file?

Add this to your template file (you can also add custom parameters for the shortcode):

    ```
    <?php echo do_shortcode('[stock_ticker]'); ?>
    ```

### How to customise quote output?

On the Settings page for the plugin, you can set a custom Value template. You can
use macro keywords `%exch_symbol%`, `%symbol%`, `%company%`, `%price%`, `%volume%`,`%
change%`, `%changep%` and `%ltrade%` mixed with HTML tags `<span>` (allowed `class`
and `style` attribute), `<em>` and/or `<strong>`.

Default template is `%company% %price% %change% %changep%` but you can format it
like:

    ```
    <span style="color:#333">%company%</span> <em>%price%</em> <strong>%change%</strong> %changep%
    ```

### I set to show `%company%` but symbol is displayed instead

Please note that Alpha Vantage does not provide the company name in retrieved feeds.
You’ll need to set the company name in the _Custom Names_ field on the plugin settings
page.

### How to resolve the error `Unfortunately, we could not get stock quotes this time`?

This can be a temporary issue. First, try running `Fetch Stock Data Now!` on the
plugin settings page.

Then try increasing the _Fetch Timeout_ option in the general plugin settings and
run `Fetch Stock Data Now!`.

If you continue to experience issues, please contact us through the [community support forum](https://wordpress.org/support/plugin/stock-ticker).

### Can I get stock data for my custom code?

Since version 3.1 of Stock Ticker, you can get stock data in custom functions. For
example:

    ```
    <?php
    if ( class_exists( 'Wpau_Stock_Ticker' ) ) {
        $stock_data = Wpau_Stock_Ticker::get_stock_from_db( 'AAPL,MSFT' );
        var_dump( $stock_data );
    }
    ?>
    ```

That will return the associated array for the requested symbols:

    ```
    array(2) {
      ["AAPL"]=>
      array(11) {
        ["symbol"]=>
        string(4) "AAPL"
        ["tz"]=>
        string(10) "US/Eastern"
        ["last_refreshed"]=>
        string(19) "2018-09-14 00:00:00"
        ["last_open"]=>
        string(8) "225.7500"
        ["last_high"]=>
        string(8) "226.8400"
        ["last_low"]=>
        string(8) "222.5220"
        ["last_close"]=>
        string(8) "223.8400"
        ["last_volume"]=>
        string(8) "31999289"
        ["change"]=>
        string(7) "-2.5700"
        ["changep"]=>
        string(7) "-1.1351"
        ["range"]=>
        string(19) "222.5220 - 226.8400"
      }
      ["MSFT"]=>
      array(11) {
        ["symbol"]=>
        string(4) "MSFT"
        ["tz"]=>
        string(10) "US/Eastern"
        ["last_refreshed"]=>
        string(19) "2018-09-14 00:00:00"
        ["last_open"]=>
        string(8) "113.3600"
        ["last_high"]=>
        string(8) "113.7300"
        ["last_low"]=>
        string(8) "112.4400"
        ["last_close"]=>
        string(8) "113.3700"
        ["last_volume"]=>
        string(8) "19122349"
        ["change"]=>
        string(6) "0.4600"
        ["changep"]=>
        string(6) "0.4074"
        ["range"]=>
        string(19) "112.4400 - 113.7300"
      }
    }
    ```

### Do you offer custom development or integration?

Yes! If you need specific functionality that isn’t available out-of-the-box (like
integration with themes, other plugins, specific data formatting, or unique display
layouts), please [contact us for a quote](https://www.techwebux.com/contact?service=customization)
with a brief description of your project.

## Pohódnoćenja

![](https://secure.gravatar.com/avatar/930511700a80cecce7367853acaf20df4ed5f769ee8eaeec1f2ead9995de65d5?
s=60&d=retro&r=g)

### 󠀁[Great and well maintained plugin](https://wordpress.org/support/topic/great-and-well-maintained-plugin/)󠁿

 [mlebedze](https://profiles.wordpress.org/mlebedze/) 23. junija 2023

Has been functioning great for a long time. Excellent support from the author.

![](https://secure.gravatar.com/avatar/40b87a77c006ef151c4dc6dd3e103dd58d5c754afe67c02a66d66960c558c31c?
s=60&d=retro&r=g)

### 󠀁[Not wark](https://wordpress.org/support/topic/not-wark/)󠁿

 [pparts](https://profiles.wordpress.org/pparts/) 9. junija 2021 1 reply

Not warm Poor plugins very bad

![](https://secure.gravatar.com/avatar/51952470ffedaa1cd8ebb7e14fe366ffec83befb2d1e5c0d473565c0e9f59167?
s=60&d=retro&r=g)

### 󠀁[Great plugin and first-class support](https://wordpress.org/support/topic/great-plugin-and-first-class-support-3/)󠁿

 [nikolas27](https://profiles.wordpress.org/nikolas27/) 28. septembra 2020

Great plugin and first-class support. Unlike other plugins, the tickers are not 
links to other websites. That gives a very professional appearance. Thank you

![](https://secure.gravatar.com/avatar/233ece71cd36dd049d8d18b7b573fd06cb8809c177fd0e1c14597ae0e7af940e?
s=60&d=retro&r=g)

### 󠀁[Great plugin and great developer](https://wordpress.org/support/topic/great-plugin-and-great-developer-8/)󠁿

 [ajvanpipo](https://profiles.wordpress.org/ajvanpipo/) 24. septembra 2020

The plugin works as noted, looks clean, and has some basic settings so you can set
it up however you like. Recommended

![](https://secure.gravatar.com/avatar/17d9304e3244b4a4fc39cea8c1eb3d6fdf9002aff5c847beb2441cae3aaa339a?
s=60&d=retro&r=g)

### 󠀁[Отличный плагин](https://wordpress.org/support/topic/%d0%be%d1%82%d0%bb%d0%b8%d1%87%d0%bd%d1%8b%d0%b9-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd-367/)󠁿

 [Efim Kuznetsov](https://profiles.wordpress.org/efimkuznetsov/) 4. junija 2019

После устранения проблем с автоматическим обновлением котировок плагин стал реально
самодостаточным и хорошо реализованным. Автор всегда готов помочь в решении проблем.
Жаль что нет поддержки локализации, так на 5+!

![](https://secure.gravatar.com/avatar/ed07a65fa1260bdf973b001e71f2dc1a313ee5f58927cfcdf089f12ab1c11a2a?
s=60&d=retro&r=g)

### 󠀁[Multisite Support](https://wordpress.org/support/topic/multisite-support-298/)󠁿

 [Ken Nguyen](https://profiles.wordpress.org/kendy73/) 3. apryla 2019

The plugin alpha version (released on 2017.11.08) had prepared for WP multisite.
I don’t know why the option is canceled. The support is not effective. But this 
is a good plugin.

 [ Čitajće 21 pohódnoćenjow ](https://wordpress.org/support/plugin/stock-ticker/reviews/)

## Sobuskutkowarjo a wuwiwarjo

„Stock Ticker“ je softwara wotewrjeneho žórła. Slědowacy ludźo su k tutomu tykačej
přinošowali.

Sobuskutkowarjo

 *   [ Aleksandar Urošević ](https://profiles.wordpress.org/urkekg/)
 *   [ TechWebUX ](https://profiles.wordpress.org/techwebux/)

[Přełožće „Stock Ticker“ do swojeje rěče.](https://translate.wordpress.org/projects/wp-plugins/stock-ticker)

### Na wuwiću zajimowany?

[Přehladajće kod](https://plugins.trac.wordpress.org/browser/stock-ticker/), hladajće
do [SVN-repozitorija](https://plugins.svn.wordpress.org/stock-ticker/) abo abonujće
[wuwiwanski protokol](https://plugins.trac.wordpress.org/log/stock-ticker/) přez
[RSS](https://plugins.trac.wordpress.org/log/stock-ticker/?limit=100&mode=stop_on_copy&format=rss).

## Protokol změnow

#### 3.26.2 (20260226)

 * Security: Patch CVE-2026-2722
 * Improve: Adding Support for AlphaVantage API Entitlements (thanks @rbrodrecht)
 * Improve: Readme

#### 3.24.6 (20240628)

 * Fix: Stored Cross-Site Scripting discovered by Dale Mavers via Wordfence
 * Change: Code simplification
 * Tested: WordPress 6.5.5 with Twenty Twenty-Four 1.1 and PHP 8.3.7

#### 3.24.4 (20240420)

 * Fix: API Key Tier always show as Free in plugin settings
 * Tested: WordPress 6.5.2 with Twenty Twenty-Three 1.4 and PHP 8.3.6

#### 3.23.5 (20231216)

 * Security: Fix XSS in shortvode() method (reported by resecured.io via patchstack)
 * Tested: WordPress 6.4.2 with Twenty Twenty-Three 1.3 and PHP 8.2.13
 * Change: Discard symbols that contains carret and equals sign
 * Change: AlphaVantage introduced 25 requests per day for Free tier
 * Change: Deprecated Premium tiers 15, 60, 120, 360, added new Premium tiers 30,
   75, 150 and 1200 requests per minute
 * Simplify: Plugin Settings page sidebar
 * Readme: Removed BIT Italian Stock Exchange from supported by AlphaVantage

#### 3.23.4 (20230810)

 * Security: Fix CSS of stockticker_load
 * Tested: WordPress 6.3 with Twenty Twenty-Three 1.2 and PHP 8.2.8

#### 3.23.3 (20230717)

 * Security: Fix XSS of Symbol Search & Test

#### 3.23.2 (20230622)

 * Fix: webTicker jQuery library punch CPU to 100% on window resize
 * Tested: WordPress 6.2.2 with Twenty Twenty-Three 1.1 and PHP 8.2.7

#### 3.23.1 (20230223)

 * Security: Patch Broken Access Control
 * Security: Remove URL parameter `stockticker_purge_cache` which allow unauthorised
   user to purge stock cache (from now purge stock cache by updating `All Stock 
   Symbols` or running `Fetch Stock Data Now` on plugin settings page)

#### 3.23.0 (20230223)

 * Security: Fix CSRF vulnerability, thanks to [Mika/Patchstack](https://patchstack.com/database/researcher/5ade6efe-f495-4836-906d-3de30c24edad)
 * Tested: WordPress 6.2-beta3 with theme Twenty Twenty-Three and PHP 8.2.1

#### 3.2.2 (20220102)

 * Fix: Fix bug introduced with release 3.2.1 which prevent stocks to be updated
 * Tested: WordPress 5.9 and PHP 8.0.11

#### 3.2.1 (20211113)

 * Fix: custom `number_format` has no effect
 * Tested: WordPress 5.8.2 and PHP 7.4.24

#### 3.2.0 (20201107)

 * Update: FAQ
 * Improve: Help section on plugin settings page
 * Improve: spelling and grammar
 * Change: rename option `Auto Refresh` to `Auto Reload` to be clear what it is 
   for
 * Tested: WordPress 5.5.3 and PHP 7.4.10
 * (20201002) Improve: translatable strings and update Text Domain to from `wpaust`
   to `stock-ticker`
 * Add: _Symbol Search & Test_ to help users find correct symbol notation on AlphaVantage.
   co
 * (20200825) Add: new template keyword `%ltrade%` with customizable date format
   like `%ltrade|l, jS \of F Y%`

#### 3.1.0.1 (20200810)

 * Tested: WordPress 5.5-RC2-48768 and PHP 7.4.1
 * (20190328) Fix: infinite Bad API response introduced in release 3.1

#### 3.1 (20190328)

 * Bump supported WordPress version
 * Remove MCX from supported exchanges because AlphaVantage does not provide data
   for Moscow Stock Exchange
 * Fix/Improve: Infinite loop for bad API responses
 * Improve: Update disclaimer and readme
 * (20181122) Fix: Infinite fetch loop
 * Improve: Tier pause between symbol fetches
 * Improve: Allow dash in stock symbol
 * (20180916) Improve: Make Force Fetch to wait between each symbol fetch regarding
   to the API Tier
 * Improve: Remove duplicate symbols on settings update
 * Simplify: Merge 3 settings sections to single register_settings
 * Improve: Move routine to extract symbol to fetch to self method `get_symbol_to_fetch()`
 * Improve: Move stock data to DB to self method `data_to_db()`
 * Change: Make method `get_stock_from_db()` public so user can access Stock data
   in DB from custom functions
 * Change: Move method `sanitize_symbols()` to main class and make it public static
   so user can access it from custom functions
 * (20180824) Add Alpha Vantage Tier option for better fetch timeout control
 * Switch to GLOBAL_QUOTE API mode and eliminate requirement to calculate change
   amount from TIME_SERIES_DAILY and TIME_SERIES_INTRADAY
 * Remove Intraday option from settings

#### 3.0.5.4 (20180823)

 * Fix: Better sanitization for AllSymbols
 * (20180403) Fix: Undefined index: message in wp-content/plugins/stock-ticker/stock-
   ticker.php on line 483
 * (20180321) Fix: Division by zero in stock-ticker\stock-ticker.php on line 1259
   for not fully supported indices like `^DJBWR`

#### 3.0.5.3 (20180228)

 * Fix: Safer fix for Checkbox options

#### 3.0.5.2 (20180228)

 * Fix: Checkbox options can not be disabled (`Intraday`, `Auto Refresh`, `Load 
   assets on all pages`). Thanks to @cmyee for reporting bug.
 * Fix: `Cache Timeout` can not be saved and always reset to zero on settings update.

#### 3.0.5.1 (20180204)

 * Fix: JavaScript error `Uncaught ReferenceError: stock_tickers_load is not defined`
   reported by @wparold

#### 3.0.5 (20180204)

 * Fix: stock price was by mistake taken from last_open instead of last_close, reported
   by @cartmen123
 * Fix: INTRADAY option set as `BETA`
 * Fix: undefined variable $symbol and $method
 * Improve: description for `Intraday`
 * Improve: description for `Refresh Timeout` option and rename to `Auto Refresh
   Timeout`
 * Improve: description for `Cache Timeout` option
 * Improve: add advised minimal cache timeout value, based on number of symbols 
   in `All Stock Symbols` and `Fetch Timeout` value.
 * (20180118) Add: support for TIME_SERIES_INTRADAY as optional method for refular
   symbols (excluding currencies and indexes)

#### 3.0.4 (20171212)

 * Add: Button to `Stop Fetch` of forced fetching stock data on settings page
 * Improve: Description for `Fetch Stock Data` on settings page
 * Improve: Response info for `Fetch Stock Data` on settings page with link to test
   symbol in case of error message `Invalid API call`

#### 3.0.3 (20171211)

 * Fix: Users of 0.2.99-alpha could have uncreated stock ticker table in database
   because of broken upgrade script in alpha versions
 * Add: Admin notification for AlphaVantage.co API Key and All Stock Symbols
 * (20171207) Add: Routine to stripe unsupported stock exchanges from all symbols
   when doing fetch from AlphaVantage.co to prevent API errors
 * Add: Routine to strip symbols from unsupported stock markets from `All Stock 
   Symbols` and `Stock Symbols` and display message about removed symbols on settings
   update
 * Improve: sanitization for stock symbols on settings update
 * Change: API Key input type set to password

#### 3.0.2 (20171205)

 * Readme: add required PHP version and link profiles in Hall of Fame
 * Add: Notice about not supported multisite
 * Add: Activation routine to check and deactivate plugin on multisite as not supported
   at the moment

#### 3.0.1 (20171204)

 * Fix: Plugin table has not created for fresh installations
 * Fix: Stuck fetching data from AlphaVantage.co after first symbol fetch fail
 * Add: Force fetching data from settings page
 * Add: Fill stockticker.log only if WP_DEBUG is enabled
 * Change: Log and AJAX messages wording

#### 3.0.0 (20171203)

 * Release working version of plugin

## Meta

 *  Version **3.26.2**
 *  Last updated **2 měsacaj**
 *  Active installations **2.000+**
 *  WordPress version ** 5.2 abo nowši **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.3 abo nowši **
 *  Language
 * [English (US)](https://wordpress.org/plugins/stock-ticker/)
 * Tags
 * [forex](https://hsb.wordpress.org/plugins/tags/forex/)[stock](https://hsb.wordpress.org/plugins/tags/stock/)
   [stock ticker](https://hsb.wordpress.org/plugins/tags/stock-ticker/)[ticker](https://hsb.wordpress.org/plugins/tags/ticker/)
   [trading](https://hsb.wordpress.org/plugins/tags/trading/)
 *  [Rozšěrjeny napohlad](https://hsb.wordpress.org/plugins/stock-ticker/advanced/)

## Pohódnoćenja

 4.4 out of 5 stars.

 *  [  17 5-star reviews     ](https://wordpress.org/support/plugin/stock-ticker/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/stock-ticker/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/stock-ticker/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/stock-ticker/reviews/?filter=2)
 *  [  3 1-star reviews     ](https://wordpress.org/support/plugin/stock-ticker/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/stock-ticker/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/stock-ticker/reviews/)

## Sobuskutkowarjo

 *   [ Aleksandar Urošević ](https://profiles.wordpress.org/urkekg/)
 *   [ TechWebUX ](https://profiles.wordpress.org/techwebux/)

## Podpěra

Chceće něšto prajić? Trjebaće pomoc?

 [Forum pomocy pokazać](https://wordpress.org/support/plugin/stock-ticker/)

## Darić

Chceće dalewuwiwanje tutoho tykača podpěrać?

 [ Za tutón tykač darić ](https://urosevic.net/wordpress/donate/?donate_for=stock-ticker)