Skip to content

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 : a Financial WebSocket public API

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/releases Unix, 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

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy