Gem implements API with Federal Tax services of Russia.
Add this line to your application's Gemfile:
gem 'fns-ruby-client', require: 'fns_client'
Then:
$ bundle install
Запрос по ФИО (ИП):
FnsClient.new('Иванов Иван Иванович').call
Запрос по ИНН/ОГРН (ЮЛ):
FnsClient.new('1112223334').call
Запрос по ИНН/ОГРН (ИП):
FnsClient.new('1113334449').call
Официальный сайт ЕГРЮЛ/ЕГРИП ФНС
Official website of the Russian Federal Tax Service
Bug reports and pull requests are welcome on GitHub at https://github.com/actie/fns-ruby-client.
The gem is available as open source under the terms of the MIT License.