Plugins 〉Finnhub


Developer

Alex Khomenko

Sign up to receive occasional product news and updates:


Grafana Cloud
Grafana Cloud
  • Grafana, of course
  • 10k series Prometheus metrics
  • 50 GB logs
  • 50 GB traces
  • 2,232 app o11y host hours
  • ...and more
Create free account

No credit card needed, ever.


Data Source
community

Finnhub

  • Overview
  • Installation
  • Change log
  • Related content

Data Source Grafana plugin for Finnhub.

Before starting, it's necessary to get an API token from Finnhub and paste it to the "API Token" field in the plugin settings.

Currently supported queries:

Free API

Premium API

A sample dashboard provisioning file is available at provision/dashboard.json. Read more about dashboards provisioning.

Installing Finnhub on Grafana Cloud:

For more information, visit the docs on plugin installation.

Installing on a local Grafana:

For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.

1. Install the Data Source

Use the grafana-cli tool to install Finnhub from the commandline:

grafana-cli plugins install 

The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.

2. Configure the Data Source

Accessed from the Grafana main menu, newly installed data sources can be added immediately within the Data Sources section.

Next, click the Add data source button in the upper right. The data source will be available for selection in the Type select box.

To see a list of installed data sources, click the Plugins item in the main menu. Both core data sources and installed data sources will appear.

0.6.0

  • Add support for $symbol variable

0.5.0

  • Remove @grafana/ui Form usage
  • Update React to v.18
  • Remove unused dependencies

0.4.1

  • Remove grafanaVersion from plugin.json
  • Update grafanaDependency in plugin.json

0.4.0

  • Update the plugin to be compatible with Grafana 10

0.3.2

  • Update dependencies

0.3.1

  • Restore trades endpoint (websocket)

0.3.0

  • Store API token in secure field
  • Temporarily disabled trades websocket endpoint due to proxy auth issue (quote query with dashboard refresh can be used as a workaround).

0.2.1

  • Update the plugin to be compatible with Grafana 8
  • Add social sentiment endpoint support

0.1.1

  • Initial release