https://github.com/deezone/market-pulse
An API to monitor and suggest trends in the world FOREX markets. Responses include consolidated indicator values, market status and general currency trends (predictions).
https://github.com/deezone/market-pulse
api-rest forex forex-prediction golang-api
Last synced: 7 months ago
JSON representation
An API to monitor and suggest trends in the world FOREX markets. Responses include consolidated indicator values, market status and general currency trends (predictions).
- Host: GitHub
- URL: https://github.com/deezone/market-pulse
- Owner: deezone
- License: mit
- Created: 2018-05-28T01:06:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T06:14:41.000Z (about 7 years ago)
- Last Synced: 2024-04-14T18:18:12.807Z (over 1 year ago)
- Topics: api-rest, forex, forex-prediction, golang-api
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# forex-clock
An API of the world FOREX markets.- [Foreign Exchange Market (FOREX)](https://en.wikipedia.org/wiki/Foreign_exchange_market)
a global decentralized or over-the-counter (OTC) market for the trading of currencies. This market determines the
foreign exchange rate. It includes all aspects of buying, selling and exchanging currencies at current or determined
prices.### Exchanges
[Forex trading hours and status](https://www.oanda.com/forex-trading/analysis/market-hours)
- **Sydney** (Australian Eastern Daylight Time - AEST) UTC/GMT +10 hours
- **Tokyo** (Japan Standard Time - JST) UTC+9 hours
- **London** (British Summer Time - BST) UTC/GMT +1 hour
- **New York** (Eastern Daylight Time - EDT) UTC -5:00 / -4:00**APIs**
- [World Clock API](http://worldclockapi.com) - A source for the current time in a time zone.
- [TimeZoneDB](https://timezonedb.com/time-zones) - Free time zone database for cities of the world## [Sentiment Indicators](https://www.investopedia.com/terms/s/sentimentindicator.asp)
Sentiment indicator refers to a graphical or numerical indicator designed to show how a group feels about the market or
economy.### CBOE Volatility Index (VIX)
The fear index, it spikes when investors purchase a significant amount of put options to protect their portfolios -
investors who buy put options believe the price of the underlying stock will fall.
- [ActiveTick](http://www.activetick.com)### [Doomsday Clock](https://en.wikipedia.org/wiki/Doomsday_Clock)
From the [Bulletin of the Atomic Scientists](https://thebulletin.org/) who engages science leaders, policy makers, and
the interested public on the topics of nuclear risk, climate change, and disruptive technologies.### [Hedonometer](http://hedonometer.org)
An instrument that measures the happiness of large populations in real time.---
## Documentation
- [Technical Nodes](docs/api-notes.md)
- [Development Notes](docs/dev-notes.m)