Skip to content

tradingview/yahoo_datafeed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDF-compatible Quandl/Yahoo data server

This repository contains a sample of UDF-compatible data server.

Register for free at www.quandl.com to get a free API key.

Use NodeJS to launch yahoo.js with your Quandl key:

QUANDL_API_KEY=YOUR_KEY nodejs yahoo.js

Change the source URL in index.html file of the Charting Library:

datafeed: new Datafeeds.UDFCompatibleDatafeed("http://localhost:8888")

Save the file and restart the Charting Library server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%