Code Monkey home page Code Monkey logo

pyasx's Issues

clean da fokn docs

The docs are hilariously out of date and need to be purged and updated, even just initially purging would probably be great.

Support filtering by security type

Is your feature request related to a problem? Please describe.
Currently, the get_listed_securities() function returns a list of all securities, but in many cases, it is unnecessary to see all types of securities, for example, a user may not want to see warrants, or maybe they only want to see warrants, the API should support this type of filtering.

Describe the solution you'd like
A user should be able to easily view the results of get_listed_securities() with more granularity.

Describe alternatives you've considered
N/A

Additional context
N/A

Cache API call results to reduce number of remote calls

Is your feature request related to a problem? Please describe.
Any code that makes a call to a third party API should cache the results locally for a period, with an option to invalidate the cache and call anyway. This is due to the remote data being relatively static over a 24 hour period, so consecutive repetitive calls are extremely likely to return the same data.

Describe the solution you'd like
First call to an endpoint over a predefined period, should return data, second call over the same time period should return locally cached data.

Describe alternatives you've considered
N/A

Additional context
Cache max time can be updated as a configuration value in the conf file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.