twelvedata

Crates.iotwelvedata
lib.rstwelvedata
version0.8.1
sourcesrc
created_at2023-05-31 22:04:17.357311
updated_at2024-03-21 21:17:39.051683
descriptionA Rust client for the Twelve Data API
homepage
repositoryhttps://github.com/mazylol/twelvedata-rs
max_upload_size
id879202
size62,504
Landon (mazylol)

documentation

https://docs.rs/twelvedata

README

Twelvedata-rs

A convenient Rust wrapper for the Twelve Data API.

!!! NOT PRODUCTION READY (yet) !!!

I have work to do. This is only on crates.io because I wanted to be sure that the name is secured.

Changes are happening extremely rapidly. Code that worked yesterday might not work today. For example, at the time of writing I am reimplementing everything to a utilize a builder pattern. Once that is done I think I am gonna ditch reqwest and move everything to a http client like hyper.

Features

  • Reference Data
    • Stocks List
    • Forex Pairs List
    • Cryptocurrencies List
    • ETF List
    • Indices List
    • Funds List
    • Bonds List
    • Exchanges
    • Cryptocurrency Exchanges
    • Technical Indicators Interface (look at the twelvedata docs and you will understand...yikes)
  • Core Data
    • Time Series
    • Exchange Rate
    • Currency Conversion
    • Quote
    • Real-Time Price
    • End of Day Price
    • Market Movers
  • Mutual Funds
  • Fundmentals
  • Analysis
  • WebSocket
  • Advanced
  • Technical Indicators
Commit count: 57

cargo fmt