Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Public websocket API to get datas from financial markets

NotificationsYou must be signed in to change notification settings

Real-time-finance/finance-websocket-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Real Time Finance is a simple websocket public API to get real-time stock prices.The following markets are available at the moment :

  • Forex
  • US and European stocks companies (around 10K stocks) EURONEXT, NASDAQ, NYSE ...

Preview

Preview

Get started 🚀

Installing

Download rtf binaries :https://github.com/Real-time-finance/finance-websocket-API/releasesUnix, macos and windows binaries available.

Usage example

Use market name and stock symbol to receive datas. In this example we get quotations from Netflix (nasdaq) :

rtf add --market="NASDAQ" --stock="NFLX"

Another example to get quotations from Goldman Sachs (nyse) :

rtf add --market="NYSE" --stock="GS"

Forex example to get eur/usd quotation :

rtf add --market="FX" --stock="EURUSD"

Output example

{  price: 386.70,  volume: 665805,  time: 1643359743,  symbol: 'NFLX',  market: 'NASDAQ'}

Available for stocks and forex

Here after you can find JSON list with symbols :

Further infos:https://realtimefinance.io


[8]ページ先頭

©2009-2025 Movatter.jp