Subpage under development, new version coming soon!
Asunto: »news XML Data Improvements
Terrion para
kryminator
Edit: oh, filter ids. Didn't read it carefully :P
(editado)
(editado)
hi guys im trying the endpoint for login for json API but it throws me 404 error is there anything in particular for it I need to know?
Hi,
is there any data somewhere for currency conversion in Sokker ?
is there any data somewhere for currency conversion in Sokker ?
kryminator para
juytt
Via some kind of API or just in general?
The former probably not, the latter is in some topic I created and in various different places.
The former probably not, the latter is in some topic I created and in various different places.
All currency rates are in https://sokker.org/xml/countries.xml
Oh i miss it, thanks !
Is it static ? (i mean: the currency rate change ? )
I suppose the currency rate is base on zloty ?
(editado)
Is it static ? (i mean: the currency rate change ? )
I suppose the currency rate is base on zloty ?
(editado)
kryminator para
juytt
they can change
e.g. me or any other user with admin role can change values of currencies
probably; i see interface to do it, but never tried
but if they would change their values, the page linked by Mikoos would probably also be updated (automatically)
e.g. me or any other user with admin role can change values of currencies
probably; i see interface to do it, but never tried
but if they would change their values, the page linked by Mikoos would probably also be updated (automatically)
juytt para
kryminator
Really ? so admin can devaluate money when they want ? nice :-)
Thanks.
Thanks.
kryminator para
juytt
I doubt they can devaluate money
they just can change currency rates or the currency itself
I would rather expect that if someone have 10 euro (= 40 zł) then if I would change that 1 euro is worth 2 zł, not 4, then that someone would have 20 euro, not 10 (so the value would stay the same)
but as I have said, I never used it so I am just guessing
they just can change currency rates or the currency itself
I would rather expect that if someone have 10 euro (= 40 zł) then if I would change that 1 euro is worth 2 zł, not 4, then that someone would have 20 euro, not 10 (so the value would stay the same)
but as I have said, I never used it so I am just guessing
juytt para
kryminator
If you can change currency rates for sure you can devaluate revaluate money. But anyway, that's another topic.
So i will check and update this file. Thanks ;-)
edit : none in json API ?
(editado)
So i will check and update this file. Thanks ;-)
edit : none in json API ?
(editado)
To be sure, converting a price to a country_rate from a country_rate, it's :
price*(1/to_country_rate*from_country_rate) ?
price*(1/to_country_rate*from_country_rate) ?
In the xml data that you can obtain from the website, all prices are given in zloty. This is the base currency.
All other currencies are dependent on zloty, e.g. euro to zloty by dividing the xml value by 4.
You can change all exchange rates on sokker except the base rate. The devaluation or revaluation is therefore simply imaginary, not real..
All other currencies are dependent on zloty, e.g. euro to zloty by dividing the xml value by 4.
You can change all exchange rates on sokker except the base rate. The devaluation or revaluation is therefore simply imaginary, not real..