Plugins 〉Finance


Developer

Michael Young

Sign up to receive occasional product news and updates:



The Finance plugin has been deprecated and is no longer maintained.

Data Source
community

Finance

  • Overview
  • Installation
  • Related content

Grafana Finance Datasource

Fetches data from the Quandl API and maps the data to a timeseries. This is all done in the browser without needing an additional backend.

The query format is as follows:

[DATASET][CODE][KEY]

DATASET: Quandl dataset CODE: Code of series in quandl dataset KEY (optional): name of column to use (leave blank to use first column)

For example, for the commodity price of gold, use the dateset LBMA with code GOLD: LBMA/GOLD.

You can obtain a Quandl API key here.

You can see explore Quandl's datasets here.

If you are looking for stock/equity prices, use the Yahoo dataset.

Dev setup

This plugin requires node 6.10.0

npm install -g yarn
yarn install
npm run build

Install on Grafana Cloud

Plugins can be installed directly from within your Grafana instance or automated using the Cloud API or Terraform.

Learn more about plugin installation

For more information, visit the docs on plugin installation.