- Notifications
You must be signed in to change notification settings - Fork10
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
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 ...
Download rtf binaries :https://github.com/Real-time-finance/finance-websocket-API/releasesUnix, macos and windows binaries available.
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"{ price: 386.70, volume: 665805, time: 1643359743, symbol: 'NFLX', market: 'NASDAQ'}Here after you can find JSON list with symbols :
Further infos:https://realtimefinance.io
About
Public websocket API to get datas from financial markets
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
