AMFI
A built-in plugin for NiveshPy that provides AMFI as a source.
AMFIPlugin()
¶
Bases: Plugin
AMFI Plugin for NiveshPy.
Initialize the AMFI plugin.
Source code in niveshpy/plugins/amfi.py
25 26 27 28 |
|
get_info()
classmethod
¶
Return plugin information.
Source code in niveshpy/plugins/amfi.py
30 31 32 33 |
|
get_sources()
¶
Return a list of sources for the plugin.
Source code in niveshpy/plugins/amfi.py
35 36 37 38 39 |
|
AMFISource()
¶
Bases: Source
AMFI Source for NiveshPy.
Initialize the AMFI source.
Source code in niveshpy/plugins/amfi.py
48 49 50 |
|
get_quotes(*_, start_date=None, end_date=None)
¶
Get quotes for the all tickers.
Source code in niveshpy/plugins/amfi.py
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
|
get_source_config()
classmethod
¶
Return source configuration.
Source code in niveshpy/plugins/amfi.py
120 121 122 123 124 125 126 127 128 |
|
get_source_info()
classmethod
¶
Return source information.
Source code in niveshpy/plugins/amfi.py
110 111 112 113 114 115 116 117 118 |
|
get_source_key()
classmethod
¶
Return the source key.
Source code in niveshpy/plugins/amfi.py
105 106 107 108 |
|
get_tickers()
¶
Get the list of tickers.
Source code in niveshpy/plugins/amfi.py
86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
|
register_plugin()
¶
Register the plugin with NiveshPy.
Source code in niveshpy/plugins/amfi.py
131 132 133 |
|