Skip to content

anychart-integrations/anystock-eod-integration-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnyChart - Robust JavaScript/HTML5 Chart library for any project

AnyStock - Stock Market Fundamental And Historical Data Feed integration demo

This demo shows how to use AnyStock charts with Stock Market Fundamental And Historical Data Feed.

Overview

AnyStock offers a large set of features, that allow you to build your online financial portal and one of the most exciting features is the ability to draw/display on the chart so called drawing tools or, as they are called in our documentation and settings, annotations.

Stock Market Fundamental And Historical Data Feed provides FUNDAMENTAL data, REAL-TIME and DAILY historical stock prices for stocks, ETFs and Mutual Funds all around the world. Market coverage is more than 60+ stock exchanges and more than 120 000+ symbols all over the world. We also support 120+ CRYPTO currencies and 150+ FOREX pairs. You can check the full list of available symbols.

Running

To use this sample you must have package manager for Node.js - NPM installed. If not please visit NodeJS official site.

To start this example run commands listed below. Clone the repository from github.com:

git clone git@github.com:anychart-integrations/anystock-eod-integration-sample.git

Navigate to the demo folder:

cd anystock-eod-integration-sample

Install dependencies:

npm install

Run the nodejs server with {PORT} argument to start a NodeJS server on the required port. The default port is 8080. The server executes a request to EOD server and forwards received data to the client side.

npm run start {PORT}

For example, launch command with a 8088 port is the following:

npm run start 8088

Open browser at http://localhost:{PORT}/. For example, for a 8088 port: http://localhost:8088/.

Please, keep in mind that receiving large data set from the server may take a few seconds.

Further Learning

License

AnyStock - Stock Market Fundamental And Historical Data Feed integration demo includes two parts:

  • Code of the demo that allows to use Javascript library (in this case, AnyChart) with WebSocket protocol. You can use, edit, modify it, use it with other Javascript libraries without any restrictions. It is released under Apache 2.0 License.
  • AnyChart JavaScript library. It is released under Commercial license. You can test this plugin with the trial version of AnyChart. Our trial version is not limited by time and doesn't contain any feature limitations. Check details here.

If you have any questions regarding licensing - please contact us sales@anychart.com.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published