Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Real-time-finance/finance-websocket-API
Public websocket API to get datas from financial markets
https://github.com/Real-time-finance/finance-websocket-API
api finance financial-data financial-markets forex livedata market-data public-api real-time realtime stock-market stocks websocket websocket-api
Last synced: 6 days ago
JSON representation
Public websocket API to get datas from financial markets
- Host: GitHub
- URL: https://github.com/Real-time-finance/finance-websocket-API
- Owner: Real-time-finance
- Created: 2020-07-17T10:50:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-24T14:51:54.000Z (almost 3 years ago)
- Last Synced: 2024-04-12T12:42:21.340Z (9 months ago)
- Topics: api, finance, financial-data, financial-markets, forex, livedata, market-data, public-api, real-time, realtime, stock-market, stocks, websocket, websocket-api
- Homepage: https://realtimefinance.io
- Size: 401 KB
- Stars: 62
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- public-apis - Real Time Finance
- public-apis - Real Time Finance
- fucking-public-apis - Real Time Finance
- Awesome-API-Provider - Real Time Finance
- public-apis - Real Time Finance
README
# :chart: 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](https://raw.githubusercontent.com/Real-time-finance/finance-websocket-API/master/demo0.gif "Preview")# Get started :rocket:
## 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) :
```shell
rtf add --market="NASDAQ" --stock="NFLX"
```
Another example to get quotations from Goldman Sachs (nyse) :
```shell
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 :
- [forex][forex]
- [companies][companies]Further infos: https://realtimefinance.io
[forex]: ./pairs_list.json
[companies]: ./companies_list.json