Skip to content

Latest commit

 

History

64 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bflabs-web

Blockforce Labs Web Tools

blockforcelabs.com A platform for showcasing BFC research and data-visualization tools

Provides API for daily coin price data from Binance.

Data Visualization Tools

Data for the tools is updated once daily, and calculations are done on update

Current tools:

API

Fields returned by API:

  • n_trades
  • price_close
  • price_high
  • price_low
  • price_open
  • timestamp
  • volume

Pull data by: https://blockforcelabs.com/api/api/v1/load_daily?symbol=<symbolpair>

Where <symbolpair> is a Binance symbol pair in:

  • ETH-USDT
  • EOS-USDT
  • BTC-USDT
  • TRX-USDT
  • IOTA-USDT
  • XLM-USDT
  • XRP-USDT
  • LTC-USDT
  • ADA-USDT
  • NEO-USDT
  • BCHABC-USDT
  • BNB-USDT

File Structure

.
├── database/       # psql database holding code, flask backend
|   ├── db_init/    # database initialization
|   ├── get_data/   # database and api connection
|   ├── flask/      # backend for API, and data visualization       
|   └── ...
|
├── backtest/
|     └── ...        # testing data api, and psql database
└── ...

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages