We've updated our Terms of Service and Privacy Policy. Please review the changes as you continue to interact with us.
Learn more
Plugins
Finance logo

Finance

ayoungprogrammer

Get plugin
This plugin has been deprecated and is no longer maintained.

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
Version
1.0.1
Developer
ayoungprogrammer
Last Updated
January 19, 2024