Content-Length: 272680 | pFad | http://github.com/ronik-v/stock_strategy_testing_api

3E GitHub - ronik-v/stock_strategy_testing_api: Oversimplistic asynchronous web api for receiving data from the Moscow Exchange.
Skip to content

ronik-v/stock_strategy_testing_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock strategy testing web api

  • Details

    Oversimplistic asynchronous web api for receiving data from the Moscow Exchange (MOEX)

    Through it you can get data on financial instruments, that is, prices (json): opening, closing, minimum prices, maximum prices.

    You can also get indicators: MACD, SIGNAL, SMA5, SMA12, EMA5, EMA12, VOLATILITY.

  • Using the api

    Request for get ticker data at 2022-05-01 to 2023-09-26:

    from requests import get
    data = get('http://127.0.0.1:9999/api_sst/data/GAZP/2022-05-01/2023-09-26').json()
    print(data)

    Request for strategy testing at 2022-05-01 to 2023-09-26:

    from requests import get
    sst_strategies = get('http://127.0.0.1:9999/api_sst/strategy/GAZP/2022-05-01/2023-09-26').json()
    print(sst_strategies)
  • Libraries to install

    requirements

    You may use command for install all:

    pip install -r requirements.txt
  • Docker

    file is here

About

Oversimplistic asynchronous web api for receiving data from the Moscow Exchange.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/ronik-v/stock_strategy_testing_api

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy