Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)