Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soulgarden/twelvedata
Twelve Data go client
https://github.com/soulgarden/twelvedata
api client finance fintech fundamental funds go http quotes stocks tickers twelvedata websockets ws
Last synced: about 2 months ago
JSON representation
Twelve Data go client
- Host: GitHub
- URL: https://github.com/soulgarden/twelvedata
- Owner: soulgarden
- License: mit
- Created: 2021-11-19T17:40:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T09:07:12.000Z (5 months ago)
- Last Synced: 2024-08-17T10:24:41.212Z (5 months ago)
- Topics: api, client, finance, fintech, fundamental, funds, go, http, quotes, stocks, tickers, twelvedata, websockets, ws
- Language: Go
- Homepage:
- Size: 124 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twelve data go api client
[![Go Report Card](https://goreportcard.com/badge/github.com/soulgarden/twelvedata)](https://goreportcard.com/report/github.com/soulgarden/twelvedata)
![Tests and linters](https://github.com/soulgarden/twelvedata/actions/workflows/main.yml/badge.svg)# Covered:
## Reference data
* Stocks list ✅
* Forex Pairs List ❌
* Cryptocurrencies List ❌
* Etfs ✅
* Indices ✅
* Exchanges ✅
* Cryptocurrency exchanges ❌
* Technical indicators interface ❌
* Symbol search ❌
* Earliest timestamp ❌
* Market state ✅## Core data
* Time series ✅
* Exchange rate ✅
* Currency conversion ❌
* Quote ✅
* Real-time price ❌
* Edd of day price ❌
* Market movers ✅## Fundamentals
* Logo ❌
* Profile ✅
* Dividends ✅
* Splits ❌
* Earnings ❌
* Earnings calendar ✅
* IPO calendar ❌
* Statistics ✅
* Insider transactions ✅
* Income statement ✅
* Balance sheet ✅
* Cash flow ✅
* Options expiration ❌
* Options chain ❌
* Key executives ❌
* Institutional holders ❌
* Fund holders ❌## WebSocket
* Price ✅
## Advanced
* Complex Data ❌
* Usage ✅# Usage
[http example](https://github.com/soulgarden/twelvedata/blob/main/examples/etfs.go)
[ws example](https://github.com/soulgarden/twelvedata/blob/main/examples/ws.go)